summaryrefslogtreecommitdiff
path: root/sim/aarch64
Commit message (Expand)AuthorAgeFilesLines
* sim/aarch64: Fix register ordering bug in blr (PR sim/25318)Carlo Bramini2020-02-062-4/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0111-11/+11
* sim: fix aarch64 sim buildAndrew Burgess2019-03-283-0/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0111-11/+11
* Bump to autoconf 2.69 and automake 1.15.1Simon Marchi2018-06-194-544/+614
* config: Sync with GCCSimon Marchi2018-06-181-14/+18
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0211-11/+11
* Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2017-09-062-7/+15
* Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson2017-04-222-188/+113
* Add support for fcvtl and fcvtl2.Jim Wilson2017-04-082-0/+51
* Support the fcmXX zero instructions.Jim Wilson2017-04-082-0/+151
* Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2017-03-252-1/+6
* Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson2017-03-032-4/+21
* Add missing smov support, and clean up existing umov support.Jim Wilson2017-02-252-75/+134
* Add missing cnt (popcount) instruction support.Jim Wilson2017-02-252-0/+57
* Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.Jim Wilson2017-02-192-17/+31
* Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson2017-02-142-49/+18
* Fix bit/bif instructions.Jim Wilson2017-02-142-10/+14
* Add ldn/stn single support, fix ldnr support.Jim Wilson2017-02-142-269/+294
* Add support for cmtst.Jim Wilson2017-01-232-0/+5
* Fixes for addv and xtn2 instructions.Jim Wilson2017-01-172-31/+24
* Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson2017-01-092-17/+55
* Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson2017-01-043-33/+71
* update copyright year range in GDB filesJoel Brobecker2017-01-0111-11/+11
* Fix bugs with float compare and Inf operands.Jim Wilson2016-12-212-0/+34
* Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson2016-12-132-36/+21
* 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: unify symbol table handlingMike Frysinger2016-08-156-38/+38
* 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-272-1/+4
* 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
* 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
* Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton2016-04-272-7/+317
* 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: move many common settings from CPPFLAGS to config.hMike Frysinger2016-01-103-68/+124
* sim: drop unused SIM_AC_OPTION_PACKAGESMike Frysinger2016-01-102-7/+6
* sim: allow the environment configure option everywhereMike Frysinger2016-01-103-23/+27
* sim: allow the assert configure option everywhereMike Frysinger2016-01-102-2/+23