aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
2010-12-29sim: HW_NALLOC: new alloc helperMike Frysinger2-0/+5
2010-12-29sim: HW_NZALLOC: fix arg handlingMike Frysinger2-1/+5
2010-12-23sim: start a gitignoreMike Frysinger2-0/+11
2010-12-15sim: add --map-info optionMike Frysinger2-1/+50
2010-12-14(decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie2-2/+4
2010-12-14* rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie2-0/+13
2010-12-04* Makefile.in: Use CC_FOR_BUILD to build opc2c.Masaki Muranaka2-3/+12
2010-11-23sim: profile: fix building with --disable-sim-profileMike Frysinger2-0/+16
2010-11-23sim: cast away hw/device differencesMike Frysinger2-0/+8
2010-11-16sim: dv-sockser: add a write buffer variantMike Frysinger3-4/+18
2010-11-12* rx.c (lsb_count): New.DJ Delorie2-7/+94
2010-10-09Regenerate for bool -> bool_ changeAlan Modra4-59/+67
2010-10-06 * callback.c (os_lseek): Call wrap on lseek result.Hans-Peter Nilsson2-1/+5
2010-10-06 * traps.c (cris_break_13_handler): Pass lseekHans-Peter Nilsson2-0/+13
2010-10-06 * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests.Hans-Peter Nilsson3-0/+97
2010-09-30 * mem.c (rx_mem_ptr): When invalidating the decode cache, accountKevin Buettner2-3/+15
2010-09-29 * rx.c (decode_opcode: RXO_int): Only break out of the emulationNick Clifton2-1/+8
2010-09-24 * rx.c (decode_opcode): Add cycle information for RXO_smovu.Kevin Buettner2-0/+8
2010-09-24Fix typo in ChangeLog entry.Kevin Buettner1-1/+1
2010-09-23 * cpu.h (reset_decoder): Declare.Kevin Buettner4-0/+15
2010-09-23 * rx.c (decode_opcode): Declare `rx' as unsigned.Kevin Buettner2-1/+3
2010-09-23 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.Kevin Buettner6-0/+9
2010-08-24 * sim/cris/asm/nonvcv32.ms: Neutralize changed &&-in-macro gas syntax.Hans-Peter Nilsson2-4/+8
2010-07-29[include/opcode]DJ Delorie7-204/+240
2010-07-28Sort *alphabetically* this timeDJ Delorie1-1/+1
2010-07-28[sim/rx]DJ Delorie12-748/+2359
2010-07-28* MAINTAINERS: Add self as RX maintainer. Sort list.DJ Delorie2-1/+6
2010-07-07 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.Kevin Buettner2-0/+8
2010-06-24Add "acc" register. Revise register order and names.Kevin Buettner2-0/+12
2010-06-08oops - omitted from previous deltaNick Clifton1-0/+5
2010-06-08 * reg.c (set_oszc): Use unsigned int for the mask.Nick Clifton2-4/+9
2010-05-28Revert accidentally committed changes that aren't ready yet.Kevin Buettner1-7/+0
2010-05-28 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.Kevin Buettner2-1/+14
2010-05-262010-05-26 Ozkan Sezer <sezeroz@gmail.com>Ozkan Sezer10-13/+41
2010-05-20Fix erc32 sim build failure due to missing stdint.h.Joel Brobecker2-3/+10
2010-05-112010-04-20 Tiemen Schut <T.Schut@sron.nl>Joel Sherrill6-42/+54
2010-04-26sim: unify target->subdir handling for default testsMike Frysinger11-248/+461
2010-04-23sim: fix fpu missing initializer warningsMike Frysinger2-2/+6
2010-04-22sim: profile: implement --profile-file backendMike Frysinger2-1/+5
2010-04-22sim: profile: implement --profile-file backendMike Frysinger2-1/+5
2010-04-22sim: profile: implement --profile-file backendMike Frysinger2-1/+5
2010-04-22sim: profile: implement --profile-file backendMike Frysinger3-111/+150
2010-04-19sim: mn10300: convert to new sockser status codeMike Frysinger2-14/+26
2010-04-19sim: add --model-info helper optionMike Frysinger2-1/+35
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger30-18/+74
2010-04-13sim: dv-sockser: pass up connected stateMike Frysinger3-3/+11
2010-04-13sim: constify sim_write source bufferMike Frysinger3-2/+7
2010-04-12sim: add more hacking notesMike Frysinger2-0/+249
2010-04-12sim: add helper macros for branch profilingMike Frysinger2-0/+21
2010-04-12sim: add missing values to array initializersMike Frysinger12-60/+74