Age | Commit message (Expand) | Author | Files | Lines |
1998-02-11 | Update DMA register addresses | James Lemke | 1 | -2/+2 |
1998-02-11 | - PKE simulation code almost complete. Still missing: | Frank Ch. Eigler | 2 | -811/+1046 |
1998-02-10 | * Many changes to make sky sim build with --enable-sim-warnings. | Ian Carmichael | 6 | -27/+34 |
1998-02-10 | * Make it so vu.bin is an optional file. | Ian Carmichael | 1 | -7/+6 |
1998-02-09 | * Add hardware_init hook. | Ian Carmichael | 2 | -1/+14 |
1998-02-07 | Fix double dependency for itable.[hc]. Was causing both the mips16 and the | Andrew Cagney | 1 | -0/+4 |
1998-02-07 | - Added almost all code needed for PKE0/1 simulation. Considers | Frank Ch. Eigler | 2 | -95/+1457 |
1998-02-06 | sky sanitization | Doug Evans | 1 | -0/+30 |
1998-02-06 | * Makefile.in (SIM_SKY_OBJS,MIPS_EXTRA_OBJS): New vars. | Doug Evans | 3 | -55/+92 |
1998-02-06 | Prepend sky- to sky header file names. | Doug Evans | 1 | -1/+1 |
1998-02-06 | Second pass at moving sky files into mips dir, | Doug Evans | 4 | -8/+8 |
1998-02-06 | First pass at moving sky stuff from ../txvu to mips dir. | Doug Evans | 7 | -0/+923 |
1998-02-05 | New files, update .Sanitize | Andrew Cagney | 2 | -0/+16 |
1998-02-03 | IGEN - Replace IMEM (IMEM_IMMED) macro with IMEM<insn-size> macro, | Andrew Cagney | 5 | -73/+216 |
1998-02-02 | Make IGEN the generator for all but mips16 simulators. | Andrew Cagney | 1 | -5/+17 |
1998-02-02 | Add support for configuring the size of the floating point unit (fp_word). | Andrew Cagney | 3 | -19/+81 |
1998-02-02 | Rewrite the mipsI/II/III pending-slot code. | Andrew Cagney | 3 | -109/+163 |
1998-02-02 | Always compile FP code (test for FP at run-time). | Andrew Cagney | 2 | -129/+102 |
1998-02-01 | mips: Add multi-processor support for r5900. Others might work. | Andrew Cagney | 6 | -324/+460 |
1998-01-31 | Add config support for the size of the target address and OF cell. | Andrew Cagney | 2 | -24/+53 |
1998-01-31 | mips - for r5900 generate igen simulator. | Andrew Cagney | 3 | -9/+16 |
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 3 | -4/+16 |
1998-01-21 | Use macro GPR_SET(N,VAL) to clear zero registers. | Andrew Cagney | 4 | -73/+85 |
1998-01-20 | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 2 | -47/+73 |
1998-01-16 | Document existence of old (gencode) and new (igen) MIPS ISA simulators. | Andrew Cagney | 1 | -0/+39 |
1998-01-05 | * interp.c (sim_monitor): Handle Densan monitor outbyte | Mark Alexander | 2 | -0/+13 |
1997-12-29 | * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c). | Felix Lee | 2 | -284/+284 |
1997-12-15 | In nrun.c, look for sigaction & SA_RESTART. When both present, | Andrew Cagney | 1 | -0/+5 |
1997-12-13 | For MADD et.al. instructions sign extend 32 bit result assigned to a | Andrew Cagney | 2 | -2/+9 |
1997-12-12 | * configure.in (sim_igen_filter): Multi-sim vr5000 - vr5000 or | Jeff Law | 3 | -43/+55 |
1997-12-11 | * mips.igen (MSUB): Fix to work like MADD. | Jeff Law | 3 | -568/+476 |
1997-12-09 | For bfd, add vr5400 and vr5000 mips machine variants to list of machines. | Andrew Cagney | 2 | -11/+17 |
1997-12-04 | Regenerate configure files. | Doug Evans | 2 | -72/+122 |
1997-12-03 | Missing change log entry. | Andrew Cagney | 1 | -0/+2 |
1997-11-26 | Fix typo in format argument to sim_io_eprintf. | Andrew Cagney | 2 | -3/+5 |
1997-11-26 | Move MDMX instructions which are public knowledge from vr5400.igen | Andrew Cagney | 4 | -441/+1313 |
1997-11-25 | sanitize-r5900 not v5900 | Andrew Cagney | 1 | -2/+2 |
1997-11-25 | vr5400 sanitize cleanups | Andrew Cagney | 1 | -4/+12 |
1997-11-24 | Sanitization | Andrew Cagney | 1 | -1/+0 |
1997-11-20 | o Add SIM_SIGFPE to sim-signals | Andrew Cagney | 3 | -18/+12 |
1997-11-20 | Allow reads/writes to C0_CONFIG register. | Andrew Cagney | 3 | -13/+40 |
1997-11-18 | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 1 | -0/+4 |
1997-11-14 | * mips.igen: Tag vr5000 instructions. | Andrew Cagney | 2 | -0/+35 |
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-06 | Replace global IPC with function argument cia or current instruction | Andrew Cagney | 5 | -60/+78 |
1997-11-06 | IGEN likes to cache the current instruction address (CIA). Change the | Andrew Cagney | 5 | -112/+172 |
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 | 5 | -544/+225 |
1997-11-05 | Delete -l and -n options, didn't do anything. | Andrew Cagney | 3 | -51/+28 |