| Commit message (Expand) | Author | Age | Files | Lines |
* | Header file required by igen generated files. | Joyce Janczyn | 1998-03-24 | 1 | -0/+96 |
* | IGEN input files for mn10300 simulator. | Joyce Janczyn | 1998-03-24 | 2 | -0/+3524 |
* | * Makefile.in: Get SHELL from configure. | Stu Grossman | 1998-03-24 | 1 | -0/+16 |
* | * Make-common.in: Get SHELL from configure. | Stu Grossman | 1998-03-24 | 3 | -39/+225 |
* | Build IGEN with the mn10300 simulator. | Joyce Janczyn | 1998-03-24 | 3 | -63/+53 |
* | New function hw_strdup() - use memory tied to hw device. | Andrew Cagney | 1998-03-22 | 1 | -0/+380 |
* | Fix typos: Setting trace in wrong function, ME vs HW. | Andrew Cagney | 1998-03-22 | 2 | -2/+5 |
* | Copy function ../ppc/device_table.c:generic_device_init_address() to | Andrew Cagney | 1998-03-22 | 4 | -4/+1390 |
* | Add function hw_trace() and macro HW_TRACE - provides trace support | Andrew Cagney | 1998-03-22 | 6 | -13/+67 |
* | Add hw_{malloc,zalloc,free} functions to hw_device. Any memory | Andrew Cagney | 1998-03-22 | 7 | -8/+1335 |
* | Replace *attach_address() arguments SPACEMASK:ADDR with SPACE:ADDR. | Andrew Cagney | 1998-03-22 | 5 | -0/+1481 |
* | Added DMAC unit test cases. | James Lemke | 1998-03-20 | 4 | -2/+580 |
* | * Monster bug fixes & improvements from the last two days' demo-testing work. | Frank Ch. Eigler | 1998-03-20 | 4 | -19/+93 |
* | * Changes today consist just of some code hardening. | Frank Ch. Eigler | 1998-03-18 | 1 | -8/+11 |
* | Prototype common device framework. Plenty more work to go. | Andrew Cagney | 1998-03-18 | 3 | -0/+142 |
* | * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj, | Andrew Cagney | 1998-03-18 | 5 | -105/+351 |
* | * Added --with-sim-gpu2=<path> option for linking SCEI's GPU2 library with | Frank Ch. Eigler | 1998-03-18 | 3 | -58/+449 |
* | * Added "t-pke4" test case that I forgot to check in when it was created. | Frank Ch. Eigler | 1998-03-17 | 3 | -1/+610 |
* | * Added the "c_gen.pl" perl script into this directory, so the current | Frank Ch. Eigler | 1998-03-17 | 3 | -1/+267 |
* | * Some changes in PKE tests, as per SCEI e-mail. t-pke1 still fails, but | Frank Ch. Eigler | 1998-03-17 | 6 | -23/+35 |
* | Pass sim_cia cia into trace_prefix() | Andrew Cagney | 1998-03-16 | 1 | -1/+6 |
* | * config.in (HAVE_FCNTL_H): Add. | Doug Evans | 1998-03-15 | 4 | -19/+163 |
* | * dv-sockser.c, dv-sockser.h: New files. | Doug Evans | 1998-03-15 | 6 | -7/+81 |
* | * Added "test0" test bucket from SCEI. Due to changes in the behavior specs | Frank Ch. Eigler | 1998-03-14 | 27 | -29/+25013 |
* | * PKE testing was driven by SCEI "test0" bucket; code coverage remains | Frank Ch. Eigler | 1998-03-14 | 3 | -152/+311 |
* | * sim-base.h (struct sim_state_base): Add prog_syms and | Fred Fish | 1998-03-13 | 2 | -8/+84 |
* | massive sanitization fixes | Angela Marie Thomas | 1998-03-13 | 4 | -22/+38 |
* | new .Sanitize files | Angela Marie Thomas | 1998-03-13 | 2 | -0/+68 |
* | Sanity for 4320 | Gavin Romig-Koch | 1998-03-11 | 1 | -0/+36 |
* | Allow more than just read, write and exec memory spaces in the core | Andrew Cagney | 1998-03-11 | 6 | -31/+41 |
* | * sky-gdb.c (vu_option_handler): Delete unused local unit. | Andrew Cagney | 1998-03-11 | 1 | -2/+11 |
* | * vr4320.igen (clz,dclz) : Added. | Gavin Romig-Koch | 1998-03-10 | 2 | -1/+47 |
* | Delete function sim_stop. | Andrew Cagney | 1998-03-10 | 1 | -0/+4 |
* | * sim-base.h (sim_state_base): New member environment. | Doug Evans | 1998-03-09 | 2 | -0/+17 |
* | * mips/vr4320.igen: Mark the insn in here as vr4320 only. | Gavin Romig-Koch | 1998-03-09 | 2 | -23/+59 |
* | Patch to fix irix6-x-mips64-elf simulator failures. | Jim Wilson | 1998-03-09 | 1 | -0/+4 |
* | * Numerous changes & small bug fixes in PKE sim code and test suite. | Frank Ch. Eigler | 1998-03-06 | 7 | -138/+327 |
* | Fix opcode fields in SHFL.* | Andrew Cagney | 1998-03-05 | 1 | -0/+6 |
* | * Fixed a double-buffering bug in PKE, due to naive use of | Frank Ch. Eigler | 1998-03-05 | 1 | -5/+6 |
* | * interp.c (sim_open): Map 4M of memory at zero for SKY sim only. | James Lemke | 1998-03-04 | 1 | -0/+3 |
* | * Makefile.in (SIM_EXTRA_DEPS): Add cpu-opc.h. | Doug Evans | 1998-03-04 | 2 | -7/+14 |
* | * cpu.h,model.c,sem-switch.c,sem.c: Regenerate. | Doug Evans | 1998-03-04 | 3 | -325/+453 |
* | * Merely eliminated silly duplicated code, to raise test coverage. | Frank Ch. Eigler | 1998-03-04 | 1 | -174/+29 |
* | sim-main.h: track SKY register number changes from gdb | Ron Unrau | 1998-03-04 | 1 | -35/+60 |
* | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 1998-03-04 | 2 | -10/+3 |
* | * vr4320.igen: New file. | Gavin Romig-Koch | 1998-03-03 | 3 | -0/+163 |
* | Fix DIV, DIV1 (wrong check for overflow) and DIVU1 (shouldn't check | Andrew Cagney | 1998-03-03 | 3 | -3/+26 |
* | * sim-types.h (SIGNED32, SIGNED64): Pacify GCC. | Andrew Cagney | 1998-03-03 | 1 | -0/+6 |
* | Fix typos. | Doug Evans | 1998-03-03 | 1 | -2/+2 |
* | * Make-common.in (TAGS): Make smarter. | Doug Evans | 1998-03-03 | 1 | -0/+1 |