aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2017-09-061-0/+4
* Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson2017-04-221-0/+11
* Add support for fcvtl and fcvtl2.Jim Wilson2017-04-081-0/+3
* Support the fcmXX zero instructions.Jim Wilson2017-04-081-0/+6
* Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2017-03-251-0/+5
* Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson2017-03-031-0/+6
* Add missing smov support, and clean up existing umov support.Jim Wilson2017-02-251-0/+8
* Add missing cnt (popcount) instruction support.Jim Wilson2017-02-251-0/+6
* Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.Jim Wilson2017-02-191-0/+6
* Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson2017-02-141-0/+2
* Fix bit/bif instructions.Jim Wilson2017-02-141-0/+4
* Add ldn/stn single support, fix ldnr support.Jim Wilson2017-02-141-0/+12
* Add support for cmtst.Jim Wilson2017-01-231-0/+4
* Fixes for addv and xtn2 instructions.Jim Wilson2017-01-171-0/+8
* Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson2017-01-091-0/+4
* Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson2017-01-041-0/+19
* Fix bugs with float compare and Inf operands.Jim Wilson2016-12-211-0/+6
* Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson2016-12-131-0/+6
* Fix bugs with tbnz/tbz instructions.users/ARM/embedded-binutils-master-2016q4Jim Wilson2016-12-031-0/+5
* Fix typo in ChangeLog entry.Jim Wilson2016-12-011-1/+1
* Fix bug with FP stur instructions.Jim Wilson2016-12-011-0/+5
* sim: unify symbol table handlingMike Frysinger2016-08-151-0/+19
* Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ...Nick Clifton2016-08-121-0/+10
* Export the single step function from the AArch64 simulator.Nick Clifton2016-08-111-0/+8
* Wean gdb and sim off private libbfd.h headerAlan Modra2016-07-271-0/+4
* Fix typo fsqrt -> sqrtf.Nick Clifton2016-07-211-1/+1
* Use fsqrt() to calculate float (rather than double) square root.Nick Clifton2016-07-211-0/+4
* Add support for simulating big-endian AArch64 binaries.Jim Wilson2016-06-301-0/+8
* Add support for FMLA (by element) to AArch64 sim.Nick Clifton2016-05-061-0/+5
* Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton2016-04-271-0/+5
* Fix more bugs in AArch64 simulator.Nick Clifton2016-03-301-0/+32
* Tidy up AArch64 simulator code.Nick Clifton2016-03-291-0/+9
* More AArch64 simulator improvements.Nick Clifton2016-03-231-0/+55
* Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton2016-03-181-0/+1
* Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton2016-03-181-0/+4
* Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton2016-03-181-0/+26
* Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton2016-03-031-0/+12
* sim: move many common settings from CPPFLAGS to config.hMike Frysinger2016-01-101-0/+4
* sim: drop unused SIM_AC_OPTION_PACKAGESMike Frysinger2016-01-101-0/+4
* sim: allow the environment configure option everywhereMike Frysinger2016-01-101-0/+5
* sim: allow the assert configure option everywhereMike Frysinger2016-01-101-0/+4
* sim: drop targ-vals.def->nltvals.def indirectionMike Frysinger2016-01-101-0/+4
* sim: allow the inline configure option everywhereMike Frysinger2016-01-101-0/+5
* sim: drop --enable-sim-{regparm,stdcall} optionsMike Frysinger2016-01-101-0/+4
* sim: drop --enable-sim-cflags optionMike Frysinger2016-01-101-0/+4
* sim: drop common/cconfig.h in favor of a single config.hMike Frysinger2016-01-091-0/+4
* sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2016-01-061-0/+5
* sim: aarch64: switch to common disassembler tracingMike Frysinger2016-01-051-0/+17
* sim: unify min/max macrosMike Frysinger2016-01-041-0/+6
* sim: aarch64: drop syscall.h include to fix buildTristan Gingold2016-01-041-0/+4