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