aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
AgeCommit message (Expand)AuthorFilesLines
1997-09-23vr5900-r5900.Jeff Law1-1/+1
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney3-69/+160
1997-09-22Add memory alignment config option.Andrew Cagney3-44/+106
1997-09-22Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1-0/+4
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-0/+21
1997-09-20Add handling for 3900's SDBBP, DERET, and RFE insns.Gavin Romig-Koch2-7/+15
1997-09-19 * gencode.c: Add r3900 (tx39).Gavin Romig-Koch2-21/+40
1997-09-16 * sim/mips/gencode.c (build_instruction): Don't need to subtract 4 forGavin Romig-Koch2-1/+7
1997-09-16 * sim/mips/interp.c: Correct some HASFPU problems.Gavin Romig-Koch2-5/+19
1997-09-15Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney2-17/+24
1997-09-12Short form of sample-size option had wrong value.Andrew Cagney2-1/+6
1997-09-10mips/sim_info was just returning?????Andrew Cagney2-2/+4
1997-09-10Support tx19 sanitation.Gavin Romig-Koch1-0/+30
1997-09-09Better word error messages.Andrew Cagney2-2/+7
1997-09-09Remove GCC specific `0x...LL', replace with SIGNED64 (0x...).Andrew Cagney2-14/+17
1997-09-07tx19 and related necessary changes.Gavin Romig-Koch3-0/+18
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn2-11/+16
1997-09-01Test/fix pabsh, pabsw, psrlvw.Andrew Cagney2-5/+17
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney2-1/+6
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney3-105/+146
1997-08-26Flush defunct sim_kill.Andrew Cagney2-18/+4
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney4-96/+583
1997-07-28Handle overflow from signed divide by -1.Andrew Cagney1-5/+24
1997-07-25gencode.c: Two arg MADD should not assign result to /bin/bash.Gavin Romig-Koch2-1/+7
1997-07-11Fix a number of problems in the r5900 specific p* (parallel) instructions.Andrew Cagney3-90/+177
1997-07-02 * gencode.c (build_instruction): Handle "pext5" according toJeff Law2-1/+4
1997-07-02 * gencode.c (build_instruction): Handle "ppac5" according toJeff Law2-1/+6
1997-07-02 * interp.c (sim_engine_run): Reset the ZERO register to zeroJeff Law2-23/+40
1997-07-02 * gencode.c (FEATURE_WARNINGS): Remove FEATURE_WARN_ZERO.Jeff Law2-3/+20
1997-06-03o Fixes to repeated watchpointsAndrew Cagney2-110/+203
1997-06-02o Fix padd insnAndrew Cagney1-8/+12
1997-05-27Extend xor-endian and per-cpu support in core module.Andrew Cagney2-28/+44
1997-05-22ifdef out uses of simSTOP, simSTEP and simBE when DEBUG is defined.Gavin Romig-Koch2-0/+9
1997-05-21Watchpoint interface.Andrew Cagney4-541/+563
1997-05-19Graft sim/common event and other code onto the mips simulator.Andrew Cagney3-194/+170
1997-04-24* tconfig.in (SIM_HAVE_BIENDIAN): Define.David Edelsohn1-0/+4
1997-04-21for DIV: check for div by zero and int overflowGavin Romig-Koch2-15/+44
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-26/+52
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney2-8/+33
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney2-204/+137
1997-04-02 * interp.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn2-144/+298
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney2-50/+42
1997-03-17Add/use pr_uword64 for SIM_ADDR independent values.Gavin Romig-Koch1-0/+6
1997-03-17 * configure: Re-generate.Andrew Cagney2-208/+136
1997-03-14Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner2-123/+53
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn2-166/+472
1997-02-26Correct the overloaded DOUBLEWORD problemGavin Romig-Koch1-7/+7
1997-02-25start-sanitize-r5900Dawn Perchik1-0/+2
1997-02-20Correct test for ISA dependent bitsGavin Romig-Koch1-6/+18