Age | Commit message (Expand) | Author | Files | Lines |
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-04 | sim: punt x86-specific bswap logic | Mike Frysinger | 1 | -0/+4 |
2016-01-03 | sim: drop host endian configure option | Mike Frysinger | 1 | -0/+4 |
2015-12-26 | sim: punt WITH_DEVICES & tconfig.h support | Mike Frysinger | 1 | -0/+4 |
2015-11-10 | Update the RX simulator to handle the latest opcode types. | Nick Clifton | 1 | -0/+9 |
2015-07-24 | Remove leading/trailing white spaces in ChangeLog | H.J. Lu | 1 | -5/+5 |
2015-06-23 | sim: use AS_HELP_STRING everywhere | Mike Frysinger | 1 | -0/+6 |
2015-06-12 | sim: update configure.in->configure.ac docs | Mike Frysinger | 1 | -0/+4 |
2015-06-12 | sim: drop -DTRACE from configure | Mike Frysinger | 1 | -0/+4 |
2015-04-24 | Fix typo in check for valid register number in RX sim. | Nick Clifton | 1 | -0/+5 |
2015-04-13 | sim: fix the PKGVERSION define | Mike Frysinger | 1 | -0/+4 |
2015-04-01 | sim: update zlib handling | Mike Frysinger | 1 | -0/+4 |
2015-03-16 | sim: rename tconfig.in to tconfig.h | Mike Frysinger | 1 | -0/+4 |
2015-01-15 | Build failure in sim/rx/gdb-if.c on windows | Joel Brobecker | 1 | -0/+6 |
2014-08-19 | Fix --diable-shared --enable-plugins build breakage | Alan Modra | 1 | -0/+4 |
2014-08-15 | Regenerate sim configury. | Roland McGrath | 1 | -0/+5 |
2014-03-10 | sim: constify arg to sim_do_command | Mike Frysinger | 1 | -0/+5 |
2014-03-05 | sim: constify prog_name | Mike Frysinger | 1 | -0/+4 |
2014-02-17 | Revise signal mapping function in GDB interface for RX sim. | Kevin Buettner | 1 | -0/+6 |
2013-09-23 | Regenerate sim configure files to pick up support for powerpc64le in | Alan Modra | 1 | -0/+4 |
2013-06-28 | * rx.c (SHIFT_OP): A shift by zero still sets the condition codes. | Nick Clifton | 1 | -0/+5 |
2013-06-05 | sim: use AM_MAINTAINER_MODE | Mike Frysinger | 1 | -0/+4 |
2013-01-16 | * rx.c (decode_opcode): Handle RXO_satr. | Nick Clifton | 1 | -0/+4 |
2012-06-15 | Define PACKAGE macro in all sims' config.h. | Joel Brobecker | 1 | -0/+4 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -0/+6 |
2012-03-24 | [PATCH] sim: make sure to include strsignal prototype | Mike Frysinger | 1 | -0/+4 |
2012-03-23 | sim: rx: fix warnings with AC_DEFINE | Mike Frysinger | 1 | -0/+5 |
2012-03-03 | Update rx sim so that it'll print load statistics. | Kevin Buettner | 1 | -0/+13 |
2011-12-03 | sim: generate build dependencies on the fly | Mike Frysinger | 1 | -0/+5 |
2011-10-18 | sim: rename common/aclocal.m4 to common/acinclude.m4 | Mike Frysinger | 1 | -0/+4 |
2011-10-18 | sim: move from common.m4 to SIM_AC_COMMON | Mike Frysinger | 1 | -0/+6 |
2011-07-11 | sim: m32c/rx: rename configure.in to match rest of the tree | Mike Frysinger | 1 | -0/+4 |
2011-07-11 | sim: m32c/rx: fix typo in copyright updating | Mike Frysinger | 1 | -0/+4 |
2011-04-16 | sim: add sim_complete_command stubs for non-common-using ports | Mike Frysinger | 1 | -0/+4 |
2011-01-11 | http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html | Andrew Burgess | 1 | -0/+5 |
2010-12-14 | (decode_opcode): RXO_branchrel is relative to the opcode's PC, not | DJ Delorie | 1 | -0/+2 |
2010-12-14 | * rx.c (decode_opcode): For "MVFC PC,", use the address of the | DJ Delorie | 1 | -0/+5 |
2010-11-12 | * rx.c (lsb_count): New. | DJ Delorie | 1 | -0/+8 |
2010-09-30 | * mem.c (rx_mem_ptr): When invalidating the decode cache, account | Kevin Buettner | 1 | -0/+6 |
2010-09-29 | * rx.c (decode_opcode: RXO_int): Only break out of the emulation | Nick Clifton | 1 | -0/+5 |
2010-09-24 | * rx.c (decode_opcode): Add cycle information for RXO_smovu. | Kevin Buettner | 1 | -0/+4 |
2010-09-24 | Fix typo in ChangeLog entry. | Kevin Buettner | 1 | -1/+1 |
2010-09-23 | * cpu.h (reset_decoder): Declare. | Kevin Buettner | 1 | -0/+4 |
2010-09-23 | * rx.c (decode_opcode): Declare `rx' as unsigned. | Kevin Buettner | 1 | -0/+2 |
2010-09-23 | * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. | Kevin Buettner | 1 | -0/+4 |
2010-07-29 | [include/opcode] | DJ Delorie | 1 | -0/+27 |
2010-07-28 | [sim/rx] | DJ Delorie | 1 | -0/+27 |
2010-07-07 | * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum. | Kevin Buettner | 1 | -0/+4 |
2010-06-24 | Add "acc" register. Revise register order and names. | Kevin Buettner | 1 | -0/+5 |