Age | Commit message (Expand) | Author | Files | Lines |
1997-11-18 | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 1 | -0/+8 |
1997-11-18 | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 2 | -0/+13 |
1997-11-18 | * sim-main.h (CIA_ADDR): Define. | Doug Evans | 3 | -14/+12 |
1997-11-18 | * Make-common.in (srccom): New variable. | Doug Evans | 2 | -105/+108 |
1997-11-17 | Tweak comment. | Doug Evans | 1 | -2/+3 |
1997-11-17 | * Make-common.in (DEP, COMMON_DEP_CFLAGS): Define. | Doug Evans | 5 | -64/+644 |
1997-11-17 | Test SUBI omsn | Andrew Cagney | 1 | -0/+17 |
1997-11-14 | (sim_core_signal): Add missing "\n" in message. | Doug Evans | 1 | -4/+7 |
1997-11-14 | * mips.igen: Tag vr5000 instructions. | Andrew Cagney | 2 | -0/+35 |
1997-11-13 | * sim-base.h (sim_state_base): Move `magic' to end of struct. | Doug Evans | 2 | -10/+32 |
1997-11-13 | * sim-n-core.h (sim_core_read_unaligned_N): illegal empty | Felix Lee | 2 | -1/+7 |
1997-11-12 | * Make-common.in (BUILT_SRC_FROM_COMMON): Remove files no longer | Doug Evans | 2 | -9/+11 |
1997-11-12 | * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo. | Doug Evans | 1 | -0/+4 |
1997-11-11 | * simops.c (call:16 call:32): Stack adjustment is determined solely | Jeff Law | 1 | -4/+8 |
1997-11-11 | Make the signess of compares between GPR's explicit using a cast to | Andrew Cagney | 2 | -61/+39 |
1997-11-11 | Fix IGEN version of MFC0, MTC0, SWC1, LWC1, SDC1, LDC1, LWXC1, | Andrew Cagney | 5 | -121/+396 |
1997-11-11 | * sim-events.c (sim_events_process): Re-compute the time - | Andrew Cagney | 2 | -0/+7 |
1997-11-10 | * simops.c (OP_4201): "rachi". Sign extend bit 40 of ACC. Sign | Andrew Cagney | 1 | -0/+6 |
1997-11-10 | Test rachi instruction. | Andrew Cagney | 3 | -3/+44 |
1997-11-10 | * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER. | Andrew Cagney | 1 | -0/+4 |
1997-11-06 | Replace global IPC with function argument cia or current instruction | Andrew Cagney | 5 | -60/+78 |
1997-11-06 | Fix computation of sim_events_time when sim_events_slip is loosing it. | Andrew Cagney | 2 | -34/+31 |
1997-11-06 | IGEN likes to cache the current instruction address (CIA). Change the | Andrew Cagney | 5 | -112/+172 |
1997-11-06 | Allow separate single character and long options. | Andrew Cagney | 1 | -0/+17 |
1997-11-05 | Add option --enable-sim-igen to mips configuration. Allows user to | Andrew Cagney | 2 | -17/+50 |
1997-11-05 | Rewrite the MIPS simulator's memory model so that it uses the generic | Andrew Cagney | 8 | -641/+437 |
1997-11-05 | Delete -l and -n options, didn't do anything. | Andrew Cagney | 3 | -51/+28 |
1997-11-05 | Rewrite sim_monitor (implements read, write, open, et.al. system | Andrew Cagney | 3 | -323/+249 |
1997-11-04 | * sim-endian.h (U16_8): Implement | Andrew Cagney | 1 | -0/+13 |
1997-11-04 | * gen-idecode.c (print_jump_until_stop_body): Use `#if 0' instead of | Brendan Kehoe | 1 | -0/+5 |
1997-11-04 | do not assume NULL is an integer constant | Michael Meissner | 1 | -0/+5 |
1997-11-04 | Correct r5900 sanitization. | Gavin Romig-Koch | 2 | -1/+3 |
1997-10-31 | Make memory regions layered (just like existing device regions) so | Andrew Cagney | 4 | -123/+223 |
1997-10-30 | Patches to support generating an executing environment. | Nick Clifton | 1 | -4/+59 |
1997-10-30 | * sim-core.h (sim_core_write_8): Define. | Doug Evans | 2 | -0/+5 |
1997-10-29 | * gencode.c: Add tx49 configury and insns. | Gavin Romig-Koch | 5 | -15/+97 |
1997-10-29 | common/sim-bits.h: Document ROTn macro. | Andrew Cagney | 8 | -22/+726 |
1997-10-28 | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 10 | -75/+153 |
1997-10-28 | Implement sim_core_{read,write}_word using sim_core_{read,write}_<N>. | Andrew Cagney | 4 | -13/+27 |
1997-10-27 | * sem-ops.h (U{DIV,MOD}[BHSD]I): Use unsigned division. | Doug Evans | 2 | -12/+24 |
1997-10-27 | * sim-endian.h: Disable 16 byte support. | Doug Evans | 2 | -7/+9 |
1997-10-27 | * sim-n-endian.h: Add TAGS entrys for 16 byte versions. | Doug Evans | 1 | -0/+4 |
1997-10-27 | Fix typo. | Doug Evans | 1 | -1/+1 |
1997-10-27 | Separate r5900 specifoc and mips16 instructions. | Andrew Cagney | 9 | -5179/+2770 |
1997-10-27 | Add mips64vr5400 to configuration list | Andrew Cagney | 6 | -38/+636 |
1997-10-27 | Add include-file support to igen. | Andrew Cagney | 5 | -417/+1348 |
1997-10-27 | Add 128 bit transfers to sim core. | Andrew Cagney | 7 | -66/+180 |
1997-10-25 | * sim/mips/gencode.c (build_instruction): Follow sim_write's lead in using | Gavin Romig-Koch | 2 | -1/+7 |
1997-10-25 | Correct name of file given in ChangeLog for change: Pass lma_p and | Andrew Cagney | 3 | -3/+3 |
1997-10-24 | Add basic igen configuration to autoconf. Disable. | Andrew Cagney | 4 | -18/+244 |