Age | Commit message (Expand) | Author | Files | Lines |
1998-04-21 | For new IGEN simulators, rewrite checks validating correct use of the | Andrew Cagney | 1 | -15/+0 |
1997-12-11 | * mips.igen (MSUB): Fix to work like MADD. | Jeff Law | 1 | -1/+6 |
1997-11-06 | Replace global IPC with function argument cia or current instruction | Andrew Cagney | 1 | -1/+1 |
1997-10-29 | * gencode.c: Add tx49 configury and insns. | Gavin Romig-Koch | 1 | -6/+44 |
1997-10-25 | * sim/mips/gencode.c (build_instruction): Follow sim_write's lead in using | Gavin Romig-Koch | 1 | -1/+1 |
1997-10-24 | Add function to fetch 32bit instructions | Andrew Cagney | 1 | -8/+8 |
1997-10-16 | Move register definitions and macros out of interp.c and into sim-main.h | Andrew Cagney | 1 | -1/+1 |
1997-10-16 | * gencode.c (build_instruction): Use FPR_STATE not fpr_state. | Andrew Cagney | 1 | -6/+6 |
1997-10-16 | * gencode.c (build_instruction): For "FPSQRT", output correct number | Andrew Cagney | 1 | -1/+3 |
1997-10-14 | o Add support for configuring wordsize, fp hardware and target | Andrew Cagney | 1 | -9/+9 |
1997-09-25 | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 1 | -10/+34 |
1997-09-25 | Allow gencode.c to generate input to the igen generator. | Andrew Cagney | 1 | -201/+476 |
1997-09-20 | Add handling for 3900's SDBBP, DERET, and RFE insns. | Gavin Romig-Koch | 1 | -7/+7 |
1997-09-19 | * gencode.c: Add r3900 (tx39). | Gavin Romig-Koch | 1 | -21/+31 |
1997-09-16 | * sim/mips/gencode.c (build_instruction): Don't need to subtract 4 for | Gavin Romig-Koch | 1 | -1/+2 |
1997-09-09 | Remove GCC specific `0x...LL', replace with SIGNED64 (0x...). | Andrew Cagney | 1 | -14/+11 |
1997-09-07 | tx19 and related necessary changes. | Gavin Romig-Koch | 1 | -0/+9 |
1997-09-01 | Test/fix pabsh, pabsw, psrlvw. | Andrew Cagney | 1 | -5/+9 |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1 | -3/+0 |
1997-07-28 | Handle overflow from signed divide by -1. | Andrew Cagney | 1 | -5/+24 |
1997-07-25 | gencode.c: Two arg MADD should not assign result to /bin/bash. | Gavin Romig-Koch | 1 | -1/+2 |
1997-07-11 | Fix a number of problems in the r5900 specific p* (parallel) instructions. | Andrew Cagney | 1 | -88/+129 |
1997-07-02 | * gencode.c (build_instruction): Handle "pext5" according to | Jeff Law | 1 | -1/+1 |
1997-07-02 | * gencode.c (build_instruction): Handle "ppac5" according to | Jeff Law | 1 | -1/+1 |
1997-07-02 | * gencode.c (FEATURE_WARNINGS): Remove FEATURE_WARN_ZERO. | Jeff Law | 1 | -2/+8 |
1997-06-02 | o Fix padd insn | Andrew Cagney | 1 | -8/+12 |
1997-05-21 | Watchpoint interface. | Andrew Cagney | 1 | -8/+8 |
1997-04-21 | for DIV: check for div by zero and int overflow | Gavin Romig-Koch | 1 | -15/+38 |
1997-02-26 | Correct the overloaded DOUBLEWORD problem | Gavin Romig-Koch | 1 | -7/+7 |
1997-02-25 | start-sanitize-r5900 | Dawn Perchik | 1 | -0/+2 |
1997-02-20 | Correct test for ISA dependent bits | Gavin Romig-Koch | 1 | -6/+18 |
1997-02-18 | Correct flags for PMADDUW insn | Gavin Romig-Koch | 1 | -1/+1 |
1997-02-13 | * gencode.c (build_mips16_operands): Correct computation of base | Ian Lance Taylor | 1 | -1/+1 |
1997-02-11 | Add r5900 | Gavin Romig-Koch | 1 | -166/+1499 |
1997-02-04 | * gencode.c (build_instruction): The high order may be set in the | Ian Lance Taylor | 1 | -1/+1 |
1997-01-08 | For NEC 4300 project, fix last remaining host/target endianness problem | Jim Wilson | 1 | -1/+1 |
1996-12-28 | * gencode.c (build_instruction): Work around MSVC++ code gen bug | Mark Alexander | 1 | -1/+6 |
1996-12-19 | * gencode.c (build_instruction) [MUL]: Cast operands to word64, to | Ian Lance Taylor | 1 | -1/+6 |
1996-12-16 | * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI. | Ian Lance Taylor | 1 | -10/+13 |
1996-12-16 | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 1 | -3/+6 |
1996-12-11 | For NEC 4100/4300 project: Add little endian support and misc cleanups. | Jim Wilson | 1 | -1/+1 |
1996-12-10 | For NEC 4100/4300 project | Jim Wilson | 1 | -0/+3 |
1996-11-27 | * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD | Ian Lance Taylor | 1 | -0/+3 |
1996-11-26 | Add support for mips16 (16 bit MIPS implementation): | Ian Lance Taylor | 1 | -1062/+1595 |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 1 | -4/+0 |
1996-09-26 | Thu Sep 26 17:35:00 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -3/+3 |
1996-09-20 | * gencode.c (process_instructions): Call build_endian_shift when | Ian Lance Taylor | 1 | -0/+1 |
1996-09-20 | Fix multiplication, ldxc1, and floating point conversion. See ChangeLog. | Ian Lance Taylor | 1 | -11/+45 |
1996-09-19 | * gencode.c (process_instructions): Correct shift count for 32 | Ian Lance Taylor | 1 | -3/+6 |
1996-09-19 | * gencode.c (process_instructions): Correct handling of nor | Ian Lance Taylor | 1 | -1/+1 |