summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Add support for simulating big-endian AArch64 binaries.Jim Wilson2016-06-303-9/+30
* Add support for FMLA (by element) to AArch64 sim.Nick Clifton2016-05-062-2/+77
* Fix a typo in the check for SNANs in the RX simulator.Nick Clifton2016-04-272-1/+7
* Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton2016-04-272-7/+317
* Fix primary reason why the SH simulation hasn't been working on 64 bit hosts.Oleg Endo2016-04-103-37/+21
* Move ChangeLog entries from sim/ChangeLog to sim/sh/ChangeLog.Oleg Endo2016-04-102-5/+5
* Adjust default memory size and stack base address for SH simulator.Oleg Endo2016-04-092-3/+8
* Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2016-04-041-12/+189
* Fix more bugs in AArch64 simulator.Nick Clifton2016-03-305-196/+323
* Tidy up AArch64 simulator code.Nick Clifton2016-03-294-1469/+1413
* More AArch64 simulator improvements.Nick Clifton2016-03-236-278/+721
* Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton2016-03-182-1/+2
* Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton2016-03-182-2/+6
* Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton2016-03-185-223/+341
* Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton2016-03-032-44/+93
* sim: mips: fix prog_bfd usageMike Frysinger2016-02-053-2/+8
* Prevent possible undefined behaviour computing the size of the scache by usin...Nick Clifton2016-02-042-11/+19
* MAINTAINERS: Add Thiemo Seufer back, as a past maintainerMaciej W. Rozycki2016-02-032-0/+5
* MIPS: Only build microMIPS specific simulator functions if microMIPS support ...Andrew Bennett2016-01-182-0/+42
* Minor comment fixes in sim/common/sim-fpu.c.Joel Brobecker2016-01-172-67/+71
* minor reformatting in sim/common/sim-fpu.c.Joel Brobecker2016-01-172-2/+9
* sim: mips: workaround 32-bit addr sign extensionsMike Frysinger2016-01-122-1/+18
* sim: config: do not try to align settingsMike Frysinger2016-01-112-5/+10
* sim: move many common settings from CPPFLAGS to config.hMike Frysinger2016-01-1096-2107/+3571
* sim: drop unused SIM_AC_OPTION_PACKAGESMike Frysinger2016-01-1062-229/+177
* sim: allow the environment configure option everywhereMike Frysinger2016-01-1073-411/+744
* sim: allow the assert configure option everywhereMike Frysinger2016-01-1056-54/+626
* sim: drop targ-vals.def->nltvals.def indirectionMike Frysinger2016-01-1059-1557/+151
* sim: mips: drop SIM_AC_OPTION_SMP callMike Frysinger2016-01-103-43/+7
* sim: allow the inline configure option everywhereMike Frysinger2016-01-1079-1006/+1113
* sim: drop --enable-sim-{regparm,stdcall} optionsMike Frysinger2016-01-1069-660/+245
* sim: drop --enable-sim-cflags optionMike Frysinger2016-01-1066-716/+191
* sim: stop configuring common subdirMike Frysinger2016-01-094-18/+7
* sim: drop common/cconfig.h in favor of a single config.hMike Frysinger2016-01-0999-10674/+11040
* sim: config: drop use of __DATE__/__TIME__Mike Frysinger2016-01-062-7/+5
* sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2016-01-0659-77/+248
* Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.sJoel Brobecker2016-01-062-2/+5
* sim: msp430: drop duplicate sim_load_file callMike Frysinger2016-01-052-26/+14
* sim: aarch64: switch to common disassembler tracingMike Frysinger2016-01-055-137/+30
* sim: bfin: add support disasm tracingMike Frysinger2016-01-052-0/+6
* sim: msp430: switch to common disassembler tracingMike Frysinger2016-01-055-388/+12
* sim: trace: add support for disassemblingMike Frysinger2016-01-053-1/+119
* Add myself as the maintainer for the AArch64.Nick Clifton2016-01-052-0/+5
* Fix the execution of the MSP430 simulator testsuite.Nick Clifton2016-01-052-2/+38
* sim: use STATE_MAGIC helperMike Frysinger2016-01-042-1/+5
* sim: unify min/max macrosMike Frysinger2016-01-0416-40/+60
* sim: aarch64: drop syscall.h include to fix buildTristan Gingold2016-01-043-1/+8
* sim: parse_args: polish getopt error messageMike Frysinger2016-01-045-3/+12
* sim: punt x86-specific bswap logicMike Frysinger2016-01-0468-699/+187
* sim: d10v: gut endian logicMike Frysinger2016-01-042-77/+5