Age | Commit message (Expand) | Author | Files | Lines |
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 |
1997-04-21 | for DIV: check for div by zero and int overflow | Gavin Romig-Koch | 2 | -15/+44 |
1997-04-19 | * interp.c: Include float.h and define SIGTRAP if _WIN32. | Stu Grossman | 2 | -2/+19 |
1997-04-18 | * sim-options.c (standard_options): Add --endian. | David Edelsohn | 2 | -2/+50 |
1997-04-18 | Add a comment. | David Edelsohn | 1 | -0/+4 |
1997-04-18 | * interp.c (sim_resume): Fix argument to poll_quit. | David Edelsohn | 2 | -1/+5 |
1997-04-18 | * nrun.c: #include <signal.h>. | David Edelsohn | 1 | -0/+6 |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 14 | -24/+527 |
1997-04-18 | * arminit.c (ARMul_NewState): Preinitialize the state to | Fred Fish | 1 | -0/+5 |
1997-04-17 | * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h. | David Edelsohn | 3 | -2/+23 |
1997-04-17 | * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions. | David Edelsohn | 2 | -0/+125 |
1997-04-17 | sim-trace.c: New file. | David Edelsohn | 4 | -3/+79 |
1997-04-17 | Add macros for CPU_FOO_FILE, CPU_STATE. | David Edelsohn | 1 | -1/+5 |
1997-04-17 | (standard_option_handler): Tweak some error messages. | David Edelsohn | 1 | -13/+13 |
1997-04-17 | Clean up. | David Edelsohn | 1 | -64/+7 |
1997-04-17 | * igen.c (print_itrace): Use TRACE_FOO_P and trace_printf. | David Edelsohn | 2 | -0/+655 |
1997-04-17 | * Make-common.in (nrun.o): Add rule for. | David Edelsohn | 4 | -0/+125 |
1997-04-17 | * sim-config.h (WITH_DEBUG): Provide default value of zero. | David Edelsohn | 2 | -1/+8 |
1997-04-17 | * sim-options.c, sim-options.h: New files. | David Edelsohn | 4 | -0/+809 |
1997-04-17 | MAX_CPUS -> WITH_SMP. | David Edelsohn | 1 | -4/+4 |
1997-04-17 | Fix copyright message, this is not GCC. | David Edelsohn | 1 | -5/+5 |
1997-04-17 | * run.c (main): Check return value of sim_open. | David Edelsohn | 2 | -0/+4 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -111/+649 |