| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 11 | -11/+11 |
* | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 2018-06-19 | 4 | -544/+614 |
* | config: Sync with GCC | Simon Marchi | 2018-06-18 | 1 | -14/+18 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 11 | -11/+11 |
* | Honor an existing CC_FOR_BUILD in the environment for sim. | John Baldwin | 2017-09-06 | 2 | -7/+15 |
* | Fix ldn/stn multiple instructions. Fix testcases with unaligned data. | Jim Wilson | 2017-04-22 | 2 | -188/+113 |
* | Add support for fcvtl and fcvtl2. | Jim Wilson | 2017-04-08 | 2 | -0/+51 |
* | Support the fcmXX zero instructions. | Jim Wilson | 2017-04-08 | 2 | -0/+151 |
* | Fix bug with cmn/adds where C flag was incorrectly set. | Jim Wilson | 2017-03-25 | 2 | -1/+6 |
* | Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. | Jim Wilson | 2017-03-03 | 2 | -4/+21 |
* | Add missing smov support, and clean up existing umov support. | Jim Wilson | 2017-02-25 | 2 | -75/+134 |
* | Add missing cnt (popcount) instruction support. | Jim Wilson | 2017-02-25 | 2 | -0/+57 |
* | Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. | Jim Wilson | 2017-02-19 | 2 | -17/+31 |
* | Add self to aarch64 maintainers. Fix mla instruction. | Jim Wilson | 2017-02-14 | 2 | -49/+18 |
* | Fix bit/bif instructions. | Jim Wilson | 2017-02-14 | 2 | -10/+14 |
* | Add ldn/stn single support, fix ldnr support. | Jim Wilson | 2017-02-14 | 2 | -269/+294 |
* | Add support for cmtst. | Jim Wilson | 2017-01-23 | 2 | -0/+5 |
* | Fixes for addv and xtn2 instructions. | Jim Wilson | 2017-01-17 | 2 | -31/+24 |
* | Fix problems with the implementation of the uzp1 and uzp2 instructions. | Jim Wilson | 2017-01-09 | 2 | -17/+55 |
* | Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. | Jim Wilson | 2017-01-04 | 3 | -33/+71 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 11 | -11/+11 |
* | Fix bugs with float compare and Inf operands. | Jim Wilson | 2016-12-21 | 2 | -0/+34 |
* | Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes. | Jim Wilson | 2016-12-13 | 2 | -36/+21 |
* | Fix bugs with tbnz/tbz instructions.users/ARM/embedded-binutils-master-2016q4 | Jim Wilson | 2016-12-03 | 2 | -3/+8 |
* | Fix typo in ChangeLog entry. | Jim Wilson | 2016-12-01 | 1 | -1/+1 |
* | Fix bug with FP stur instructions. | Jim Wilson | 2016-12-01 | 2 | -6/+11 |
* | sim: unify symbol table handling | Mike Frysinger | 2016-08-15 | 6 | -38/+38 |
* | Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ... | Nick Clifton | 2016-08-12 | 3 | -9/+19 |
* | Export the single step function from the AArch64 simulator. | Nick Clifton | 2016-08-11 | 4 | -9/+19 |
* | Wean gdb and sim off private libbfd.h header | Alan Modra | 2016-07-27 | 2 | -1/+4 |
* | Fix typo fsqrt -> sqrtf. | Nick Clifton | 2016-07-21 | 1 | -1/+1 |
* | Use fsqrt() to calculate float (rather than double) square root. | Nick Clifton | 2016-07-21 | 2 | -1/+5 |
* | Add support for simulating big-endian AArch64 binaries. | Jim Wilson | 2016-06-30 | 3 | -9/+30 |
* | Add support for FMLA (by element) to AArch64 sim. | Nick Clifton | 2016-05-06 | 2 | -2/+77 |
* | Add support for the --trace-decode option to the AArch64 simulator. | Nick Clifton | 2016-04-27 | 2 | -7/+317 |
* | Ignore DWARF debug information with a version of 0 - assume that it is padding. | Nick Clifton | 2016-04-04 | 1 | -12/+189 |
* | Fix more bugs in AArch64 simulator. | Nick Clifton | 2016-03-30 | 5 | -196/+323 |
* | Tidy up AArch64 simulator code. | Nick Clifton | 2016-03-29 | 4 | -1469/+1413 |
* | More AArch64 simulator improvements. | Nick Clifton | 2016-03-23 | 6 | -278/+721 |
* | Fix thinko in new GET_VEC_ELEMENT macro. | Nick Clifton | 2016-03-18 | 2 | -1/+2 |
* | Fix code to check for illegal element numbers when accessing AArch64 vector r... | Nick Clifton | 2016-03-18 | 2 | -2/+6 |
* | Add simulation of MUL and NEG instructions to AArch64 simulator. | Nick Clifton | 2016-03-18 | 5 | -223/+341 |
* | Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i... | Nick Clifton | 2016-03-03 | 2 | -44/+93 |
* | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 2016-01-10 | 3 | -68/+124 |
* | sim: drop unused SIM_AC_OPTION_PACKAGES | Mike Frysinger | 2016-01-10 | 2 | -7/+6 |
* | sim: allow the environment configure option everywhere | Mike Frysinger | 2016-01-10 | 3 | -23/+27 |
* | sim: allow the assert configure option everywhere | Mike Frysinger | 2016-01-10 | 2 | -2/+23 |
* | sim: drop targ-vals.def->nltvals.def indirection | Mike Frysinger | 2016-01-10 | 2 | -57/+5 |
* | sim: allow the inline configure option everywhere | Mike Frysinger | 2016-01-10 | 3 | -51/+41 |
* | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 2016-01-10 | 2 | -12/+6 |