Age | Commit message (Expand) | Author | Files | Lines |
1997-04-24 | * tconfig.in (SIM_HAVE_BIENDIAN): Define. | David Edelsohn | 1 | -0/+4 |
1997-04-21 | for DIV: check for div by zero and int overflow | Gavin Romig-Koch | 1 | -0/+6 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 1 | -0/+13 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 1 | -0/+10 |
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 | 1 | -0/+4 |
1997-04-02 | New file common/sim-config.c sets/checks simulator configuration options. | Andrew Cagney | 1 | -0/+12 |
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 | 1 | -0/+4 |
1997-03-14 | Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy... | Michael Meissner | 1 | -0/+4 |
1997-03-13 | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1 | -1/+32 |
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 | 1 | -4/+16 |
1997-02-11 | Add r5900 | Gavin Romig-Koch | 1 | -0/+7 |
1997-02-06 | * interp.c (mips16_entry): Add support for floating point cases. | Ian Lance Taylor | 1 | -0/+13 |
1997-02-04 | * gencode.c (build_instruction): The high order may be set in the | Ian Lance Taylor | 1 | -0/+5 |
1997-02-04 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | David Edelsohn | 1 | -0/+7 |
1997-01-31 | * configure: Rebuild after change to aclocal.m4. | Ian Lance Taylor | 1 | -0/+4 |
1997-01-23 | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 1 | -0/+14 |
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 | 1 | -0/+5 |
1996-12-30 | * interp.c (store_word, load_word): New static functions. | Ian Lance Taylor | 1 | -0/+8 |
1996-12-29 | * interp.c: Fix byte-swapping code throughout to work on | Mark Alexander | 1 | -0/+5 |
1996-12-29 | * support.h: Make definitions of SIGTRAP and SIGQUIT consistent | Mark Alexander | 1 | -0/+5 |
1996-12-28 | * gencode.c (build_instruction): Work around MSVC++ code gen bug | Mark Alexander | 1 | -0/+5 |
1996-12-25 | add flush_cache PMON routine | Angela Marie Thomas | 1 | -0/+5 |
1996-12-20 | * support.h: Use _WIN32 instead of __WIN32__. Also add defs for | Stu Grossman | 1 | -0/+5 |
1996-12-19 | * gencode.c (build_instruction) [MUL]: Cast operands to word64, to | Ian Lance Taylor | 1 | -0/+8 |
1996-12-16 | * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI. | Ian Lance Taylor | 1 | -0/+6 |
1996-12-16 | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 1 | -0/+30 |
1996-12-10 | For NEC 4100/4300 project | Jim Wilson | 1 | -0/+22 |
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 | 1 | -0/+35 |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 1 | -0/+43 |
1996-09-20 | Fix multiplication, ldxc1, and floating point conversion. See ChangeLog. | Ian Lance Taylor | 1 | -5/+8 |
1996-09-19 | * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC. | Ian Lance Taylor | 1 | -0/+4 |
1996-09-19 | * gencode.c (process_instructions): Correct shift count for 32 | Ian Lance Taylor | 1 | -1/+3 |
1996-09-19 | * gencode.c (process_instructions): Correct handling of nor | Ian Lance Taylor | 1 | -0/+5 |
1996-09-16 | Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+32 |
1996-06-26 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1 | -0/+20 |
1996-06-03 | * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS, | Ian Lance Taylor | 1 | -0/+22 |
1996-05-08 | Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+18 |
1996-04-10 | Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+5 |
1996-03-28 | Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+7 |
1996-03-27 | Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+10 |
1996-02-21 | regenerate configure scripts with autoconf 2.7 | Ian Lance Taylor | 1 | -0/+15 |
1995-12-01 | * gencode.c: Tidied instruction decoding, and added FP instruction | Jackie Smith Cashion | 1 | -0/+12 |