| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | For NEC 4300 project, fix last remaining host/target endianness problem | Jim Wilson | 1997-01-08 | 1 | -1/+1 |
| * | * interp.c (sim_monitor): Make output to stdout visible in | Mark Alexander | 1997-01-03 | 1 | -0/+5 |
| * | * support.h: Undo previous change to SIGTRAP | Mark Alexander | 1996-12-31 | 2 | -2/+7 |
| * | * interp.c (store_word, load_word): New static functions. | Ian Lance Taylor | 1996-12-30 | 2 | -1/+152 |
| * | * interp.c: Fix byte-swapping code throughout to work on | Mark Alexander | 1996-12-29 | 2 | -9/+20 |
| * | * support.h: Make definitions of SIGTRAP and SIGQUIT consistent | Mark Alexander | 1996-12-29 | 2 | -2/+7 |
| * | * gencode.c (build_instruction): Work around MSVC++ code gen bug | Mark Alexander | 1996-12-28 | 2 | -1/+11 |
| * | add flush_cache PMON routine | Angela Marie Thomas | 1996-12-25 | 2 | -0/+12 |
| * | * support.h: Use _WIN32 instead of __WIN32__. Also add defs for | Stu Grossman | 1996-12-20 | 2 | -2/+9 |
| * | * gencode.c (build_instruction) [MUL]: Cast operands to word64, to | Ian Lance Taylor | 1996-12-19 | 2 | -1/+14 |
| * | * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI. | Ian Lance Taylor | 1996-12-16 | 2 | -10/+19 |
| * | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 1996-12-16 | 3 | -119/+95 |
| * | For NEC 4100/4300 project: Add little endian support and misc cleanups. | Jim Wilson | 1996-12-11 | 1 | -1/+1 |
| * | For NEC 4100/4300 project | Jim Wilson | 1996-12-10 | 3 | -69/+145 |
| * | * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD | Ian Lance Taylor | 1996-11-27 | 1 | -0/+3 |
| * | Actually check in the right change to interp.c. | Ian Lance Taylor | 1996-11-27 | 1 | -2/+1 |
| * | Add support for mips16 (16 bit MIPS implementation): | Ian Lance Taylor | 1996-11-26 | 3 | -1062/+1631 |
| * | Regenerated since aclocal.m4 changed. | David Edelsohn | 1996-11-26 | 1 | -41/+378 |
| * | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 1996-11-20 | 6 | -90/+209 |
| * | Thu Sep 26 17:35:00 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-09-26 | 1 | -3/+3 |
| * | Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-09-26 | 1 | -1/+1 |
| * | * gencode.c (process_instructions): Call build_endian_shift when | Ian Lance Taylor | 1996-09-20 | 2 | -1/+5 |
| * | Fix multiplication, ldxc1, and floating point conversion. See ChangeLog. | Ian Lance Taylor | 1996-09-20 | 3 | -16/+67 |
| * | * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC. | Ian Lance Taylor | 1996-09-19 | 2 | -4/+4 |
| * | * gencode.c (process_instructions): Correct shift count for 32 | Ian Lance Taylor | 1996-09-19 | 2 | -4/+9 |
| * | * gencode.c (process_instructions): Correct handling of nor | Ian Lance Taylor | 1996-09-19 | 2 | -1/+6 |
| * | Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-09-16 | 3 | -62/+284 |
| * | * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and | Ian Lance Taylor | 1996-08-22 | 1 | -26/+114 |
| * | * gencode.c (process_instructions): Generate word64 and uword64 | Stu Grossman | 1996-07-18 | 2 | -13/+22 |
| * | Added. | Jackie Smith Cashion | 1996-06-26 | 1 | -0/+44 |
| * | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1996-06-26 | 2 | -2/+23 |
| * | Wed Jun 5 08:28:13 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-06-05 | 2 | -4/+33 |
| * | * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS, | Ian Lance Taylor | 1996-06-03 | 5 | -44/+1549 |
| * | Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-05-09 | 1 | -1/+1 |
| * | Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-05-08 | 2 | -12/+163 |
| * | Fri Apr 19 15:48:24 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-04-19 | 2 | -15/+152 |
| * | Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-04-10 | 2 | -0/+10 |
| * | Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-03-28 | 2 | -1/+26 |
| * | Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-03-27 | 3 | -254/+319 |
| * | Thu Mar 7 11:19:33 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1996-03-07 | 2 | -38/+72 |
| * | regenerate configure scripts with autoconf 2.7 | Ian Lance Taylor | 1996-02-21 | 1 | -0/+15 |
| * | * interp.c (LoadMemory): Enclose text following #endif in /* */. | Fred Fish | 1996-01-31 | 1 | -2/+2 |
| * | * gencode.c: Tidied instruction decoding, and added FP instruction | Jackie Smith Cashion | 1995-12-01 | 3 | -509/+4253 |
| * | Initial check-in of the MIPS simulator. Work still needs to be done on | Jackie Smith Cashion | 1995-11-08 | 4 | -0/+2165 |