summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2016-08-13sim: m68hc11: fix up various prototype related warningsMike Frysinger
2016-08-13sim: cgen: constify mode_namesMike Frysinger
2016-08-13sim: cgen: drop unused argv/envp definitionsMike Frysinger
2016-08-13sim: bfin: split out common mach/model defines into arch.h [PR sim/20438]Mike Frysinger
2016-08-12Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ...Nick Clifton
2016-08-11Export the single step function from the AArch64 simulator.Nick Clifton
2016-07-27Wean gdb and sim off private libbfd.h headerAlan Modra
2016-07-21Fix typo fsqrt -> sqrtf.Nick Clifton
2016-07-21Use fsqrt() to calculate float (rather than double) square root.Nick Clifton
2016-07-19 Update PC when simulate break instruction.Denis Chertykov
2016-07-14Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton
2016-06-30Add support for simulating big-endian AArch64 binaries.Jim Wilson
2016-05-06Add support for FMLA (by element) to AArch64 sim.Nick Clifton
2016-04-27Fix a typo in the check for SNANs in the RX simulator.Nick Clifton
2016-04-27Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton
2016-04-10Fix primary reason why the SH simulation hasn't been working on 64 bit hosts.Oleg Endo
2016-04-10Move ChangeLog entries from sim/ChangeLog to sim/sh/ChangeLog.Oleg Endo
2016-04-09Adjust default memory size and stack base address for SH simulator.Oleg Endo
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton
2016-03-30Fix more bugs in AArch64 simulator.Nick Clifton
2016-03-29Tidy up AArch64 simulator code.Nick Clifton
2016-03-23More AArch64 simulator improvements.Nick Clifton
2016-03-18Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton
2016-03-18Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton
2016-03-18Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton
2016-03-03Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton
2016-02-05sim: mips: fix prog_bfd usageMike Frysinger
2016-02-04Prevent possible undefined behaviour computing the size of the scache by usin...Nick Clifton
2016-02-03MAINTAINERS: Add Thiemo Seufer back, as a past maintainerMaciej W. Rozycki
2016-01-18MIPS: Only build microMIPS specific simulator functions if microMIPS support ...Andrew Bennett
2016-01-17Minor comment fixes in sim/common/sim-fpu.c.Joel Brobecker
2016-01-17minor reformatting in sim/common/sim-fpu.c.Joel Brobecker
2016-01-12sim: mips: workaround 32-bit addr sign extensionsMike Frysinger
2016-01-11sim: config: do not try to align settingsMike Frysinger
2016-01-10sim: move many common settings from CPPFLAGS to config.hMike Frysinger
2016-01-10sim: drop unused SIM_AC_OPTION_PACKAGESMike Frysinger
2016-01-10sim: allow the environment configure option everywhereMike Frysinger
2016-01-10sim: allow the assert configure option everywhereMike Frysinger
2016-01-10sim: drop targ-vals.def->nltvals.def indirectionMike Frysinger
2016-01-10sim: mips: drop SIM_AC_OPTION_SMP callMike Frysinger
2016-01-10sim: allow the inline configure option everywhereMike Frysinger
2016-01-10sim: drop --enable-sim-{regparm,stdcall} optionsMike Frysinger
2016-01-10sim: drop --enable-sim-cflags optionMike Frysinger
2016-01-09sim: stop configuring common subdirMike Frysinger
2016-01-09sim: drop common/cconfig.h in favor of a single config.hMike Frysinger
2016-01-06sim: config: drop use of __DATE__/__TIME__Mike Frysinger
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger
2016-01-06Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.sJoel Brobecker
2016-01-05sim: msp430: drop duplicate sim_load_file callMike Frysinger
2016-01-05sim: aarch64: switch to common disassembler tracingMike Frysinger