Age | Commit message (Expand) | Author | Files | Lines |
1997-11-20 | o Add SIM_SIGFPE to sim-signals | Andrew Cagney | 1 | -6/+6 |
1997-11-20 | Allow reads/writes to C0_CONFIG register. | Andrew Cagney | 1 | -12/+16 |
1997-11-11 | Fix IGEN version of MFC0, MTC0, SWC1, LWC1, SDC1, LDC1, LWXC1, | Andrew Cagney | 1 | -5/+4 |
1997-11-06 | Replace global IPC with function argument cia or current instruction | Andrew Cagney | 1 | -31/+34 |
1997-11-06 | IGEN likes to cache the current instruction address (CIA). Change the | Andrew Cagney | 1 | -40/+63 |
1997-11-05 | Rewrite the MIPS simulator's memory model so that it uses the generic | Andrew Cagney | 1 | -527/+172 |
1997-11-05 | Delete -l and -n options, didn't do anything. | Andrew Cagney | 1 | -50/+15 |
1997-11-05 | Rewrite sim_monitor (implements read, write, open, et.al. system | Andrew Cagney | 1 | -320/+228 |
1997-11-04 | Correct r5900 sanitization. | Gavin Romig-Koch | 1 | -0/+2 |
1997-10-27 | Separate r5900 specifoc and mips16 instructions. | Andrew Cagney | 1 | -1/+9 |
1997-10-24 | Add function to fetch 32bit instructions | Andrew Cagney | 1 | -88/+98 |
1997-10-21 | Output pc profile statistics once gathered. | Andrew Cagney | 1 | -9/+1 |
1997-10-21 | Delete profile support from MIPS simulator, use sim/common/sim-profile | Andrew Cagney | 1 | -223/+3 |
1997-10-20 | Make mips registers of type unsigned_word. | Andrew Cagney | 1 | -1/+1 |
1997-10-16 | Move register definitions and macros out of interp.c and into sim-main.h | Andrew Cagney | 1 | -272/+7 |
1997-10-16 | Rename generated file engine.c to oengine.c. | Andrew Cagney | 1 | -2/+2 |
1997-10-14 | Move global MIPS simulator variables into sim_cpu struct. | Andrew Cagney | 1 | -291/+142 |
1997-10-14 | o Add support for configuring wordsize, fp hardware and target | Andrew Cagney | 1 | -329/+238 |
1997-09-26 | * interp.c: Allow Debug, DEPC, and EPC registers to be examined in GDB. | Mark Alexander | 1 | -7/+99 |
1997-09-16 | * sim/mips/interp.c: Correct some HASFPU problems. | Gavin Romig-Koch | 1 | -5/+15 |
1997-09-12 | Short form of sample-size option had wrong value. | Andrew Cagney | 1 | -1/+1 |
1997-09-10 | mips/sim_info was just returning????? | Andrew Cagney | 1 | -2/+0 |
1997-09-09 | Better word error messages. | Andrew Cagney | 1 | -2/+2 |
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1 | -102/+95 |
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 1 | -18/+0 |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1 | -17/+27 |
1997-07-02 | * interp.c (sim_engine_run): Reset the ZERO register to zero | Jeff Law | 1 | -23/+38 |
1997-06-03 | o Fixes to repeated watchpoints | Andrew Cagney | 1 | -109/+170 |
1997-05-27 | Extend xor-endian and per-cpu support in core module. | Andrew Cagney | 1 | -28/+34 |
1997-05-22 | ifdef out uses of simSTOP, simSTEP and simBE when DEBUG is defined. | Gavin Romig-Koch | 1 | -0/+4 |
1997-05-21 | Watchpoint interface. | Andrew Cagney | 1 | -532/+471 |
1997-05-19 | Graft sim/common event and other code onto the mips simulator. | Andrew Cagney | 1 | -194/+144 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 1 | -26/+39 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 1 | -8/+23 |
1997-03-13 | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1 | -165/+440 |
1997-02-06 | * interp.c (mips16_entry): Add support for floating point cases. | Ian Lance Taylor | 1 | -16/+48 |
1996-12-30 | * interp.c (store_word, load_word): New static functions. | Ian Lance Taylor | 1 | -1/+144 |
1996-12-29 | * interp.c: Fix byte-swapping code throughout to work on | Mark Alexander | 1 | -9/+15 |
1996-12-25 | add flush_cache PMON routine | Angela Marie Thomas | 1 | -0/+7 |
1996-12-16 | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 1 | -116/+59 |
1996-12-10 | For NEC 4100/4300 project | Jim Wilson | 1 | -69/+120 |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 1 | -58/+144 |
1996-09-20 | Fix multiplication, ldxc1, and floating point conversion. See ChangeLog. | Ian Lance Taylor | 1 | -0/+14 |
1996-09-19 | * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC. | Ian Lance Taylor | 1 | -4/+0 |
1996-09-16 | Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -58/+248 |
1996-06-03 | * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS, | Ian Lance Taylor | 1 | -43/+55 |
1996-05-09 | Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -1/+1 |
1996-05-08 | Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -12/+145 |
1996-04-19 | Fri Apr 19 15:48:24 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -13/+150 |
1996-04-10 | Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+5 |