summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson2017-01-094-17/+273
* Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson2017-01-049-33/+618
* update copyright year range in GDB filesJoel Brobecker2017-01-01576-576/+576
* Fix bugs with float compare and Inf operands.Jim Wilson2016-12-214-0/+184
* MAINTAINERS: Add myself as a MIPS maintainerMaciej W. Rozycki2016-12-142-0/+6
* Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson2016-12-137-45/+309
* Fix bugs with tbnz/tbz instructions.users/ARM/embedded-binutils-master-2016q4Jim Wilson2016-12-032-3/+8
* Fix typo in ChangeLog entry.Jim Wilson2016-12-011-1/+1
* Fix bug with FP stur instructions.Jim Wilson2016-12-012-6/+11
* sim: mips: add PR info to ChangeLogMike Frysinger2016-11-121-0/+2
* sim: mips: fix dv-tx3904cpu build errorMike Frysinger2016-11-112-0/+10
* sim: mips: fix builds for r3900 cpus due to missing check_u64Mike Frysinger2016-11-112-0/+5
* sim: avr: move changelog entries to subdirMike Frysinger2016-10-182-7/+7
* sim: m68hc11: use standard STATIC_INLINE helperMike Frysinger2016-08-162-25/+34
* sim: unify symbol table handlingMike Frysinger2016-08-1517-170/+164
* sim: m68hc11: standardize sim_cpu namingMike Frysinger2016-08-1310-347/+366
* sim: m68hc11: fix up various prototype related warningsMike Frysinger2016-08-138-12/+29
* sim: cgen: constify mode_namesMike Frysinger2016-08-133-2/+7
* sim: cgen: drop unused argv/envp definitionsMike Frysinger2016-08-132-8/+5
* sim: bfin: split out common mach/model defines into arch.h [PR sim/20438]Mike Frysinger2016-08-134-26/+55
* Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ...Nick Clifton2016-08-123-9/+19
* Export the single step function from the AArch64 simulator.Nick Clifton2016-08-114-9/+19
* Wean gdb and sim off private libbfd.h headerAlan Modra2016-07-276-7/+18
* Fix typo fsqrt -> sqrtf.Nick Clifton2016-07-211-1/+1
* Use fsqrt() to calculate float (rather than double) square root.Nick Clifton2016-07-212-1/+5
* Update PC when simulate break instruction.Denis Chertykov2016-07-192-2/+8
* Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton2016-07-143-4/+13
* 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