summaryrefslogtreecommitdiff
path: root/sim/aarch64/simulator.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-04-22Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson
2017-04-08Add support for fcvtl and fcvtl2.Jim Wilson
2017-04-08Support the fcmXX zero instructions.Jim Wilson
2017-03-25Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson
2017-03-03Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson
2017-02-25Add missing smov support, and clean up existing umov support.Jim Wilson
2017-02-25Add missing cnt (popcount) instruction support.Jim Wilson
2017-02-19Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.Jim Wilson
2017-02-14Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson
2017-02-14Fix bit/bif instructions.Jim Wilson
2017-02-14Add ldn/stn single support, fix ldnr support.Jim Wilson
2017-01-23Add support for cmtst.Jim Wilson
2017-01-17Fixes for addv and xtn2 instructions.Jim Wilson
2017-01-09Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson
2017-01-04Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-21Fix bugs with float compare and Inf operands.Jim Wilson
2016-12-13Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson
2016-12-03Fix bugs with tbnz/tbz instructions.Jim Wilson
2016-12-01Fix bug with FP stur instructions.Jim Wilson
2016-08-15sim: unify symbol table handlingMike 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-21Use fsqrt() to calculate float (rather than double) square root.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-27Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton
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-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-01-05sim: aarch64: switch to common disassembler tracingMike Frysinger
2016-01-04sim: unify min/max macrosMike Frysinger
2016-01-04sim: aarch64: drop syscall.h include to fix buildTristan Gingold
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-15Add support for the MRS instruction to the AArch64 simulator.Nick Clifton
2015-11-24Add an AArch64 simulator to GDB.Nick Clifton