OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] - Rev 1701

Rev

Go to most recent revision

Filtering Options

Clear current filter

Rev Log message Author Age Path
1701 Make the OCIDEC type and revision settable via the config file. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1700 The ata section of the config file does not have the debug keywork anymore.
Remove it.
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1699 Make ata_set_device_signature() take a boolean as its second argument, avoiding
a useless define
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1698 Use proper types. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1697 Move ata_device_execute_cmd() the the end of atadevice_cmdi.c avoiding
prototypes for the other functions. Mark some stuff static.
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1696 Add pretty status register dumping code nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1695 Move configuration variables to ata_device.conf nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1694 Make ata_devices have an array of ata_devices instead of device0 and device1. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1693 Rearange functions to be able to get rid of forward declarations. Also mark
some stuff static
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1692 Instead of playing games with the esp when a jump needs to be executed, use
longjmp() to get to the jump handling code.
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1691 Remove useless conditions from enter_dyn_code() nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1690 Move the main execution loop to execute.c. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1689 Move do_scheduler() to sched.c. Doesn't result in any performance loss. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1688 Don't inline sched_add/sched_remove. This only results in a minimal performance
loss.
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1687 Don't use MMX registers to keep track of the pc and the number of cycles
remaining untill the next job. Keeping the two places that these where used at
concurrent bloated generated code quite a bit and there was no performance
increase resulting from their use.
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1686 Remove the immu_ex_from_insn hack. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1685 Remove the test_dyn_rec program. It's not that usefull anymore now that the
recompiler more-or-less works, it was starting to accumulate lots of hacks and
was a burden on maintance
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1684 Instead of encoding the value of the raw instruction into the generated
instruction stream, put it into a malloced array that is accessed when
analysis() is called
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1683 Protect l.jr instructions from having their delay slot on the page after the
instruction itself
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1682 Move the call to find_jump_loc() to avoid a condition. nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1681 Use page_offset_mask instead of page_size - 1 nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1680 Reset opq->xref to zero after the page has been recompiled in preperation for
the next time recompile_page may be called
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1679 Remove useless memcpy() nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1678 Remove the ts_current hack by haveing the temporaries always shipped out before
any instruction that has the posibility to generate an exception
nogj 6736d 00h /or1k/tags/rel-0-3-0-rc2/
1677 Only ship a temporary out if it has been used as a destination register nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/
1676 Only move a register into a temporary if it has been used as a source register nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/
1675 Remove the unneeded local i from eval_insn_ops() nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/
1674 Move shipping the jump-to register to gen_j_reg(), where it belongs. nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/
1673 Move Condition to the correct place nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/
1672 Store instructions don't modify any register. Don't mark them as such in the
arch. definitions
nogj 6736d 01h /or1k/tags/rel-0-3-0-rc2/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.