aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
AgeCommit message (Expand)AuthorFilesLines
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
1997-02-19 * interp.c (simopen): Add support for LSI MiniRISC PMON vectors.Mark Alexander1-0/+4
1997-02-18Correct flags for PMADDUW insnGavin Romig-Koch2-5/+17
1997-02-13 * gencode.c (build_mips16_operands): Correct computation of baseIan Lance Taylor1-1/+1
1997-02-11Add r5900Gavin Romig-Koch5-167/+1542
1997-02-06 * interp.c (mips16_entry): Add support for floating point cases.Ian Lance Taylor2-16/+61
1997-02-04 * gencode.c (build_instruction): The high order may be set in theIan Lance Taylor2-1/+6
1997-02-04 * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn4-188/+31
1997-01-31 * configure: Rebuild after change to aclocal.m4.Ian Lance Taylor2-187/+192
1997-01-24 * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1-2/+2
1997-01-24 * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1-1/+1
1997-01-24 * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1-1/+1
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman4-270/+440
1997-01-08For NEC 4300 project, fix last remaining host/target endianness problemJim Wilson1-1/+1
1997-01-03 * interp.c (sim_monitor): Make output to stdout visible inMark Alexander1-0/+5
1996-12-31 * support.h: Undo previous change to SIGTRAPMark Alexander2-2/+7
1996-12-30 * interp.c (store_word, load_word): New static functions.Ian Lance Taylor2-1/+152
1996-12-29 * interp.c: Fix byte-swapping code throughout to work onMark Alexander2-9/+20
1996-12-29 * support.h: Make definitions of SIGTRAP and SIGQUIT consistentMark Alexander2-2/+7
1996-12-28 * gencode.c (build_instruction): Work around MSVC++ code gen bugMark Alexander2-1/+11
1996-12-25add flush_cache PMON routineAngela Marie Thomas2-0/+12
1996-12-20 * support.h: Use _WIN32 instead of __WIN32__. Also add defs forStu Grossman2-2/+9
1996-12-19 * gencode.c (build_instruction) [MUL]: Cast operands to word64, toIan Lance Taylor2-1/+14
1996-12-16 * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.Ian Lance Taylor2-10/+19
1996-12-16 * gencode.c (build_mips16_operands): Fix base PC value for PCIan Lance Taylor3-119/+95
1996-12-11For NEC 4100/4300 project: Add little endian support and misc cleanups.Jim Wilson1-1/+1
1996-12-10For NEC 4100/4300 projectJim Wilson3-69/+145
1996-11-27 * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORDIan Lance Taylor1-0/+3
1996-11-27Actually check in the right change to interp.c.Ian Lance Taylor1-2/+1
1996-11-26 Add support for mips16 (16 bit MIPS implementation):Ian Lance Taylor3-1062/+1631
1996-11-26Regenerated since aclocal.m4 changed.David Edelsohn1-41/+378
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn6-90/+209
1996-09-26Thu Sep 26 17:35:00 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-3/+3
1996-09-26Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-1/+1
1996-09-20 * gencode.c (process_instructions): Call build_endian_shift whenIan Lance Taylor2-1/+5
1996-09-20Fix multiplication, ldxc1, and floating point conversion. See ChangeLog.Ian Lance Taylor3-16/+67
1996-09-19 * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC.Ian Lance Taylor2-4/+4
1996-09-19 * gencode.c (process_instructions): Correct shift count for 32Ian Lance Taylor2-4/+9
1996-09-19 * gencode.c (process_instructions): Correct handling of norIan Lance Taylor2-1/+6
1996-09-16Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion3-62/+284
1996-08-22 * Makefile.in (gencode): Depend upon gencode.o, getopt.o, andIan Lance Taylor1-26/+114
1996-07-18 * gencode.c (process_instructions): Generate word64 and uword64Stu Grossman2-13/+22