Age | Commit message (Expand) | Author | Files | Lines |
2017-09-06 | Honor an existing CC_FOR_BUILD in the environment for sim. | John Baldwin | 1 | -0/+4 |
2017-04-22 | Fix ldn/stn multiple instructions. Fix testcases with unaligned data. | Jim Wilson | 1 | -0/+11 |
2017-04-08 | Add support for fcvtl and fcvtl2. | Jim Wilson | 1 | -0/+3 |
2017-04-08 | Support the fcmXX zero instructions. | Jim Wilson | 1 | -0/+6 |
2017-03-25 | Fix bug with cmn/adds where C flag was incorrectly set. | Jim Wilson | 1 | -0/+5 |
2017-03-03 | Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. | Jim Wilson | 1 | -0/+6 |
2017-02-25 | Add missing smov support, and clean up existing umov support. | Jim Wilson | 1 | -0/+8 |
2017-02-25 | Add missing cnt (popcount) instruction support. | Jim Wilson | 1 | -0/+6 |
2017-02-19 | Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. | Jim Wilson | 1 | -0/+6 |
2017-02-14 | Add self to aarch64 maintainers. Fix mla instruction. | Jim Wilson | 1 | -0/+2 |
2017-02-14 | Fix bit/bif instructions. | Jim Wilson | 1 | -0/+4 |
2017-02-14 | Add ldn/stn single support, fix ldnr support. | Jim Wilson | 1 | -0/+12 |
2017-01-23 | Add support for cmtst. | Jim Wilson | 1 | -0/+4 |
2017-01-17 | Fixes for addv and xtn2 instructions. | Jim Wilson | 1 | -0/+8 |
2017-01-09 | Fix problems with the implementation of the uzp1 and uzp2 instructions. | Jim Wilson | 1 | -0/+4 |
2017-01-04 | Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. | Jim Wilson | 1 | -0/+19 |
2016-12-21 | Fix bugs with float compare and Inf operands. | Jim Wilson | 1 | -0/+6 |
2016-12-13 | Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes. | Jim Wilson | 1 | -0/+6 |
2016-12-03 | Fix bugs with tbnz/tbz instructions.users/ARM/embedded-binutils-master-2016q4 | Jim Wilson | 1 | -0/+5 |
2016-12-01 | Fix typo in ChangeLog entry. | Jim Wilson | 1 | -1/+1 |
2016-12-01 | Fix bug with FP stur instructions. | Jim Wilson | 1 | -0/+5 |
2016-08-15 | sim: unify symbol table handling | Mike Frysinger | 1 | -0/+19 |
2016-08-12 | Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ... | Nick Clifton | 1 | -0/+10 |
2016-08-11 | Export the single step function from the AArch64 simulator. | Nick Clifton | 1 | -0/+8 |
2016-07-27 | Wean gdb and sim off private libbfd.h header | Alan Modra | 1 | -0/+4 |
2016-07-21 | Fix typo fsqrt -> sqrtf. | Nick Clifton | 1 | -1/+1 |
2016-07-21 | Use fsqrt() to calculate float (rather than double) square root. | Nick Clifton | 1 | -0/+4 |
2016-06-30 | Add support for simulating big-endian AArch64 binaries. | Jim Wilson | 1 | -0/+8 |
2016-05-06 | Add support for FMLA (by element) to AArch64 sim. | Nick Clifton | 1 | -0/+5 |
2016-04-27 | Add support for the --trace-decode option to the AArch64 simulator. | Nick Clifton | 1 | -0/+5 |
2016-03-30 | Fix more bugs in AArch64 simulator. | Nick Clifton | 1 | -0/+32 |
2016-03-29 | Tidy up AArch64 simulator code. | Nick Clifton | 1 | -0/+9 |
2016-03-23 | More AArch64 simulator improvements. | Nick Clifton | 1 | -0/+55 |
2016-03-18 | Fix thinko in new GET_VEC_ELEMENT macro. | Nick Clifton | 1 | -0/+1 |
2016-03-18 | Fix code to check for illegal element numbers when accessing AArch64 vector r... | Nick Clifton | 1 | -0/+4 |
2016-03-18 | Add simulation of MUL and NEG instructions to AArch64 simulator. | Nick Clifton | 1 | -0/+26 |
2016-03-03 | Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i... | Nick Clifton | 1 | -0/+12 |
2016-01-10 | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 1 | -0/+4 |
2016-01-10 | sim: drop unused SIM_AC_OPTION_PACKAGES | Mike Frysinger | 1 | -0/+4 |
2016-01-10 | sim: allow the environment configure option everywhere | Mike Frysinger | 1 | -0/+5 |
2016-01-10 | sim: allow the assert configure option everywhere | Mike Frysinger | 1 | -0/+4 |
2016-01-10 | sim: drop targ-vals.def->nltvals.def indirection | Mike Frysinger | 1 | -0/+4 |
2016-01-10 | sim: allow the inline configure option everywhere | Mike Frysinger | 1 | -0/+5 |
2016-01-10 | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 1 | -0/+4 |
2016-01-10 | sim: drop --enable-sim-cflags option | Mike Frysinger | 1 | -0/+4 |
2016-01-09 | sim: drop common/cconfig.h in favor of a single config.h | Mike Frysinger | 1 | -0/+4 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 1 | -0/+5 |
2016-01-05 | sim: aarch64: switch to common disassembler tracing | Mike Frysinger | 1 | -0/+17 |
2016-01-04 | sim: unify min/max macros | Mike Frysinger | 1 | -0/+6 |
2016-01-04 | sim: aarch64: drop syscall.h include to fix build | Tristan Gingold | 1 | -0/+4 |