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