Export the single step function from the AArch64 simulator.
[external/binutils.git] / sim / aarch64 /
2016-08-11 Nick CliftonExport the single step function from the AArch64 simulator.
2016-07-26 Alan ModraWean gdb and sim off private libbfd.h header
2016-07-21 Nick CliftonFix typo fsqrt -> sqrtf.
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 CliftonFix thinko in new GET_VEC_ELEMENT macro.
2016-03-18 Nick CliftonFix code to check for illegal element numbers when...
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-10 Mike Frysingersim: move many common settings from CPPFLAGS to config.h
2016-01-10 Mike Frysingersim: drop unused SIM_AC_OPTION_PACKAGES
2016-01-10 Mike Frysingersim: allow the environment configure option everywhere
2016-01-10 Mike Frysingersim: allow the assert configure option everywhere
2016-01-10 Mike Frysingersim: drop targ-vals.def->nltvals.def indirection
2016-01-10 Mike Frysingersim: allow the inline configure option everywhere
2016-01-10 Mike Frysingersim: drop --enable-sim-{regparm,stdcall} options
2016-01-10 Mike Frysingersim: drop --enable-sim-cflags option
2016-01-09 Mike Frysingersim: drop common/cconfig.h in favor of a single config.h
2016-01-07 Mike Frysingersim: sim_{create_inferior,open,parse_args}: constify...
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-04 Mike Frysingersim: punt x86-specific bswap logic
2016-01-03 Mike Frysingersim: drop host endian configure option
2016-01-03 Mike Frysingersim: convert to bfd_endian
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-27 Mike Frysingersim: aarch64/msp430: fix disassembler usage
2015-12-27 Mike Frysingersim: unify sim-hload
2015-12-27 Mike Frysingersim: punt WITH_DEVICES & tconfig.h support
2015-12-26 Mike Frysingersim: standardize sim_create_inferior handling of argv...
2015-12-26 Mike Frysingersim: aarch64: move ChangeLog content
2015-12-15 Nick CliftonAdd support for the MRS instruction to the AArch64...
2015-11-24 Nick CliftonAdd an AArch64 simulator to GDB.