summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef.Doug Evans1998-06-113-167/+205
* Regenerate, gets a_m32r_trap -> m32r_trap renaming.Doug Evans1998-06-111-1/+1
* * m32r-sim.h (m32r_trap): Declare.Doug Evans1998-06-112-0/+4
* * Makefile.in (SIM_OBJS): Add traps.oDoug Evans1998-06-111-1/+4
* * traps.c: New file. Trap support moved here from sim-if.c.Doug Evans1998-06-115-11/+379
* Regenerate. Updates from cgen for better VoidMode handling.Doug Evans1998-06-115-72/+72
* * Make-common.in (CGEN_FLAGS_TO_PASS): New variable.Doug Evans1998-06-101-0/+6
* Wed June 10 14:34:00 1998 Joyce Janczyn <janczyn@cygnus.com>Joyce Janczyn1998-06-102-2/+12
* * SKY hardware interrupt tests.Frank Ch. Eigler1998-06-101-0/+10
* * sim/m32r/addx.cgs: Add another test.Doug Evans1998-06-103-0/+49
* * Support for sky hardware interrupts. The sky-dma cannot triggerFrank Ch. Eigler1998-06-103-3/+28
* * Updated several files to place all sky specific runtime optionsPatrick Macdonald1998-06-102-99/+11
* * Typo fix for tx3904tmr use of configuration parameters.Frank Ch. Eigler1998-06-101-3/+3
* * Handle 10 and 20-bit versions of Break instruction. Move handlingIan Carmichael1998-06-091-0/+10
* * Updates to tx3904 peripheral simulations for ECC.Frank Ch. Eigler1998-06-094-34/+73
* * Handle 10 and 20-bit versions of Break instruction. Move handlingIan Carmichael1998-06-094-45/+68
* * sim/sky/dma.h: New file.Doug Evans1998-06-091-0/+9
* sky.ld: Remove big endian stuff in OUTPUT_FORMATJames Lemke1998-06-092-1/+5
* * mips.igen (SWC1) : Correct the handling of ReverseEndianGavin Romig-Koch1998-06-092-6/+11
* * configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mipsGavin Romig-Koch1998-06-092-1/+7
* * sim/m32r/trap.cgs: Test trap 2.Doug Evans1998-06-081-0/+4
* Test trap 2.Doug Evans1998-06-081-0/+30
* Support for timers for mn103002. Still needs more testing/debugging.Joyce Janczyn1998-06-081-0/+823
* add test to verify that changes made to the PSW in-parallel-with a trapDavid Taylor1998-06-081-0/+35
* Add dv-mn103tim.c and dv-mn103ser.cJoyce Janczyn1998-06-081-1/+1
* Add timer and serial devices (mn103tim and mn103ser), supportJoyce Janczyn1998-06-081-0/+22
* Skeleton file for mn1030002 serial device implementation.Joyce Janczyn1998-06-081-0/+413
* Fix typo.Joyce Janczyn1998-06-081-3/+0
* Fix interrupt settings for mn103002, not mn10300 implementation.Joyce Janczyn1998-06-081-74/+60
* * interp.c: (mn10300_option_handler): New function parses argumentsJoyce Janczyn1998-06-081-114/+156
* Add new devices: mn103tim and mn103ser.Joyce Janczyn1998-06-082-155/+213
* Added support for the VU insn D (debug) & T (trace) bits.James Lemke1998-06-041-3/+9
* * Early check-in of tx3904 timer sim implementation for ECC.Frank Ch. Eigler1998-06-048-28/+734
* The r5900 doesn't have HI/LO DIV/MUL register problems. HobbleAndrew Cagney1998-06-042-27/+130
* Memory corruption problems - hw-event list wasn't correctAndrew Cagney1998-06-042-3/+31
* * interf.c (sim_open): Use revamped memory_read, which makesMark Alexander1998-06-023-168/+395
* Allow simulator to work with Angel SWIs.Nick Clifton1998-06-022-0/+12
* * Move the sanitize comments to the right place.Ian Carmichael1998-06-021-4/+4
* * SYSCALL now uses exception vector.Ian Carmichael1998-06-023-36/+75
* Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)Jason Molenda1998-06-022-0/+980
* * Small TX39-only patch for ECC.Frank Ch. Eigler1998-06-012-5/+19
* * r5900.igen (rsqrt.s): Update based on r5900 ISA manual version 2.1.Jeff Law1998-06-011-0/+7
* * sky test suite fixes.Frank Ch. Eigler1998-06-012-21/+50
* Match mips*tx39 not mipst*tx39.Andrew Cagney1998-05-293-205/+205
* Pull in preliminary versions of hw instances and handles from ../ppcAndrew Cagney1998-05-255-0/+746
* Make hw-main.h the main header file for H/W devices. Like sim-main.hAndrew Cagney1998-05-257-102/+150
* Add files hw-alloc.[hc] (mising from last CI)Andrew Cagney1998-05-257-33/+185
* Initialize/destory hw-properties within the hw-device.Andrew Cagney1998-05-254-0/+29
* Split out hw-alloc code. Add constructor and destructor for hw-alloc.Andrew Cagney1998-05-257-126/+83
* Split out hw-event code. Clean up interface. Update all users.Andrew Cagney1998-05-2514-108/+276