| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file(). | Andrew Cagney | 1997-10-22 | 9 | -9/+102 |
| * | * nrun.c (main): Exit if bfd_openr fails. | Doug Evans | 1997-10-22 | 1 | -0/+1 |
| * | * nrun.c (main): Remove useless test of name != NULL. | Doug Evans | 1997-10-22 | 2 | -3/+20 |
| * | * simops.c: Correctly handle register restores for "ret" and "retf" | Jeff Law | 1997-10-21 | 2 | -66/+71 |
| * | Use SIM*_OVERFLOW_RESULT defined in sim-alu.h | Andrew Cagney | 1997-10-21 | 2 | -2/+7 |
| * | Pacify GCC -Wall | Andrew Cagney | 1997-10-21 | 1 | -0/+6 |
| * | Output pc profile statistics once gathered. | Andrew Cagney | 1997-10-21 | 2 | -9/+5 |
| * | Delete profile support from MIPS simulator, use sim/common/sim-profile | Andrew Cagney | 1997-10-21 | 5 | -225/+46 |
| * | Have single bit macros return an unsigned result. Avoids risk (and | Andrew Cagney | 1997-10-20 | 2 | -16/+33 |
| * | Make mips registers of type unsigned_word. | Andrew Cagney | 1997-10-20 | 3 | -3/+14 |
| * | Add 8 bit arithmetic to sim-alu. | Andrew Cagney | 1997-10-20 | 3 | -2/+15 |
| * | Preliminary tests for sim-alu module. | Andrew Cagney | 1997-10-17 | 3 | -0/+189 |
| * | Move register definitions and macros out of interp.c and into sim-main.h | Andrew Cagney | 1997-10-16 | 4 | -274/+362 |
| * | Checkpoint IGEN version of MIPS simulator. | Andrew Cagney | 1997-10-16 | 1 | -248/+218 |
| * | Rename generated file engine.c to oengine.c. | Andrew Cagney | 1997-10-16 | 3 | -6/+13 |
| * | * gencode.c (build_instruction): Use FPR_STATE not fpr_state. | Andrew Cagney | 1997-10-16 | 2 | -6/+10 |
| * | * gencode.c (build_instruction): For "FPSQRT", output correct number | Andrew Cagney | 1997-10-16 | 2 | -1/+8 |
| * | * gen-semantics.c (print_semantic_body): Use CIA not cia.ip. Escape | Andrew Cagney | 1997-10-16 | 1 | -0/+6 |
| * | Sanitize additional files. | Andrew Cagney | 1997-10-15 | 1 | -0/+3 |
| * | Enable d10v simulator testsuite - two tests: Hello World and exit47. | Andrew Cagney | 1997-10-15 | 4 | -0/+1072 |
| * | Handle core regions which start at a poorly aligned address. | Andrew Cagney | 1997-10-14 | 3 | -27/+51 |
| * | * sim-alu.h (ALU64_HAD_OVERFLOW): Define. | Andrew Cagney | 1997-10-14 | 3 | -6/+21 |
| * | Checkpoint IGEN version of MIPS simulator. | Andrew Cagney | 1997-10-14 | 1 | -1239/+1196 |
| * | Move global MIPS simulator variables into sim_cpu struct. | Andrew Cagney | 1997-10-14 | 4 | -330/+369 |
| * | Correct type of address argument for sim_core_{read,write} | Andrew Cagney | 1997-10-14 | 2 | -2/+22 |
| * | o Add support for configuring wordsize, fp hardware and target | Andrew Cagney | 1997-10-14 | 8 | -543/+822 |
| * | Output line-ref to original igen source file when generating trace | Andrew Cagney | 1997-10-14 | 3 | -15/+54 |
| * | * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move | Fred Fish | 1997-10-13 | 2 | -8/+15 |
| * | * simops.c (OP_6401): postdecrement on r15 is OK, remove exception. | Fred Fish | 1997-10-11 | 1 | -15/+3 |
| * | * simops.c (OP_6401): postdecrement on r15 is OK, remove exception. | Fred Fish | 1997-10-11 | 1 | -0/+9 |
| * | Snap. Gets through igen's checks. | Andrew Cagney | 1997-10-09 | 1 | -322/+104 |
| * | Add -Wnodiscard option so that warning about discarded instructions | Andrew Cagney | 1997-10-09 | 4 | -928/+1555 |
| * | Build IGEN with the MIPS simulator. | Andrew Cagney | 1997-10-09 | 1 | -0/+1 |
| * | MIPS/IGEN checkpoint - doesn't build. | Andrew Cagney | 1997-10-08 | 3 | -0/+10004 |
| * | Checkpoint IGEN input file for MIPS simulator. | Andrew Cagney | 1997-10-07 | 1 | -0/+2 |
| * | Rewrite simulator floating point module. Do not rely on host FP | Andrew Cagney | 1997-10-03 | 4 | -41/+602 |
| * | Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE. | Andrew Cagney | 1997-10-02 | 6 | -6/+51 |
| * | Add access to hi part of r5900 128 bit registers. | Andrew Cagney | 1997-09-30 | 1 | -0/+13 |
| * | * configure: Regenerated. | Bob Manson | 1997-09-29 | 1 | -0/+4 |
| * | Do not sanitize out sim/testsuite/common directory. | Andrew Cagney | 1997-09-29 | 2 | -1/+42 |
| * | * d10v_sim.h (INC_ADDR): Align MOD_E to increment before testing | Fred Fish | 1997-09-27 | 1 | -0/+2 |
| * | * interp.c (pc_addr): Discard upper bit(s) of PC in case | Fred Fish | 1997-09-27 | 1 | -0/+9 |
| * | * interp.c: Allow Debug, DEPC, and EPC registers to be examined in GDB. | Mark Alexander | 1997-09-26 | 2 | -7/+108 |
| * | * sim-main.h: delete null override of SIM_ENGINE_HALT_HOOK and | Felix Lee | 1997-09-26 | 1 | -0/+16 |
| * | * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC | Stu Grossman | 1997-09-25 | 1 | -2/+2 |
| * | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 1997-09-25 | 5 | -51/+99 |
| * | * config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with | Andrew Cagney | 1997-09-25 | 1 | -0/+4 |
| * | Allow gencode.c to generate input to the igen generator. | Andrew Cagney | 1997-09-25 | 2 | -201/+489 |
| * | Pacify GCC -Wall | Andrew Cagney | 1997-09-25 | 1 | -0/+5 |
| * | * Make-common.in: New files sim-break.c, sim-break.h. | Stu Grossman | 1997-09-25 | 5 | -0/+331 |