Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5716d 22h |
/or1k/trunk/or1ksim/cpu/common/stats.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 |
5836d 08h |
/or1k/trunk/or1ksim/cpu/common/stats.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 |
5866d 04h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1731 |
Move ic configuration out of the global config struct. Register ic callbacks
instead of haveing static calls to the functions. |
nogj |
6861d 13h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1651 |
Remove usesless (that give zero information) calls to debug(). |
nogj |
6863d 02h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1557 |
Fix most warnings issued by gcc4 |
nogj |
6999d 12h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1506 |
* Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions. |
nogj |
7066d 10h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7157d 05h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1428 |
Remove useless indirection: check_depend()->depend_operands() |
nogj |
7157d 05h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7207d 04h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1344 |
* Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes |
nogj |
7220d 07h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1323 |
Adrian Wise: or1ksim bugfix & Solaris build |
phoenix |
7319d 05h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7411d 22h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
1244 |
Added "cm" command to copy data inside memory.
Make or1ksim work on little endian platforms.
Port to Mac OS X.
Some bugfixes.
Allow JTAG write access to read-only memory regions. |
hpanther |
7579d 07h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8108d 13h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
884 |
code cleaning - a lot of global variables moved to runtime struct |
markom |
8152d 11h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
713 |
lot of small minor improvements: code documented, cleaned; runs at about same speed when not actually logging, but exe_log is enabled; raw_stats now run only with simple execution - enable RAW_USAGE_STATS macro |
markom |
8280d 12h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
702 |
Initial coding of ethernet simulator model finished. |
ivang |
8285d 12h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
694 |
immediate stats added |
markom |
8292d 12h |
/or1k/trunk/or1ksim/cpu/common/stats.c |
692 |
stats data is now initialized; should fix some problems with caches, etc |
markom |
8292d 14h |
/or1k/trunk/or1ksim/cpu/common/stats.c |