Age | Commit message (Expand) | Author | Files | Lines |
2016-04-10 | Fix primary reason why the SH simulation hasn't been working on 64 bit hosts. | Oleg Endo | 3 | -37/+21 |
2016-04-10 | Move ChangeLog entries from sim/ChangeLog to sim/sh/ChangeLog. | Oleg Endo | 2 | -5/+5 |
2016-04-09 | Adjust default memory size and stack base address for SH simulator. | Oleg Endo | 2 | -3/+8 |
2016-04-04 | Ignore DWARF debug information with a version of 0 - assume that it is padding. | Nick Clifton | 1 | -12/+189 |
2016-03-30 | Fix more bugs in AArch64 simulator. | Nick Clifton | 5 | -196/+323 |
2016-03-29 | Tidy up AArch64 simulator code. | Nick Clifton | 4 | -1469/+1413 |
2016-03-23 | More AArch64 simulator improvements. | Nick Clifton | 6 | -278/+721 |
2016-03-18 | Fix thinko in new GET_VEC_ELEMENT macro. | Nick Clifton | 2 | -1/+2 |
2016-03-18 | Fix code to check for illegal element numbers when accessing AArch64 vector r... | Nick Clifton | 2 | -2/+6 |
2016-03-18 | Add simulation of MUL and NEG instructions to AArch64 simulator. | Nick Clifton | 5 | -223/+341 |
2016-03-03 | Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i... | Nick Clifton | 2 | -44/+93 |
2016-02-05 | sim: mips: fix prog_bfd usage | Mike Frysinger | 3 | -2/+8 |
2016-02-04 | Prevent possible undefined behaviour computing the size of the scache by usin... | Nick Clifton | 2 | -11/+19 |
2016-02-03 | MAINTAINERS: Add Thiemo Seufer back, as a past maintainer | Maciej W. Rozycki | 2 | -0/+5 |
2016-01-18 | MIPS: Only build microMIPS specific simulator functions if microMIPS support ... | Andrew Bennett | 2 | -0/+42 |
2016-01-17 | Minor comment fixes in sim/common/sim-fpu.c. | Joel Brobecker | 2 | -67/+71 |
2016-01-17 | minor reformatting in sim/common/sim-fpu.c. | Joel Brobecker | 2 | -2/+9 |
2016-01-12 | sim: mips: workaround 32-bit addr sign extensions | Mike Frysinger | 2 | -1/+18 |
2016-01-11 | sim: config: do not try to align settings | Mike Frysinger | 2 | -5/+10 |
2016-01-10 | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 96 | -2107/+3571 |
2016-01-10 | sim: drop unused SIM_AC_OPTION_PACKAGES | Mike Frysinger | 62 | -229/+177 |
2016-01-10 | sim: allow the environment configure option everywhere | Mike Frysinger | 73 | -411/+744 |
2016-01-10 | sim: allow the assert configure option everywhere | Mike Frysinger | 56 | -54/+626 |
2016-01-10 | sim: drop targ-vals.def->nltvals.def indirection | Mike Frysinger | 59 | -1557/+151 |
2016-01-10 | sim: mips: drop SIM_AC_OPTION_SMP call | Mike Frysinger | 3 | -43/+7 |
2016-01-10 | sim: allow the inline configure option everywhere | Mike Frysinger | 79 | -1006/+1113 |
2016-01-10 | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 69 | -660/+245 |
2016-01-10 | sim: drop --enable-sim-cflags option | Mike Frysinger | 66 | -716/+191 |
2016-01-09 | sim: stop configuring common subdir | Mike Frysinger | 4 | -18/+7 |
2016-01-09 | sim: drop common/cconfig.h in favor of a single config.h | Mike Frysinger | 99 | -10674/+11040 |
2016-01-06 | sim: config: drop use of __DATE__/__TIME__ | Mike Frysinger | 2 | -7/+5 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 59 | -77/+248 |
2016-01-06 | Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.s | Joel Brobecker | 2 | -2/+5 |
2016-01-05 | sim: msp430: drop duplicate sim_load_file call | Mike Frysinger | 2 | -26/+14 |
2016-01-05 | sim: aarch64: switch to common disassembler tracing | Mike Frysinger | 5 | -137/+30 |
2016-01-05 | sim: bfin: add support disasm tracing | Mike Frysinger | 2 | -0/+6 |
2016-01-05 | sim: msp430: switch to common disassembler tracing | Mike Frysinger | 5 | -388/+12 |
2016-01-05 | sim: trace: add support for disassembling | Mike Frysinger | 3 | -1/+119 |
2016-01-05 | Add myself as the maintainer for the AArch64. | Nick Clifton | 2 | -0/+5 |
2016-01-05 | Fix the execution of the MSP430 simulator testsuite. | Nick Clifton | 2 | -2/+38 |
2016-01-04 | sim: use STATE_MAGIC helper | Mike Frysinger | 2 | -1/+5 |
2016-01-04 | sim: unify min/max macros | Mike Frysinger | 16 | -40/+60 |
2016-01-04 | sim: aarch64: drop syscall.h include to fix build | Tristan Gingold | 3 | -1/+8 |
2016-01-04 | sim: parse_args: polish getopt error message | Mike Frysinger | 5 | -3/+12 |
2016-01-04 | sim: punt x86-specific bswap logic | Mike Frysinger | 68 | -699/+187 |
2016-01-04 | sim: d10v: gut endian logic | Mike Frysinger | 2 | -77/+5 |
2016-01-03 | sim: parse_args: display getopt error ourselves | Mike Frysinger | 44 | -64/+138 |
2016-01-03 | sim: TODO: move to wiki | Mike Frysinger | 6 | -71/+12 |
2016-01-03 | sim: clean up some more device detritus | Mike Frysinger | 13 | -53/+26 |
2016-01-03 | sim: use libiberty countargv in more places | Mike Frysinger | 12 | -65/+44 |