sim: use -Werror when probing for supported warning flags
[binutils-gdb.git] / sim / aarch64 / simulator.c
2021-04-08 Jim WilsonAarch64 sim fix for gcc-10 miscompilation.
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-02-06 Carlo Braminisim/aarch64: Fix register ordering bug in blr (PR sim...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-04-22 Jim WilsonFix ldn/stn multiple instructions. Fix testcases with...
2017-04-08 Jim WilsonAdd support for fcvtl and fcvtl2.
2017-04-08 Jim WilsonSupport the fcmXX zero instructions.
2017-03-26 Jim WilsonFix bug with cmn/adds where C flag was incorrectly...
2017-03-03 Jim WilsonFix umulh and smulh bugs. Fix bugs in last week's...
2017-02-26 Jim WilsonAdd missing smov support, and clean up existing umov...
2017-02-26 Jim WilsonAdd missing cnt (popcount) instruction support.
2017-02-19 Jim WilsonFix for aarch64 sim sxtl/uxtl insns, plus another fix...
2017-02-14 Jim WilsonAdd self to aarch64 maintainers. Fix mla instruction.
2017-02-14 Jim WilsonFix bit/bif instructions.
2017-02-14 Jim WilsonAdd ldn/stn single support, fix ldnr support.
2017-01-24 Jim WilsonAdd support for cmtst.
2017-01-18 Jim WilsonFixes for addv and xtn2 instructions.
2017-01-09 Jim WilsonFix problems with the implementation of the uzp1 and...
2017-01-05 Jim WilsonFive fixes, for fcsel, fcvtz, fminnm, mls, and non...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-21 Jim WilsonFix bugs with float compare and Inf operands.
2016-12-13 Jim WilsonFix aarch64 sim bug with adds64, and add testcases...
2016-12-04 Jim WilsonFix bugs with tbnz/tbz instructions.
2016-12-01 Jim WilsonFix bug with FP stur instructions.
2016-08-15 Mike Frysingersim: unify symbol table handling
2016-08-12 Nick CliftonUndo the previous change to the aarch64 sim - exporting...
2016-08-11 Nick CliftonExport the single step function from the AArch64 simulator.
2016-07-21 Nick CliftonUse fsqrt() to calculate float (rather than double...
2016-06-30 Jim WilsonAdd support for simulating big-endian AArch64 binaries.
2016-05-06 Nick CliftonAdd support for FMLA (by element) to AArch64 sim.
2016-04-27 Nick CliftonAdd support for the --trace-decode option to the AArch6...
2016-04-04 Nick CliftonIgnore DWARF debug information with a version of 0...
2016-03-30 Nick CliftonFix more bugs in AArch64 simulator.
2016-03-29 Nick CliftonTidy up AArch64 simulator code.
2016-03-23 Nick CliftonMore AArch64 simulator improvements.
2016-03-18 Nick CliftonAdd simulation of MUL and NEG instructions to AArch64...
2016-03-03 Nick CliftonFix bugs in the simulation of the AArch64's ADDP, FADDP...
2016-01-05 Mike Frysingersim: aarch64: switch to common disassembler tracing
2016-01-05 Mike Frysingersim: unify min/max macros
2016-01-05 Tristan Gingoldsim: aarch64: drop syscall.h include to fix build
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-15 Nick CliftonAdd support for the MRS instruction to the AArch64...
2015-11-24 Nick CliftonAdd an AArch64 simulator to GDB.