Age | Commit message (Expand) | Author | Files | Lines |
2021-05-04 | sim: add support for build-time ar & ranlib | Mike Frysinger | 2 | -2/+14 |
2021-05-01 | sim: nrun: add local strsignal prototype | Mike Frysinger | 3 | -2/+12 |
2021-05-01 | sim: aarch64: use PRIx64 for formatting 64-bit types | Mike Frysinger | 2 | -5/+12 |
2021-05-01 | sim: aarch64: fix 64-bit immediate shifts | Mike Frysinger | 2 | -2/+6 |
2021-04-26 | sim: enable hardware support by default | Mike Frysinger | 4 | -5/+120 |
2021-04-22 | Do not check for sys/time.h or sys/times.h | Tom Tromey | 3 | -14/+6 |
2021-04-22 | Require GNU make | Tom Tromey | 2 | -67/+6 |
2021-04-21 | sim: regen against sim/m4/ | Mike Frysinger | 2 | -9/+13 |
2021-04-21 | sim: use -Werror when probing for supported warning flags | Simon Marchi | 2 | -1/+5 |
2021-04-18 | sim: switch to AC_CHECK_HEADERS_ONCE | Mike Frysinger | 1 | -52/+47 |
2021-04-18 | sim: switch to AC_CHECK_FUNCS_ONCE & merge a little | Mike Frysinger | 2 | -25/+52 |
2021-04-12 | sim: cgen: move cgen_cpu_max_extra_bytes logic into the common code | Mike Frysinger | 2 | -1/+5 |
2021-04-07 | Aarch64 sim fix for gcc-10 miscompilation. | Jim Wilson | 2 | -2/+8 |
2021-04-02 | sim: unify toolchain settings | Mike Frysinger | 3 | -153/+162 |
2021-02-28 | sim: set up build-time compiler settings | Mike Frysinger | 1 | -9/+10 |
2021-02-28 | sim: use AC_CHECK_TOOL to find ar | Mike Frysinger | 1 | -3/+93 |
2021-02-28 | sim: require AC_PROG_CPP explicitly | Mike Frysinger | 2 | -140/+145 |
2021-02-21 | sim: common: split up acinclude.m4 into individual m4 files | Mike Frysinger | 4 | -11/+34 |
2021-02-13 | sim: switch to AC_CONFIG_MACRO_DIRS | Mike Frysinger | 4 | -1834/+35 |
2021-02-06 | sim: common: switch AC_CONFIG_HEADERS | Mike Frysinger | 1 | -3/+2 |
2021-02-06 | sim: drop use of bfd/configure.host | Mike Frysinger | 2 | -7/+15 |
2021-01-11 | sim: clean up C11 header includes | Mike Frysinger | 3 | -16/+35 |
2021-01-09 | sim: clean up stale AC_PREREQ refs | Mike Frysinger | 1 | -14/+3 |
2021-01-09 | sim: enable -Werror by default for some arches | Mike Frysinger | 2 | -5/+7 |
2021-01-08 | sim: require a C11 compiler | Mike Frysinger | 2 | -13/+57 |
2021-01-04 | sim: update bug URI to https:// | Mike Frysinger | 2 | -1/+5 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 11 | -11/+11 |
2020-02-06 | sim/aarch64: Fix register ordering bug in blr (PR sim/25318) | Carlo Bramini | 2 | -4/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 11 | -11/+11 |
2019-03-28 | sim: fix aarch64 sim build | Andrew Burgess | 3 | -0/+7 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 11 | -11/+11 |
2018-06-19 | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 4 | -544/+614 |
2018-06-18 | config: Sync with GCC | Simon Marchi | 1 | -14/+18 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 11 | -11/+11 |
2017-09-06 | Honor an existing CC_FOR_BUILD in the environment for sim. | John Baldwin | 2 | -7/+15 |
2017-04-22 | Fix ldn/stn multiple instructions. Fix testcases with unaligned data. | Jim Wilson | 2 | -188/+113 |
2017-04-08 | Add support for fcvtl and fcvtl2. | Jim Wilson | 2 | -0/+51 |
2017-04-08 | Support the fcmXX zero instructions. | Jim Wilson | 2 | -0/+151 |
2017-03-25 | Fix bug with cmn/adds where C flag was incorrectly set. | Jim Wilson | 2 | -1/+6 |
2017-03-03 | Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. | Jim Wilson | 2 | -4/+21 |
2017-02-25 | Add missing smov support, and clean up existing umov support. | Jim Wilson | 2 | -75/+134 |
2017-02-25 | Add missing cnt (popcount) instruction support. | Jim Wilson | 2 | -0/+57 |
2017-02-19 | Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. | Jim Wilson | 2 | -17/+31 |
2017-02-14 | Add self to aarch64 maintainers. Fix mla instruction. | Jim Wilson | 2 | -49/+18 |
2017-02-14 | Fix bit/bif instructions. | Jim Wilson | 2 | -10/+14 |
2017-02-14 | Add ldn/stn single support, fix ldnr support. | Jim Wilson | 2 | -269/+294 |
2017-01-23 | Add support for cmtst. | Jim Wilson | 2 | -0/+5 |
2017-01-17 | Fixes for addv and xtn2 instructions. | Jim Wilson | 2 | -31/+24 |
2017-01-09 | Fix problems with the implementation of the uzp1 and uzp2 instructions. | Jim Wilson | 2 | -17/+55 |
2017-01-04 | Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. | Jim Wilson | 3 | -33/+71 |