aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
AgeCommit message (Expand)AuthorFilesLines
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
1996-06-26Added.Jackie Smith Cashion1-0/+44
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda2-2/+23
1996-06-05Wed Jun 5 08:28:13 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-4/+33
1996-06-03 * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,Ian Lance Taylor5-44/+1549
1996-05-09Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-1/+1
1996-05-08Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-12/+163
1996-04-19Fri Apr 19 15:48:24 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-15/+152
1996-04-10Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-0/+10
1996-03-28Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-1/+26
1996-03-27Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion3-254/+319
1996-03-07Thu Mar 7 11:19:33 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-38/+72
1996-02-21regenerate configure scripts with autoconf 2.7Ian Lance Taylor1-0/+15
1996-01-31 * interp.c (LoadMemory): Enclose text following #endif in /* */.Fred Fish1-2/+2
1995-12-01* gencode.c: Tidied instruction decoding, and added FP instructionJackie Smith Cashion3-509/+4253
1995-11-08Initial check-in of the MIPS simulator. Work still needs to be done onJackie Smith Cashion4-0/+2165