aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
1997-05-09Fix xor in simulatorMichael Meissner2-2/+3
1997-05-09Make cmp produce the correct resultsMichael Meissner2-18/+20
1997-05-09Update CIA as well as NIA when a 64bit insn is encountered.Andrew Cagney2-0/+6
1997-05-08Really fix the bbo/bbz instructions.Michael Meissner2-3/+6
1997-05-08reverse bit number for bbo/bbz instructions.Michael Meissner2-2/+3
1997-05-08Fix non-anulled calls so that return address is correctMichael Meissner2-2/+6
1997-05-08Change output format slightlyMichael Meissner1-1/+1
1997-05-08Change output format slightlyMichael Meissner2-73/+37
1997-05-08Bump SIZE_DECIMAL to 13Michael Meissner2-1/+5
1997-05-08Add function sim_args_command() which takes a `(gdb) sim <command>' andAndrew Cagney5-22/+131
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney15-461/+928
1997-05-06 * sim-profile.c (profile_uninstall): Likewise.David Edelsohn1-0/+1
1997-05-06 * sim-trace.c (trace_uninstall): Don't close a file twice.David Edelsohn2-2/+15
1997-05-06Only zap the igen directory once.Andrew Cagney1-4/+10
1997-05-06Makefile.orig, README.orig deleted.David Edelsohn1-2/+0
1997-05-06Keep igen.David Edelsohn1-0/+1
1997-05-06Keep sim-config.c, sim-fpu.[ch].David Edelsohn1-0/+3
1997-05-06 * mn10300_sim.h: Fix ordering of bits in the PSW.Jeff Law2-4/+6
1997-05-06Remove extra : from nop, sink{1,2} tracingMichael Meissner1-3/+3
1997-05-06Add semantic tracing to the tic80Michael Meissner8-196/+605
1997-05-06 * interp.c: Improve hashing routine to avoid long listJeff Law2-241/+512
1997-05-06Keep sim-utils.h.David Edelsohn1-0/+1
1997-05-06Fix typo; pass trace_line request as arg; pass common stuff in static structMichael Meissner3-27/+36
1997-05-06Enable --trace-linenum supportMichael Meissner5-18/+130
1997-05-06 * mn10300_sim.h (struct _state): Add space for mdrq register.Jeff Law3-29/+140
1997-05-05Fix problems -Wall foundMichael Meissner3-13/+45
1997-05-05Add printf attribute supportMichael Meissner2-2/+17
1997-05-05Start of implementation of a distributed (between processors)Andrew Cagney12-102/+307
1997-05-05Add flakey floating-point support to the TI c80 simulator.Andrew Cagney14-62/+1520
1997-05-03 * decode.c (decode): Add computed goto support.David Edelsohn1-0/+4
1997-05-02Tweak comment.David Edelsohn1-32/+70
1997-05-02Update devo version of m32r sim to build with recent sim/common changes.Andrew Cagney6-63/+504
1997-05-02remove junk files that have been here waaaaaaaay too longAngela Marie Thomas2-178/+0
1997-05-02o Add core and event objects into simulatorAndrew Cagney7-80/+104
1997-05-02 * sim-utils.c (sim_add_commas): New function.David Edelsohn5-33/+137
1997-05-01cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.David Edelsohn2-4/+4
1997-05-01 Merge from branch into devo. CGEN generic files moved to commonDavid Edelsohn9-0/+8326
1997-05-01 * configure: Regenerated.David Edelsohn3-13/+55
1997-05-01(cgen-utils.o): Update cgen-{mem,sem}.h dependencies.David Edelsohn1-2/+1
1997-05-01Sigh. Put generated files with each cgen cpu.David Edelsohn3-981/+1
1997-05-01 * Makefile.in (sim-options_h): Define.David Edelsohn11-445/+986
1997-05-01(EXTRACT_SIGNED,EXTRACT_UNSIGNED,HOST_LONGS_FOR_BITS): Move fromDavid Edelsohn1-0/+14
1997-05-01 * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files.David Edelsohn11-0/+2953
1997-04-30 * Make-common.in (clean targets): Undo patch of Apr. 22.David Edelsohn2-4/+25
1997-04-30 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.David Edelsohn1-0/+8
1997-04-30Add Tick shift insnAndrew Cagney2-11/+111
1997-04-30Tidy code gen.Andrew Cagney2-2/+20
1997-04-29Numerous fixes.Andrew Cagney8-55/+139
1997-04-25Allow simulators to be built on LinuxMichael Meissner1-0/+7
1997-04-24Enable more instructions.Andrew Cagney9-203/+359