Age | Commit message (Expand) | Author | Files | Lines |
1997-04-02 | * interp.c (sim_open): New arg `kind'. | David Edelsohn | 1 | -0/+2 |
1997-04-02 | * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h. | David Edelsohn | 2 | -144/+298 |
1997-04-02 | New file common/sim-config.c sets/checks simulator configuration options. | Andrew Cagney | 2 | -50/+42 |
1997-03-17 | Add/use pr_uword64 for SIM_ADDR independent values. | Gavin Romig-Koch | 1 | -0/+6 |
1997-03-17 | * configure: Re-generate. | Andrew Cagney | 2 | -208/+136 |
1997-03-14 | Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy... | Michael Meissner | 2 | -123/+53 |
1997-03-13 | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 2 | -166/+472 |
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-19 | * interp.c (simopen): Add support for LSI MiniRISC PMON vectors. | Mark Alexander | 1 | -0/+4 |
1997-02-18 | Correct flags for PMADDUW insn | Gavin Romig-Koch | 2 | -5/+17 |
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 | 5 | -167/+1542 |
1997-02-06 | * interp.c (mips16_entry): Add support for floating point cases. | Ian Lance Taylor | 2 | -16/+61 |
1997-02-04 | * gencode.c (build_instruction): The high order may be set in the | Ian Lance Taylor | 2 | -1/+6 |
1997-02-04 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | David Edelsohn | 4 | -188/+31 |
1997-01-31 | * configure: Rebuild after change to aclocal.m4. | Ian Lance Taylor | 2 | -187/+192 |
1997-01-24 | * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in | Stu Grossman | 1 | -2/+2 |
1997-01-24 | * configure: Remove targ-vals.def when doing distclean. (Change | Stu Grossman | 1 | -1/+1 |
1997-01-24 | * configure: Remove Make-common.in from dependencies. (Actually in | Stu Grossman | 1 | -1/+1 |
1997-01-23 | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 4 | -270/+440 |
1997-01-08 | For NEC 4300 project, fix last remaining host/target endianness problem | Jim Wilson | 1 | -1/+1 |
1997-01-03 | * interp.c (sim_monitor): Make output to stdout visible in | Mark Alexander | 1 | -0/+5 |
1996-12-31 | * support.h: Undo previous change to SIGTRAP | Mark Alexander | 2 | -2/+7 |
1996-12-30 | * interp.c (store_word, load_word): New static functions. | Ian Lance Taylor | 2 | -1/+152 |
1996-12-29 | * interp.c: Fix byte-swapping code throughout to work on | Mark Alexander | 2 | -9/+20 |
1996-12-29 | * support.h: Make definitions of SIGTRAP and SIGQUIT consistent | Mark Alexander | 2 | -2/+7 |
1996-12-28 | * gencode.c (build_instruction): Work around MSVC++ code gen bug | Mark Alexander | 2 | -1/+11 |
1996-12-25 | add flush_cache PMON routine | Angela Marie Thomas | 2 | -0/+12 |
1996-12-20 | * support.h: Use _WIN32 instead of __WIN32__. Also add defs for | Stu Grossman | 2 | -2/+9 |
1996-12-19 | * gencode.c (build_instruction) [MUL]: Cast operands to word64, to | Ian Lance Taylor | 2 | -1/+14 |
1996-12-16 | * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI. | Ian Lance Taylor | 2 | -10/+19 |
1996-12-16 | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 3 | -119/+95 |
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 | 3 | -69/+145 |
1996-11-27 | * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD | Ian Lance Taylor | 1 | -0/+3 |
1996-11-27 | Actually check in the right change to interp.c. | Ian Lance Taylor | 1 | -2/+1 |
1996-11-26 | Add support for mips16 (16 bit MIPS implementation): | Ian Lance Taylor | 3 | -1062/+1631 |
1996-11-26 | Regenerated since aclocal.m4 changed. | David Edelsohn | 1 | -41/+378 |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 6 | -90/+209 |
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-26 | Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -1/+1 |
1996-09-20 | * gencode.c (process_instructions): Call build_endian_shift when | Ian Lance Taylor | 2 | -1/+5 |
1996-09-20 | Fix multiplication, ldxc1, and floating point conversion. See ChangeLog. | Ian Lance Taylor | 3 | -16/+67 |
1996-09-19 | * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC. | Ian Lance Taylor | 2 | -4/+4 |
1996-09-19 | * gencode.c (process_instructions): Correct shift count for 32 | Ian Lance Taylor | 2 | -4/+9 |
1996-09-19 | * gencode.c (process_instructions): Correct handling of nor | Ian Lance Taylor | 2 | -1/+6 |
1996-09-16 | Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 3 | -62/+284 |
1996-08-22 | * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and | Ian Lance Taylor | 1 | -26/+114 |