summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.Nick Clifton2015-03-203-6/+35
* sim/erc32: Removed type mismatch compiler warningsJiri Gaisler2015-03-172-9/+19
* sim/erc32: Added -v command line switch for verbose outputJiri Gaisler2015-03-175-12/+23
* sim: mcore/microblaze: strip trailing whitespaceMike Frysinger2015-03-164-140/+148
* sim: mcore/microblaze: clean up a bitMike Frysinger2015-03-168-272/+319
* sim: convert some old prototypesMike Frysinger2015-03-163-9/+9
* sim: rename tconfig.in to tconfig.hMike Frysinger2015-03-16109-404/+410
* sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianessJiri Gaisler2015-03-1610-56/+296
* sim: dv-sockser: push module init prototype downMike Frysinger2015-03-1522-90/+62
* sim: bfin: fix signed warningMike Frysinger2015-03-142-1/+5
* sim: delete unused sim-inline.c ruleMike Frysinger2015-03-142-9/+5
* sim: mcore/moxie: clean up makefiles a bitMike Frysinger2015-03-144-11/+12
* sim: msp430: use common warnings optionsMike Frysinger2015-03-147-15/+186
* sim: make nrun the default run programMike Frysinger2015-03-1447-37/+157
* sim: drop duplicate header checksMike Frysinger2015-03-1452-313/+218
* sim: move sim-io.h to sim-assert.hMike Frysinger2015-03-143-1/+8
* sim: bfin: fix up linux-fixed-code.h generation more [PR sim/13160]Mike Frysinger2015-03-102-1/+7
* sim: bfin: fix bug referenceMike Frysinger2015-03-091-1/+1
* sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143]Mike Frysinger2015-03-092-3/+11
* sim: microblaze: fix printf stringMike Frysinger2015-03-082-1/+5
* Fixes problems building the V850 simulator introduced with the previous delta.Nick Clifton2015-02-276-206/+305
* 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