summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Adds support for emulating V850 e3v5 instructions to the simulator.Nick Clifton2015-02-242-22/+855
* Fix the detection of illegal memory accesses in the MSP430 simulator.Nick Clifton2015-02-242-34/+67
* sim/erc32: Use readline.h for readline types and functions.Jiri Gaisler2015-02-223-12/+8
* sim/erc32: File loading via command line did not workJiri Gaisler2015-02-211-1/+4
* sim/erc32: Fix incorrect simulator performance reportJiri Gaisler2015-02-215-17/+39
* sim/erc32: Remove unused defines in Makefile and switch off statisticsJiri Gaisler2015-02-212-1/+5
* sim/erc32: Use fenv.h for host FPU accessJiri Gaisler2015-02-212-161/+35
* sim/erc32: Perform pseudo-init if binary linked to non-zero address.Jiri Gaisler2015-02-214-0/+37
* sim/erc32: Corrected wrong CPU implementation and version ID in psrJiri Gaisler2015-02-212-1/+5
* sim/erc32: Disassembly in stand-alone mode did not work.Jiri Gaisler2015-02-212-3/+19
* sim: drop unused headersMike Frysinger2015-02-209-288/+25
* sim: drop unused sim_kill functionMike Frysinger2015-02-1910-36/+20
* sim: ChangeLog: Correct the related items position and format.Chen Gang2015-02-204-20/+18
* sim: microblaze: fix build failure after opcodes updateMike Frysinger2015-02-192-3/+7
* sim/common/gentmap.c: Include "string.h".Chen Gang2015-02-142-0/+5
* sim/mcore/interp.c: Include "unistd.h".Chen Gang2015-02-112-0/+5
* sim: Be sure of calling freeargv() after successfully call buildargv().Chen Gang2015-02-032-0/+8
* sim: Be sure of calling freeargv() after successfully call buildargv().Chen Gang2015-02-032-0/+7
* sim: Call freeargv() when failure occursChen Gang2015-02-032-1/+9
* Build failure in sim/rx/gdb-if.c on windowsJoel Brobecker2015-01-152-4/+10
* Regenerate sim/common/aclocal.m4 and sim/common/configure...Joel Brobecker2015-01-073-11/+14
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-01546-546/+546
* Update sto/ldo implementations with 16 bit offsetsAnthony Green2014-12-272-20/+32
* Whitespace cleanupAnthony Green2014-12-251-0/+5
* Whitespace cleanupAnthony Green2014-12-251-4/+55
* Add support for moxie's mul.x and umul.x instructionsAnthony Green2014-12-242-2/+28
* Add zex instruction support for moxie portAnthony Green2014-12-122-2/+22
* callback.h:struct host_callback_struct compilation error on Windows hosts.Joel Brobecker2014-12-037-8/+28
* Correct fabs and fneg insns in simulatorOleg Endo2014-11-282-3/+21
* sim/ppc/*: Change immediatly to immediatelyJoel Sherrill2014-11-235-6/+11
* sim/igen/: Change immediatly to immediatelyJoel Sherrill2014-11-233-2/+6
* s/immediatly/immediately/ in sim/sh/ChangeLog entry.Joel Sherrill2014-11-231-1/+1
* Shadow SIM's debug_printf functionGary Benson2014-08-282-0/+7
* psim: Correct spelling in comments.Joel Sherrill2014-08-276-2/+11
* Fix m32r-elf sim, default hardware to off.Hans-Peter Nilsson2014-08-234-12/+13
* Fix sh64-elf sim, default hardware to off.Hans-Peter Nilsson2014-08-233-15/+9
* Fix iq2000-elf sim, default hardware to off.Hans-Peter Nilsson2014-08-233-15/+9
* Fix frv-elf sim, default hardware to off.Hans-Peter Nilsson2014-08-234-12/+13
* Fix --diable-shared --enable-plugins build breakageAlan Modra2014-08-1956-52/+1785
* Replace static variables in the MSP430 simulator with fields in the cpu state...Nick Clifton2014-08-193-66/+98
* Regenerate sim configury.Roland McGrath2014-08-1578-234/+1427
* Sim - Use long int format instead of int to avoid compiling warningMichael Eager2014-06-302-3/+8
* Fix a small but in the emulation of the MSP430 hardware multiply.Nick Clifton2014-06-032-3/+37
* Support 32->64 sign extension in msp430's sign_extDJ Delorie2014-05-122-4/+9
* Add support for emulating the MSP430 hardware multiply feature.Nick Clifton2014-05-082-23/+192
* Add support for two new moxie sign-extension instructionsAnthony Green2014-04-022-2/+22
* Improve .rsrc section merging with better handling of the alignment adjustmentsNick Clifton2014-03-191-0/+6
* Convert function declarations to ISO C format. Remove redundant code.Nick Clifton2014-03-181-99/+60
* Add support for instruction level tracing to the ARM simulator.Nick Clifton2014-03-147-94/+245
* Prevent writes to R15 via LDR or LDM from changing the ARM/Thumb state in pre...David McQuillan2014-03-143-3/+23