Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 114 | -114/+114 |
2019-12-19 | Add install-strip to sim/ | Tom Tromey | 2 | -0/+6 |
2019-12-04 | sim-utils.c: prevent buffer overflow. | Pavel I. Kryukov | 2 | -4/+8 |
2019-09-23 | sim: Add PRU simulator port | Dimitar Dimitrov | 3 | -0/+40 |
2019-09-19 | bfd_section_* macros | Alan Modra | 2 | -7/+7 |
2019-06-13 | sim/common: wire up new unordered comparisons | Stafford Horne | 3 | -0/+33 |
2019-06-13 | sim/common: Wire in df/di conversion | Stafford Horne | 2 | -0/+29 |
2019-04-13 | sim: Use host not target byte order for merging and splitting values | Andrew Burgess | 2 | -5/+14 |
2019-03-28 | sim: fix all sim builds | Andrew Burgess | 3 | -0/+8 |
2019-03-28 | sim/common: Fix warnings: "warning: implicit declaration of function..." | Stafford Horne | 7 | -0/+28 |
2019-03-28 | sim/common: convert sim-arange to use sim-inline | Stafford Horne | 8 | -36/+83 |
2019-01-26 | Fix the sim build | Tom Tromey | 3 | -2/+45 |
2019-01-16 | Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_P | Simon Marchi | 2 | -4/+1 |
2019-01-16 | Do not expand macros to 'defined' | Pavel I. Kryukov | 2 | -5/+7 |
2019-01-15 | sim: Fix definition of SIM_ARANGE_INLINE | Simon Marchi | 2 | -1/+5 |
2019-01-03 | Add 'extern C' if simulator is written in C++ | Павел Крюков | 1 | -0/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 113 | -113/+113 |
2018-12-18 | sim: Don't overwrite stored errno in sim_syscall_multi | Andrew Burgess | 2 | -5/+5 |
2018-12-06 | sim/opcodes: Allow use of out of tree cgen source directory | Andrew Burgess | 1 | -5/+11 |
2018-10-05 | or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns | Richard Henderson | 2 | -0/+43 |
2018-09-28 | Change "xor" name in cpu_core to allow building with iso646.h or C++ compiler | Компан, Вячеслав Олегович | 3 | -4/+14 |
2018-06-19 | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 3 | -265/+342 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 113 | -113/+113 |
2017-12-12 | sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u]) | Peter Gavin | 2 | -0/+25 |
2017-12-12 | sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) | Peter Gavin | 5 | -5/+149 |
2017-09-06 | Honor an existing CC_FOR_BUILD in the environment for sim. | John Baldwin | 2 | -4/+11 |
2017-05-24 | Refactor disassembler selection | Yao Qi | 2 | -1/+9 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 113 | -113/+113 |
2016-08-15 | sim: unify symbol table handling | Mike Frysinger | 4 | -26/+83 |
2016-08-13 | sim: cgen: constify mode_names | Mike Frysinger | 3 | -2/+7 |
2016-08-13 | sim: cgen: drop unused argv/envp definitions | Mike Frysinger | 2 | -8/+5 |
2016-02-04 | Prevent possible undefined behaviour computing the size of the scache by usin... | Nick Clifton | 2 | -11/+19 |
2016-01-17 | Minor comment fixes in sim/common/sim-fpu.c. | Joel Brobecker | 2 | -67/+71 |
2016-01-17 | minor reformatting in sim/common/sim-fpu.c. | Joel Brobecker | 2 | -2/+9 |
2016-01-11 | sim: config: do not try to align settings | Mike Frysinger | 2 | -5/+10 |
2016-01-10 | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 7 | -150/+104 |
2016-01-10 | sim: drop unused SIM_AC_OPTION_PACKAGES | Mike Frysinger | 4 | -30/+7 |
2016-01-10 | sim: allow the environment configure option everywhere | Mike Frysinger | 2 | -0/+5 |
2016-01-10 | sim: allow the assert configure option everywhere | Mike Frysinger | 2 | -0/+5 |
2016-01-10 | sim: drop targ-vals.def->nltvals.def indirection | Mike Frysinger | 5 | -18/+16 |
2016-01-10 | sim: allow the inline configure option everywhere | Mike Frysinger | 2 | -15/+10 |
2016-01-10 | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 6 | -192/+49 |
2016-01-10 | sim: drop --enable-sim-cflags option | Mike Frysinger | 4 | -19/+8 |
2016-01-09 | sim: drop common/cconfig.h in favor of a single config.h | Mike Frysinger | 15 | -10590/+81 |
2016-01-06 | sim: config: drop use of __DATE__/__TIME__ | Mike Frysinger | 2 | -7/+5 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 3 | -2/+7 |
2016-01-05 | sim: trace: add support for disassembling | Mike Frysinger | 3 | -1/+119 |
2016-01-04 | sim: use STATE_MAGIC helper | Mike Frysinger | 2 | -1/+5 |
2016-01-04 | sim: unify min/max macros | Mike Frysinger | 5 | -9/+17 |
2016-01-04 | sim: parse_args: polish getopt error message | Mike Frysinger | 2 | -1/+5 |