aboutsummaryrefslogtreecommitdiff
path: root/sim/common
AgeCommit message (Expand)AuthorFilesLines
2021-01-13sim: watch: add basic default handler that trapsMike Frysinger2-1/+18
2021-01-13sim: watch: fix range expression processingMike Frysinger2-1/+5
2021-01-13sim: watch: fix pc watchpoints on little endian host systemsMike Frysinger4-5/+14
2021-01-12sim: common: use #error properlyMike Frysinger2-1/+5
2021-01-11sim: always call SIM_AC_OPTION_WARNINGSMike Frysinger2-1/+7
2021-01-11sim: common: fix printf formatsMike Frysinger2-1/+6
2021-01-11sim: clean up C11 header includesMike Frysinger28-187/+16
2021-01-09sim: common: clean up asprintf includes a bitMike Frysinger4-5/+7
2021-01-09sim: clean up stale AC_PREREQ refsMike Frysinger2-12/+5
2021-01-09sim: enable -Werror by default for some archesMike Frysinger2-5/+11
2021-01-09sim: hw: rework code to avoid gcc warningsMike Frysinger2-7/+8
2021-01-09sim: common: add missing stdlib.h for abort()Mike Frysinger5-0/+9
2021-01-08sim: require a C11 compilerMike Frysinger3-1/+34
2021-01-07gdb/sim: add support for exporting memory mapMike Frysinger2-0/+61
2021-01-04sim: update bug URI to https://Mike Frysinger2-1/+6
2021-01-04sim: common: version: add build & homepage info when interactiveMike Frysinger2-0/+20
2021-01-04sim: common: use sim_config_print nameMike Frysinger3-3/+3
2021-01-04sim: common: add a version output helper w/copyright+license infoMike Frysinger3-1/+31
2021-01-04sim: common: rename sim_print_configMike Frysinger3-2/+8
2021-01-02sim: common: add align_{up,down} to match gdbMike Frysinger2-13/+10
2021-01-01Update copyright year range in all GDB filesJoel Brobecker114-114/+114
2020-08-10[sim] Fix mbuild build breaker in sim-cpu.cTom de Vries2-0/+6
2020-01-19sim: add some stdlib.h includesSimon Marchi7-2/+21
2020-01-01Update copyright year range in all GDB files.Joel Brobecker114-114/+114
2019-12-19Add install-strip to sim/Tom Tromey2-0/+6
2019-12-04sim-utils.c: prevent buffer overflow.Pavel I. Kryukov2-4/+8
2019-09-23sim: Add PRU simulator portDimitar Dimitrov3-0/+40
2019-09-19bfd_section_* macrosAlan Modra2-7/+7
2019-06-13sim/common: wire up new unordered comparisonsStafford Horne3-0/+33
2019-06-13sim/common: Wire in df/di conversionStafford Horne2-0/+29
2019-04-13sim: Use host not target byte order for merging and splitting valuesAndrew Burgess2-5/+14
2019-03-28sim: fix all sim buildsAndrew Burgess3-0/+8
2019-03-28sim/common: Fix warnings: "warning: implicit declaration of function..."Stafford Horne7-0/+28
2019-03-28sim/common: convert sim-arange to use sim-inlineStafford Horne8-36/+83
2019-01-26Fix the sim buildTom Tromey3-2/+45
2019-01-16Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_PSimon Marchi2-4/+1
2019-01-16Do not expand macros to 'defined'Pavel I. Kryukov2-5/+7
2019-01-15sim: Fix definition of SIM_ARANGE_INLINESimon Marchi2-1/+5
2019-01-03Add 'extern C' if simulator is written in C++Павел Крюков1-0/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker113-113/+113
2018-12-18sim: Don't overwrite stored errno in sim_syscall_multiAndrew Burgess2-5/+5
2018-12-06sim/opcodes: Allow use of out of tree cgen source directoryAndrew Burgess1-5/+11
2018-10-05or1k: Add the l.muld, l.muldu, l.macu, l.msbu insnsRichard Henderson2-0/+43
2018-09-28Change "xor" name in cpu_core to allow building with iso646.h or C++ compilerКомпан, Вячеслав Олегович3-4/+14
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi3-265/+342
2018-01-02Update copyright year range in all GDB filesJoel Brobecker113-113/+113
2017-12-12sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u])Peter Gavin2-0/+25
2017-12-12sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])Peter Gavin5-5/+149
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2-4/+11
2017-05-24Refactor disassembler selectionYao Qi2-1/+9