| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * sim-info.c (sim_info): Be verbose when either VERBOSE or STATE_VERBOSE_P. | Andrew Cagney | 1998-04-14 | 1 | -0/+5 |
| * | aclocal.m4: Don't enable inlining when cross-compiling. | Andrew Cagney | 1998-04-05 | 1 | -1/+5 |
| * | Cleanup INLINE support for simulators using common framework. | Andrew Cagney | 1998-04-04 | 6 | -55/+171 |
| * | Don't bother generating trace prefix string when not tracing. | Andrew Cagney | 1998-04-03 | 1 | -0/+15 |
| * | * run.c (main): Handle all alternatives of enum sim_stop. | Andrew Cagney | 1998-03-30 | 1 | -0/+5 |
| * | Do top level sim-hw module for device tree. | Andrew Cagney | 1998-03-27 | 4 | -2/+61 |
| * | Define CPU_INDEX. Initialize. | Andrew Cagney | 1998-03-27 | 3 | -2/+22 |
| * | Add sanitize-am30 markers. Keep details of AM30 implementation of | Andrew Cagney | 1998-03-27 | 2 | -13/+66 |
| * | * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was 0x2f | Andrew Cagney | 1998-03-25 | 1 | -0/+5 |
| * | * hw-tree.c (hw_tree_find_property): Return NULL when device is not found. | Andrew Cagney | 1998-03-25 | 2 | -2/+20 |
| * | * Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds. | Ian Carmichael | 1998-03-25 | 2 | -2/+8 |
| * | * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value, | Andrew Cagney | 1998-03-25 | 3 | -64/+278 |
| * | Re-do --enable-sim-hardware so that each simulator can specify the devices | Andrew Cagney | 1998-03-25 | 3 | -53/+83 |
| * | * Make-common.in: Get SHELL from configure. | Stu Grossman | 1998-03-24 | 3 | -39/+225 |
| * | 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 |
| * | 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 | 1 | -0/+8 |
| * | Pass sim_cia cia into trace_prefix() | Andrew Cagney | 1998-03-16 | 1 | -1/+6 |
| * | * dv-sockser.c, dv-sockser.h: New files. | Doug Evans | 1998-03-15 | 6 | -7/+81 |
| * | * 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 | 1 | -0/+1 |
| * | Allow more than just read, write and exec memory spaces in the core | Andrew Cagney | 1998-03-11 | 1 | -4/+5 |
| * | * sim-base.h (sim_state_base): New member environment. | Doug Evans | 1998-03-09 | 2 | -0/+17 |
| * | Patch to fix irix6-x-mips64-elf simulator failures. | Jim Wilson | 1998-03-09 | 1 | -0/+4 |
| * | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 1998-03-04 | 2 | -10/+3 |
| * | * 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 |
| * | * Make-common.in (TAGS): Make smarter. | Doug Evans | 1998-03-03 | 1 | -0/+2 |
| * | Good grief. Detailed function descriptions should accompany their definition. | Doug Evans | 1998-03-03 | 2 | -12/+4 |
| * | (sim_core_attach): Add a comment describing its function. | Doug Evans | 1998-03-03 | 1 | -1/+13 |
| * | Improve comment. | Doug Evans | 1998-03-03 | 1 | -1/+1 |
| * | * sim-core.c (sim_core_attach): Revise last patch. | Doug Evans | 1998-03-02 | 2 | -1/+5 |
| * | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 1998-03-02 | 2 | -2/+8 |
| * | (find_match): recheck argv[argi] in multi-word match. Fixes crash when | Ron Unrau | 1998-03-01 | 1 | -1/+2 |
| * | * sim-module.c (*): Fix typos in assertion tests. | Doug Evans | 1998-02-28 | 2 | -11/+15 |
| * | Pacify GCC: const char * passed to asprintf; int function returning | Andrew Cagney | 1998-02-28 | 3 | -4/+14 |
| * | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 1998-02-28 | 7 | -33/+461 |
| * | * sim-base.h (sim_cpu_base): New members name, options. | Doug Evans | 1998-02-27 | 7 | -112/+316 |
| * | * Make-common.in (check): Run `make check' in testsuite dir. | Doug Evans | 1998-02-25 | 2 | -20/+22 |
| * | Extend TRACE macros to include more cases. | Andrew Cagney | 1998-02-25 | 3 | -6/+239 |
| * | delete FIXME | Doug Evans | 1998-02-25 | 1 | -4/+11 |
| * | * genmloop.sh (engine_resume): Update insn_count before exiting. | Doug Evans | 1998-02-25 | 3 | -121/+124 |
| * | (profile_print_core): Simplify by calling sim_core_map_to_str. | Doug Evans | 1998-02-25 | 1 | -0/+3 |
| * | (profile_print_core): Simplify by calling sim_core_map_to_str. | Doug Evans | 1998-02-25 | 3 | -45/+52 |