Age | Commit message (Expand) | Author | Files | Lines |
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 1 | -0/+5 |
1997-09-19 | Clean up tracing for Bcond & jmp insns. | Andrew Cagney | 1 | -1/+21 |
1997-09-19 | Fix cmov immed. | Andrew Cagney | 1 | -2/+3 |
1997-09-19 | Fix cmov insn. | Andrew Cagney | 1 | -0/+9 |
1997-09-18 | sanitization fixes. typoes, missing fences, "start" instead of "end", etc. | Felix Lee | 1 | -8/+2 |
1997-09-17 | Clean up more tracing. | Andrew Cagney | 1 | -0/+12 |
1997-09-17 | Fix tracing for: "ctret", "bsw", "hsw" | Andrew Cagney | 1 | -0/+13 |
1997-09-16 | Smooth some of ALU tracing's rough edges. | Andrew Cagney | 1 | -0/+36 |
1997-09-16 | Use trace_one_insn in trace functions. Buffer up trace data so that | Andrew Cagney | 1 | -0/+9 |
1997-09-16 | Restrict ldsr (load system register) to modifying just non-reserved PSW bits. | Andrew Cagney | 1 | -0/+12 |
1997-09-16 | Add v850e version of breakpoint instruction. | Andrew Cagney | 1 | -0/+9 |
1997-09-16 | * simops.c (Multiply64): Don't store into register zero. | Jim Wilson | 1 | -0/+6 |
1997-09-15 | For instructions moved into v850.igen was computing (wrong) NIA when | Andrew Cagney | 1 | -0/+7 |
1997-09-15 | Fix sanitization for v850 V v850e V v850eq | Andrew Cagney | 1 | -0/+9 |
1997-09-15 | For v850eq start up with US bit set. | Andrew Cagney | 1 | -0/+29 |
1997-09-12 | Check reserved bits before executing instructions. | Andrew Cagney | 1 | -0/+23 |
1997-09-12 | Add profiling support to v850*. | Andrew Cagney | 1 | -0/+11 |
1997-09-10 | o Wordwrap usage messages from sim-options | Andrew Cagney | 1 | -0/+5 |
1997-09-10 | Have trace_input, trace_output use sim-trace for IO. | Andrew Cagney | 1 | -0/+9 |
1997-09-08 | Add multi-sim support to v850/v850e/v850eq simulators. | Andrew Cagney | 1 | -0/+62 |
1997-09-05 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 1 | -0/+4 |
1997-09-04 | Replace memory model with one from sim/common directory. | Andrew Cagney | 1 | -0/+40 |
1997-09-03 | Pacify gcc-current -Wall. | Andrew Cagney | 1 | -0/+15 |
1997-09-03 | Add real SIM_DESC arg to v850 simulator. | Andrew Cagney | 1 | -0/+66 |
1997-09-01 | Compile from UNIX to cygwin32. | Andrew Cagney | 1 | -0/+12 |
1997-08-27 | Fix doco on enable-sim-inline. | Andrew Cagney | 1 | -0/+5 |
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1 | -0/+3 |
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 1 | -0/+4 |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1 | -0/+9 |
1997-08-22 | Updated with respect to the HDD-tool-0611 document. | Nick Clifton | 1 | -0/+18 |
1997-08-20 | Added N step divide routines, courtesy of Sugimoto at NEC. | Nick Clifton | 1 | -0/+3 |
1997-08-20 | Fixed interpretation of SR bit in list18 structures. | Nick Clifton | 1 | -0/+12 |
1997-08-14 | Tidied up sanitization. | Nick Clifton | 1 | -0/+41 |
1997-04-24 | * interp.c (prog_bfd_was_opened_p): New static local. | David Edelsohn | 1 | -0/+9 |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1 | -0/+4 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 1 | -0/+9 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 1 | -0/+10 |
1997-04-02 | * interp.c (sim_open): New arg `kind'. | David Edelsohn | 1 | -0/+2 |
1997-04-02 | * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h. | David Edelsohn | 1 | -0/+4 |
1997-04-02 | New file common/sim-config.c sets/checks simulator configuration options. | Andrew Cagney | 1 | -0/+8 |
1997-03-17 | * configure: Re-generate. | Andrew Cagney | 1 | -0/+4 |
1997-03-14 | Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy... | Michael Meissner | 1 | -0/+4 |
1997-03-13 | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1 | -0/+13 |
1997-01-23 | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 1 | -0/+9 |
1997-01-20 | Multiply ops sign extend, not zero extend | Michael Meissner | 1 | -0/+11 |
1996-12-31 | Deal with kill encoding the signal via the exit status. | Michael Meissner | 1 | -0/+5 |
1996-12-27 | Allow exit to work normally under gdb | Michael Meissner | 1 | -0/+36 |
1996-10-31 | Fix linux build problem. | Gavin Romig-Koch | 1 | -0/+5 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. | Jeff Law | 1 | -0/+2 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_time. | Jeff Law | 1 | -0/+4 |