| OLD | NEW |
| 1 2010-04-14: Version 2.2.3 |
| 2 |
| 3 Added stack command and mem command to ARM simulator debugger. |
| 4 |
| 5 Fixed scons snapshot and ARM build, and Windows X64 build issues. |
| 6 |
| 7 Performance improvements on all platforms. |
| 8 |
| 9 |
| 1 2010-04-12: Version 2.2.2 | 10 2010-04-12: Version 2.2.2 |
| 2 | 11 |
| 3 Introduced new profiler API. | 12 Introduced new profiler API. |
| 4 | 13 |
| 5 Fixed random number generator to produce full 32 random bits. | 14 Fixed random number generator to produce full 32 random bits. |
| 6 | 15 |
| 7 | 16 |
| 8 2010-04-06: Version 2.2.1 | 17 2010-04-06: Version 2.2.1 |
| 9 | 18 |
| 10 Debugger improvements. | 19 Debugger improvements. |
| (...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1612 | 1621 |
| 1613 Improved debugger support by allowing nested break points and by | 1622 Improved debugger support by allowing nested break points and by |
| 1614 dealing with stack-overflows when compiling functions before | 1623 dealing with stack-overflows when compiling functions before |
| 1615 setting break points in them. | 1624 setting break points in them. |
| 1616 | 1625 |
| 1617 | 1626 |
| 1618 2008-07-03: Version 0.1.0 | 1627 2008-07-03: Version 0.1.0 |
| 1619 | 1628 |
| 1620 Initial export. | 1629 Initial export. |
| 1621 | 1630 |
| OLD | NEW |