Age | Commit message (Expand) | Author | Files | Lines |
2015-03-23 | sim: drop support for requiring hw support | Mike Frysinger | 21 | -111/+96 |
2015-03-23 | sim: cris: delete unused CONFIG_DEVICES | Mike Frysinger | 2 | -3/+5 |
2015-03-23 | sim: mn10300: fix duplicated hardware option | Mike Frysinger | 3 | -119/+4 |
2015-03-23 | sim: iq2000/mn10300: drop dv-sockser.o references | Mike Frysinger | 4 | -7/+11 |
2015-03-23 | sim: frv: delete UART device support | Mike Frysinger | 2 | -37/+6 |
2015-03-23 | Fix thinko with previous delta to RL78 sim, by adding code to define the G10 ... | Nick Clifton | 4 | -2/+14 |
2015-03-23 | sim: dv-sockser: move build to common dir | Mike Frysinger | 29 | -100/+123 |
2015-03-23 | sim: dv-sockser: add stub funcs when not available | Mike Frysinger | 11 | -36/+61 |
2015-03-23 | sim: bfin/msp430: drop run-sim.h include | Mike Frysinger | 4 | -2/+8 |
2015-03-23 | sim: sh64: delete dv-sockser references | Mike Frysinger | 2 | -5/+6 |
2015-03-20 | Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores. | Nick Clifton | 3 | -6/+35 |
2015-03-17 | sim/erc32: Removed type mismatch compiler warnings | Jiri Gaisler | 2 | -9/+19 |
2015-03-17 | sim/erc32: Added -v command line switch for verbose output | Jiri Gaisler | 5 | -12/+23 |
2015-03-16 | sim: mcore/microblaze: strip trailing whitespace | Mike Frysinger | 4 | -140/+148 |
2015-03-16 | sim: mcore/microblaze: clean up a bit | Mike Frysinger | 8 | -272/+319 |
2015-03-16 | sim: convert some old prototypes | Mike Frysinger | 3 | -9/+9 |
2015-03-16 | sim: rename tconfig.in to tconfig.h | Mike Frysinger | 109 | -404/+410 |
2015-03-16 | sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess | Jiri Gaisler | 10 | -56/+296 |
2015-03-15 | sim: dv-sockser: push module init prototype down | Mike Frysinger | 22 | -90/+62 |
2015-03-14 | sim: bfin: fix signed warning | Mike Frysinger | 2 | -1/+5 |
2015-03-14 | sim: delete unused sim-inline.c rule | Mike Frysinger | 2 | -9/+5 |
2015-03-14 | sim: mcore/moxie: clean up makefiles a bit | Mike Frysinger | 4 | -11/+12 |
2015-03-14 | sim: msp430: use common warnings options | Mike Frysinger | 7 | -15/+186 |
2015-03-14 | sim: make nrun the default run program | Mike Frysinger | 47 | -37/+157 |
2015-03-14 | sim: drop duplicate header checks | Mike Frysinger | 52 | -313/+218 |
2015-03-14 | sim: move sim-io.h to sim-assert.h | Mike Frysinger | 3 | -1/+8 |
2015-03-10 | sim: bfin: fix up linux-fixed-code.h generation more [PR sim/13160] | Mike Frysinger | 2 | -1/+7 |
2015-03-09 | sim: bfin: fix bug reference | Mike Frysinger | 1 | -1/+1 |
2015-03-09 | sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143] | Mike Frysinger | 2 | -3/+11 |
2015-03-08 | sim: microblaze: fix printf string | Mike Frysinger | 2 | -1/+5 |
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 |