Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5787d 03h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1751 |
These are the changes to support Or1ksim 0.3.0rc2. Most significantly they provide GDB RSP support. They also fix 5 outstanding bugs and satisfy one new feature request. |
jeremybennett |
5906d 12h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1748 |
These are all the changes for Or1ksim 0.3.0 release candidate 1. The changes
are explained in the NEWS, README and ChangeLog files. A number of
long-standing bugs are fixed (see the OpenRISC tracker), and the code is
brought up to a consistent standard, following the GNU coding conventions
throughout.
Argument parsing now uses argtable2, and a User Guide has been added.
Documentation throughout has been extended to be compatible with Doxygen,
providing a further level of technical detail on the internals. |
jeremybennett |
5936d 08h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
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 |
6933d 05h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1686 |
Remove the immu_ex_from_insn hack. |
nogj |
6933d 05h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
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 |
6933d 06h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1585 |
added missing exception, fixes segfault with trap exception |
phoenix |
7024d 03h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1525 |
Rename ADDR_PAGE to IADDR_PAGE |
nogj |
7136d 14h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1510 |
Create a seporate debug channel to dump exceptions to |
nogj |
7136d 14h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1508 |
Remove m{f,t}spr calls where we can access the spr directly |
nogj |
7136d 14h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1506 |
* Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions. |
nogj |
7136d 14h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1481 |
Remove the useless cross reference stuff: it was a bad idea to begin with |
nogj |
7200d 06h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1473 |
Add warning that except_handle may not return |
nogj |
7227d 09h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1452 |
Implement a dynamic recompiler to speed up the execution |
nogj |
7227d 10h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1442 |
Replace some problematic calles to mfspr/mtspr with direct access to the spr |
nogj |
7227d 10h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7227d 10h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1386 |
Rework exception handling |
nogj |
7233d 13h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7277d 08h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1319 |
cpu/sim memory accesses separation, tick, exception, nr. of operands, cycles count,... corrections. |
phoenix |
7394d 03h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7482d 03h |
/or1k/trunk/or1ksim/cpu/or1k/except.c |