aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64
AgeCommit message (Expand)AuthorFilesLines
2021-05-01sim: aarch64: use PRIx64 for formatting 64-bit typesMike Frysinger2-5/+12
2021-05-01sim: aarch64: fix 64-bit immediate shiftsMike Frysinger2-2/+6
2021-04-26sim: enable hardware support by defaultMike Frysinger4-5/+120
2021-04-22Do not check for sys/time.h or sys/times.hTom Tromey3-14/+6
2021-04-22Require GNU makeTom Tromey2-67/+6
2021-04-21sim: regen against sim/m4/Mike Frysinger2-9/+13
2021-04-21sim: use -Werror when probing for supported warning flagsSimon Marchi2-1/+5
2021-04-18sim: switch to AC_CHECK_HEADERS_ONCEMike Frysinger1-52/+47
2021-04-18sim: switch to AC_CHECK_FUNCS_ONCE & merge a littleMike Frysinger2-25/+52
2021-04-12sim: cgen: move cgen_cpu_max_extra_bytes logic into the common codeMike Frysinger2-1/+5
2021-04-07Aarch64 sim fix for gcc-10 miscompilation.Jim Wilson2-2/+8
2021-04-02sim: unify toolchain settingsMike Frysinger3-153/+162
2021-02-28sim: set up build-time compiler settingsMike Frysinger1-9/+10
2021-02-28sim: use AC_CHECK_TOOL to find arMike Frysinger1-3/+93
2021-02-28sim: require AC_PROG_CPP explicitlyMike Frysinger2-140/+145
2021-02-21sim: common: split up acinclude.m4 into individual m4 filesMike Frysinger4-11/+34
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger4-1834/+35
2021-02-06sim: common: switch AC_CONFIG_HEADERSMike Frysinger1-3/+2
2021-02-06sim: drop use of bfd/configure.hostMike Frysinger2-7/+15
2021-01-11sim: clean up C11 header includesMike Frysinger3-16/+35
2021-01-09sim: clean up stale AC_PREREQ refsMike Frysinger1-14/+3
2021-01-09sim: enable -Werror by default for some archesMike Frysinger2-5/+7
2021-01-08sim: require a C11 compilerMike Frysinger2-13/+57
2021-01-04sim: update bug URI to https://Mike Frysinger2-1/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker11-11/+11
2020-02-06sim/aarch64: Fix register ordering bug in blr (PR sim/25318)Carlo Bramini2-4/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker11-11/+11
2019-03-28sim: fix aarch64 sim buildAndrew Burgess3-0/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker11-11/+11
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi4-544/+614
2018-06-18config: Sync with GCCSimon Marchi1-14/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker11-11/+11
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2-7/+15
2017-04-22Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson2-188/+113
2017-04-08Add support for fcvtl and fcvtl2.Jim Wilson2-0/+51
2017-04-08Support the fcmXX zero instructions.Jim Wilson2-0/+151
2017-03-25Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2-1/+6
2017-03-03Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson2-4/+21
2017-02-25Add missing smov support, and clean up existing umov support.Jim Wilson2-75/+134
2017-02-25Add missing cnt (popcount) instruction support.Jim Wilson2-0/+57
2017-02-19Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.Jim Wilson2-17/+31
2017-02-14Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson2-49/+18
2017-02-14Fix bit/bif instructions.Jim Wilson2-10/+14
2017-02-14Add ldn/stn single support, fix ldnr support.Jim Wilson2-269/+294
2017-01-23Add support for cmtst.Jim Wilson2-0/+5
2017-01-17Fixes for addv and xtn2 instructions.Jim Wilson2-31/+24
2017-01-09Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson2-17/+55
2017-01-04Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson3-33/+71
2017-01-01update copyright year range in GDB filesJoel Brobecker11-11/+11
2016-12-21Fix bugs with float compare and Inf operands.Jim Wilson2-0/+34