Age | Commit message (Expand) | Author | Files | Lines |
2015-02-27 | Fixes problems building the V850 simulator introduced with the previous delta. | Nick Clifton | 6 | -206/+305 |
2015-02-24 | Adds support for emulating V850 e3v5 instructions to the simulator. | Nick Clifton | 2 | -22/+855 |
2015-02-24 | Fix the detection of illegal memory accesses in the MSP430 simulator. | Nick Clifton | 2 | -34/+67 |
2015-02-22 | sim/erc32: Use readline.h for readline types and functions. | Jiri Gaisler | 3 | -12/+8 |
2015-02-21 | sim/erc32: File loading via command line did not work | Jiri Gaisler | 1 | -1/+4 |
2015-02-21 | sim/erc32: Fix incorrect simulator performance report | Jiri Gaisler | 5 | -17/+39 |
2015-02-21 | sim/erc32: Remove unused defines in Makefile and switch off statistics | Jiri Gaisler | 2 | -1/+5 |
2015-02-21 | sim/erc32: Use fenv.h for host FPU access | Jiri Gaisler | 2 | -161/+35 |
2015-02-21 | sim/erc32: Perform pseudo-init if binary linked to non-zero address. | Jiri Gaisler | 4 | -0/+37 |
2015-02-21 | sim/erc32: Corrected wrong CPU implementation and version ID in psr | Jiri Gaisler | 2 | -1/+5 |
2015-02-21 | sim/erc32: Disassembly in stand-alone mode did not work. | Jiri Gaisler | 2 | -3/+19 |
2015-02-20 | sim: drop unused headers | Mike Frysinger | 9 | -288/+25 |
2015-02-19 | sim: drop unused sim_kill function | Mike Frysinger | 10 | -36/+20 |
2015-02-20 | sim: ChangeLog: Correct the related items position and format. | Chen Gang | 4 | -20/+18 |
2015-02-19 | sim: microblaze: fix build failure after opcodes update | Mike Frysinger | 2 | -3/+7 |
2015-02-14 | sim/common/gentmap.c: Include "string.h". | Chen Gang | 2 | -0/+5 |
2015-02-11 | sim/mcore/interp.c: Include "unistd.h". | Chen Gang | 2 | -0/+5 |
2015-02-03 | sim: Be sure of calling freeargv() after successfully call buildargv(). | Chen Gang | 2 | -0/+8 |
2015-02-03 | sim: Be sure of calling freeargv() after successfully call buildargv(). | Chen Gang | 2 | -0/+7 |
2015-02-03 | sim: Call freeargv() when failure occurs | Chen Gang | 2 | -1/+9 |
2015-01-15 | Build failure in sim/rx/gdb-if.c on windows | Joel Brobecker | 2 | -4/+10 |
2015-01-07 | Regenerate sim/common/aclocal.m4 and sim/common/configure... | Joel Brobecker | 3 | -11/+14 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 546 | -546/+546 |
2014-12-27 | Update sto/ldo implementations with 16 bit offsets | Anthony Green | 2 | -20/+32 |
2014-12-25 | Whitespace cleanup | Anthony Green | 1 | -0/+5 |
2014-12-25 | Whitespace cleanup | Anthony Green | 1 | -4/+55 |
2014-12-24 | Add support for moxie's mul.x and umul.x instructions | Anthony Green | 2 | -2/+28 |
2014-12-12 | Add zex instruction support for moxie port | Anthony Green | 2 | -2/+22 |
2014-12-03 | callback.h:struct host_callback_struct compilation error on Windows hosts. | Joel Brobecker | 7 | -8/+28 |
2014-11-28 | Correct fabs and fneg insns in simulator | Oleg Endo | 2 | -3/+21 |
2014-11-23 | sim/ppc/*: Change immediatly to immediately | Joel Sherrill | 5 | -6/+11 |
2014-11-23 | sim/igen/: Change immediatly to immediately | Joel Sherrill | 3 | -2/+6 |
2014-11-23 | s/immediatly/immediately/ in sim/sh/ChangeLog entry. | Joel Sherrill | 1 | -1/+1 |
2014-08-28 | Shadow SIM's debug_printf function | Gary Benson | 2 | -0/+7 |
2014-08-27 | psim: Correct spelling in comments. | Joel Sherrill | 6 | -2/+11 |
2014-08-23 | Fix m32r-elf sim, default hardware to off. | Hans-Peter Nilsson | 4 | -12/+13 |
2014-08-23 | Fix sh64-elf sim, default hardware to off. | Hans-Peter Nilsson | 3 | -15/+9 |
2014-08-23 | Fix iq2000-elf sim, default hardware to off. | Hans-Peter Nilsson | 3 | -15/+9 |
2014-08-23 | Fix frv-elf sim, default hardware to off. | Hans-Peter Nilsson | 4 | -12/+13 |
2014-08-19 | Fix --diable-shared --enable-plugins build breakage | Alan Modra | 56 | -52/+1785 |
2014-08-19 | Replace static variables in the MSP430 simulator with fields in the cpu state... | Nick Clifton | 3 | -66/+98 |
2014-08-15 | Regenerate sim configury. | Roland McGrath | 78 | -234/+1427 |
2014-06-30 | Sim - Use long int format instead of int to avoid compiling warning | Michael Eager | 2 | -3/+8 |
2014-06-03 | Fix a small but in the emulation of the MSP430 hardware multiply. | Nick Clifton | 2 | -3/+37 |
2014-05-12 | Support 32->64 sign extension in msp430's sign_ext | DJ Delorie | 2 | -4/+9 |
2014-05-08 | Add support for emulating the MSP430 hardware multiply feature. | Nick Clifton | 2 | -23/+192 |
2014-04-02 | Add support for two new moxie sign-extension instructions | Anthony Green | 2 | -2/+22 |
2014-03-19 | Improve .rsrc section merging with better handling of the alignment adjustments | Nick Clifton | 1 | -0/+6 |
2014-03-18 | Convert function declarations to ISO C format. Remove redundant code. | Nick Clifton | 1 | -99/+60 |
2014-03-14 | Add support for instruction level tracing to the ARM simulator. | Nick Clifton | 7 | -94/+245 |