| Commit message (Expand) | Author | Age | Files | Lines |
* | sim: check asprintf return values | Mike Frysinger | 2011-01-12 | 5 | -6/+29 |
* | sim: allow memory maps to default to mapped files | Mike Frysinger | 2011-01-11 | 2 | -10/+38 |
* | http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html | Andrew Burgess | 2011-01-11 | 14 | -10/+45 |
* | sim: fix handling of 2nd arg to SIM_AC_OPTION_HARDWARE | Mike Frysinger | 2011-01-10 | 2 | -3/+9 |
* | sim: add noreturn markings to more hw abort/halt funcs | Mike Frysinger | 2011-01-10 | 3 | -4/+9 |
* | * testutils.inc: Correct comment syntax fallout from | Hans-Peter Nilsson | 2011-01-05 | 5 | -8/+12 |
* | * mips32-dsp.s: Update copyright year. | Hans-Peter Nilsson | 2011-01-05 | 2 | -1/+5 |
* | sim: ignore generated hw-config.h | Mike Frysinger | 2011-01-05 | 2 | -0/+5 |
* | sim: tweak load buffer type to avoid signed warnings | Mike Frysinger | 2011-01-05 | 2 | -1/+5 |
* | Copyright year update in sim/ppc/psim.texinfo | Joel Brobecker | 2011-01-05 | 2 | -2/+6 |
* | Update the copyright year for most remaining files in GDB | Joel Brobecker | 2011-01-05 | 2 | -1/+5 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 343 | -350/+464 |
* | sim: HW_NALLOC: new alloc helper | Mike Frysinger | 2010-12-29 | 2 | -0/+5 |
* | sim: HW_NZALLOC: fix arg handling | Mike Frysinger | 2010-12-29 | 2 | -1/+5 |
* | sim: start a gitignore | Mike Frysinger | 2010-12-23 | 2 | -0/+11 |
* | sim: add --map-info option | Mike Frysinger | 2010-12-15 | 2 | -1/+50 |
* | (decode_opcode): RXO_branchrel is relative to the opcode's PC, not | DJ Delorie | 2010-12-14 | 2 | -2/+4 |
* | * rx.c (decode_opcode): For "MVFC PC,", use the address of the | DJ Delorie | 2010-12-14 | 2 | -0/+13 |
* | * Makefile.in: Use CC_FOR_BUILD to build opc2c. | Masaki Muranaka | 2010-12-04 | 2 | -3/+12 |
* | sim: profile: fix building with --disable-sim-profile | Mike Frysinger | 2010-11-23 | 2 | -0/+16 |
* | sim: cast away hw/device differences | Mike Frysinger | 2010-11-23 | 2 | -0/+8 |
* | sim: dv-sockser: add a write buffer variant | Mike Frysinger | 2010-11-16 | 3 | -4/+18 |
* | * rx.c (lsb_count): New. | DJ Delorie | 2010-11-12 | 2 | -7/+94 |
* | Regenerate for bool -> bool_ change | Alan Modra | 2010-10-09 | 4 | -59/+67 |
* | * callback.c (os_lseek): Call wrap on lseek result. | Hans-Peter Nilsson | 2010-10-06 | 2 | -1/+5 |
* | * traps.c (cris_break_13_handler): Pass lseek | Hans-Peter Nilsson | 2010-10-06 | 2 | -0/+13 |
* | * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests. | Hans-Peter Nilsson | 2010-10-06 | 3 | -0/+97 |
* | * mem.c (rx_mem_ptr): When invalidating the decode cache, account | Kevin Buettner | 2010-09-30 | 2 | -3/+15 |
* | * rx.c (decode_opcode: RXO_int): Only break out of the emulation | Nick Clifton | 2010-09-29 | 2 | -1/+8 |
* | * rx.c (decode_opcode): Add cycle information for RXO_smovu. | Kevin Buettner | 2010-09-24 | 2 | -0/+8 |
* | Fix typo in ChangeLog entry. | Kevin Buettner | 2010-09-24 | 1 | -1/+1 |
* | * cpu.h (reset_decoder): Declare. | Kevin Buettner | 2010-09-23 | 4 | -0/+15 |
* | * rx.c (decode_opcode): Declare `rx' as unsigned. | Kevin Buettner | 2010-09-23 | 2 | -1/+3 |
* | * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. | Kevin Buettner | 2010-09-23 | 6 | -0/+9 |
* | * sim/cris/asm/nonvcv32.ms: Neutralize changed &&-in-macro gas syntax. | Hans-Peter Nilsson | 2010-08-24 | 2 | -4/+8 |
* | [include/opcode] | DJ Delorie | 2010-07-29 | 7 | -204/+240 |
* | Sort *alphabetically* this time | DJ Delorie | 2010-07-28 | 1 | -1/+1 |
* | [sim/rx] | DJ Delorie | 2010-07-28 | 12 | -748/+2359 |
* | * MAINTAINERS: Add self as RX maintainer. Sort list. | DJ Delorie | 2010-07-28 | 2 | -1/+6 |
* | * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum. | Kevin Buettner | 2010-07-07 | 2 | -0/+8 |
* | Add "acc" register. Revise register order and names. | Kevin Buettner | 2010-06-24 | 2 | -0/+12 |
* | oops - omitted from previous delta | Nick Clifton | 2010-06-08 | 1 | -0/+5 |
* | * reg.c (set_oszc): Use unsigned int for the mask. | Nick Clifton | 2010-06-08 | 2 | -4/+9 |
* | Revert accidentally committed changes that aren't ready yet. | Kevin Buettner | 2010-05-28 | 1 | -7/+0 |
* | * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command. | Kevin Buettner | 2010-05-28 | 2 | -1/+14 |
* | 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> | Ozkan Sezer | 2010-05-26 | 10 | -13/+41 |
* | Fix erc32 sim build failure due to missing stdint.h. | Joel Brobecker | 2010-05-20 | 2 | -3/+10 |
* | 2010-04-20 Tiemen Schut <T.Schut@sron.nl> | Joel Sherrill | 2010-05-11 | 6 | -42/+54 |
* | sim: unify target->subdir handling for default tests | Mike Frysinger | 2010-04-26 | 11 | -248/+461 |
* | sim: fix fpu missing initializer warnings | Mike Frysinger | 2010-04-23 | 2 | -2/+6 |