Age | Commit message (Expand) | Author | Files | Lines |
1997-05-06 | * mn10300_sim.h: Fix ordering of bits in the PSW. | Jeff Law | 2 | -4/+6 |
1997-05-06 | Remove extra : from nop, sink{1,2} tracing | Michael Meissner | 1 | -3/+3 |
1997-05-06 | Add semantic tracing to the tic80 | Michael Meissner | 8 | -196/+605 |
1997-05-06 | * interp.c: Improve hashing routine to avoid long list | Jeff Law | 2 | -241/+512 |
1997-05-06 | Keep sim-utils.h. | David Edelsohn | 1 | -0/+1 |
1997-05-06 | Fix typo; pass trace_line request as arg; pass common stuff in static struct | Michael Meissner | 3 | -27/+36 |
1997-05-06 | Enable --trace-linenum support | Michael Meissner | 5 | -18/+130 |
1997-05-06 | * mn10300_sim.h (struct _state): Add space for mdrq register. | Jeff Law | 3 | -29/+140 |
1997-05-05 | Fix problems -Wall found | Michael Meissner | 3 | -13/+45 |
1997-05-05 | Add printf attribute support | Michael Meissner | 2 | -2/+17 |
1997-05-05 | Start of implementation of a distributed (between processors) | Andrew Cagney | 12 | -102/+307 |
1997-05-05 | Add flakey floating-point support to the TI c80 simulator. | Andrew Cagney | 14 | -62/+1520 |
1997-05-03 | * decode.c (decode): Add computed goto support. | David Edelsohn | 1 | -0/+4 |
1997-05-02 | Tweak comment. | David Edelsohn | 1 | -32/+70 |
1997-05-02 | Update devo version of m32r sim to build with recent sim/common changes. | Andrew Cagney | 6 | -63/+504 |
1997-05-02 | remove junk files that have been here waaaaaaaay too long | Angela Marie Thomas | 2 | -178/+0 |
1997-05-02 | o Add core and event objects into simulator | Andrew Cagney | 7 | -80/+104 |
1997-05-02 | * sim-utils.c (sim_add_commas): New function. | David Edelsohn | 5 | -33/+137 |
1997-05-01 | cgen-{mem,sem}.h renamed to {mem,sem}-ops.h. | David Edelsohn | 2 | -4/+4 |
1997-05-01 | Merge from branch into devo. CGEN generic files moved to common | David Edelsohn | 9 | -0/+8326 |
1997-05-01 | * configure: Regenerated. | David Edelsohn | 3 | -13/+55 |
1997-05-01 | (cgen-utils.o): Update cgen-{mem,sem}.h dependencies. | David Edelsohn | 1 | -2/+1 |
1997-05-01 | Sigh. Put generated files with each cgen cpu. | David Edelsohn | 3 | -981/+1 |
1997-05-01 | * Makefile.in (sim-options_h): Define. | David Edelsohn | 11 | -445/+986 |
1997-05-01 | (EXTRACT_SIGNED,EXTRACT_UNSIGNED,HOST_LONGS_FOR_BITS): Move from | David Edelsohn | 1 | -0/+14 |
1997-05-01 | * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. | David Edelsohn | 11 | -0/+2953 |
1997-04-30 | * Make-common.in (clean targets): Undo patch of Apr. 22. | David Edelsohn | 2 | -4/+25 |
1997-04-30 | * tconfig.in (SIM_PRE_LOAD): Delete, no longer used. | David Edelsohn | 1 | -0/+8 |
1997-04-30 | Add Tick shift insn | Andrew Cagney | 2 | -11/+111 |
1997-04-30 | Tidy code gen. | Andrew Cagney | 2 | -2/+20 |
1997-04-29 | Numerous fixes. | Andrew Cagney | 8 | -55/+139 |
1997-04-25 | Allow simulators to be built on Linux | Michael Meissner | 1 | -0/+7 |
1997-04-24 | Enable more instructions. | Andrew Cagney | 9 | -203/+359 |
1997-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 1 | -106/+220 |
1997-04-24 | * configure.in (m32r-*-*): New target. | David Edelsohn | 1 | -0/+1 |
1997-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 4 | -224/+178 |
1997-04-24 | * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@. | David Edelsohn | 1 | -0/+4 |
1997-04-24 | * sim-module.h, sim-model.h, sim-profile.h: New files. | David Edelsohn | 3 | -14/+149 |
1997-04-24 | * tconfig.in: New file. | David Edelsohn | 3 | -0/+23 |
1997-04-24 | * tconfig.in (SIM_HAVE_BIENDIAN): Define. | David Edelsohn | 1 | -0/+4 |
1997-04-24 | * run.c: Undo last exec_bfd patch. | David Edelsohn | 1 | -0/+5 |
1997-04-24 | * interp.c (prog_bfd_was_opened_p): New static local. | David Edelsohn | 1 | -0/+9 |
1997-04-23 | Restore exec_bfd, needed for v850 debug code | Michael Meissner | 2 | -1/+9 |
1997-04-23 | More Tic80 instructions. | Andrew Cagney | 5 | -239/+354 |
1997-04-22 | * sim-load.c (sim_load_file): #include <stdio.h> for NULL. | David Edelsohn | 1 | -0/+4 |
1997-04-22 | * interf.c (sim_open): Undo patch to add -E support. | David Edelsohn | 2 | -2/+4 |
1997-04-22 | TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a. | Andrew Cagney | 25 | -67/+3982 |
1997-04-22 | * interp.c (sim_open): Undo patch to add -E support. | David Edelsohn | 1 | -0/+4 |
1997-04-22 | * Make-common.in: Change clean targets to use :: so that other | Stu Grossman | 3 | -8/+17 |
1997-04-22 | * Makefile.in: Add clean targets. | Stu Grossman | 1 | -0/+4 |