Age | Commit message (Expand) | Author | Files | Lines |
1998-03-25 | * interp.c (sim_open): Create second 1mb memory region at 0x40000000. | Andrew Cagney | 7 | -197/+1433 |
1998-03-25 | * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM): Define. | Andrew Cagney | 1 | -0/+6 |
1998-03-25 | * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value, | Andrew Cagney | 3 | -64/+278 |
1998-03-25 | Re-do --enable-sim-hardware so that each simulator can specify the devices | Andrew Cagney | 10 | -199/+253 |
1998-03-25 | Pacify GCC. | Andrew Cagney | 6 | -51/+72 |
1998-03-24 | * interp.c (Max, Min): Comment out functions. Not yet used. | Andrew Cagney | 2 | -1/+15 |
1998-03-24 | * Several fixes and performance enhancements from my 2 weeks working in Japan. | Ian Carmichael | 2 | -1/+5 |
1998-03-24 | * gen-engine.c (print_run_body): Re-extract the CIA after | Andrew Cagney | 1 | -0/+5 |
1998-03-24 | Add new files: mn10300.igen, mn10300.dc, sim-main.h, op_utils.c | Joyce Janczyn | 1 | -0/+4 |
1998-03-24 | Port mn10300 simulator to build with the common simulator framework | Joyce Janczyn | 1 | -0/+41 |
1998-03-24 | Add code to support building mn10300 simulator with the common simulator | Joyce Janczyn | 1 | -79/+398 |
1998-03-24 | Add support for building simulator based on common simulator framework. | Joyce Janczyn | 1 | -5/+110 |
1998-03-24 | Add ability to configure mn10300 built with common simulator code base. | Joyce Janczyn | 2 | -50/+551 |
1998-03-24 | New {load/store}_{byte/half/word} macros for simulator built with | Joyce Janczyn | 1 | -5/+209 |
1998-03-24 | Header file required by igen generated files. | Joyce Janczyn | 1 | -0/+96 |
1998-03-24 | IGEN input files for mn10300 simulator. | Joyce Janczyn | 2 | -0/+3524 |
1998-03-24 | * Makefile.in: Get SHELL from configure. | Stu Grossman | 1 | -0/+16 |
1998-03-24 | * Make-common.in: Get SHELL from configure. | Stu Grossman | 3 | -39/+225 |
1998-03-24 | Build IGEN with the mn10300 simulator. | Joyce Janczyn | 3 | -63/+53 |
1998-03-22 | New function hw_strdup() - use memory tied to hw device. | Andrew Cagney | 1 | -0/+380 |
1998-03-22 | Fix typos: Setting trace in wrong function, ME vs HW. | Andrew Cagney | 2 | -2/+5 |
1998-03-22 | Copy function ../ppc/device_table.c:generic_device_init_address() to | Andrew Cagney | 4 | -4/+1390 |
1998-03-22 | Add function hw_trace() and macro HW_TRACE - provides trace support | Andrew Cagney | 6 | -13/+67 |
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 |