Age | Commit message (Expand) | Author | Files | Lines |
1998-04-21 | * cgen-ops.h (ADDCFSI): Fix. | Doug Evans | 1 | -0/+3 |
1998-04-21 | * cgen-types.h (GETHIDI,MAKEDI): Tweak. | Doug Evans | 1 | -0/+4 |
1998-04-21 | Implement ERET instruction. | Andrew Cagney | 1 | -0/+9 |
1998-04-16 | o CVT.S.W and CVT.W.S were reversed | Andrew Cagney | 1 | -0/+7 |
1998-04-15 | Add EXTEND11(). | Andrew Cagney | 1 | -2/+1 |
1998-04-15 | Define EXTEND15(). | Andrew Cagney | 1 | -1/+2 |
1998-04-15 | Define EXTEND4() and EXTEND5(). | Andrew Cagney | 1 | -0/+5 |
1998-04-14 | Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com> | John Metzler | 1 | -0/+6 |
1998-04-14 | * Make-common.in (RUNTESTFLAGS): Define. | Doug Evans | 1 | -0/+5 |
1998-04-14 | * sim-info.c (sim_info): Be verbose when either VERBOSE or STATE_VERBOSE_P. | Andrew Cagney | 1 | -0/+5 |
1998-04-05 | aclocal.m4: Don't enable inlining when cross-compiling. | Andrew Cagney | 1 | -1/+5 |
1998-04-04 | Cleanup INLINE support for simulators using common framework. | Andrew Cagney | 1 | -0/+32 |
1998-04-03 | Don't bother generating trace prefix string when not tracing. | Andrew Cagney | 1 | -0/+15 |
1998-03-30 | * run.c (main): Handle all alternatives of enum sim_stop. | Andrew Cagney | 1 | -0/+5 |
1998-03-27 | Do top level sim-hw module for device tree. | Andrew Cagney | 1 | -0/+19 |
1998-03-27 | Define CPU_INDEX. Initialize. | Andrew Cagney | 1 | -0/+7 |
1998-03-27 | Add sanitize-am30 markers. Keep details of AM30 implementation of | Andrew Cagney | 1 | -0/+31 |
1998-03-25 | * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was 0x2f | Andrew Cagney | 1 | -0/+5 |
1998-03-25 | * hw-tree.c (hw_tree_find_property): Return NULL when device is not found. | Andrew Cagney | 1 | -0/+10 |
1998-03-25 | * Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds. | Ian Carmichael | 1 | -0/+6 |
1998-03-25 | * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value, | Andrew Cagney | 1 | -0/+16 |
1998-03-25 | Re-do --enable-sim-hardware so that each simulator can specify the devices | Andrew Cagney | 1 | -0/+16 |
1998-03-24 | * Make-common.in: Get SHELL from configure. | Stu Grossman | 1 | -0/+30 |
1998-03-22 | Fix typos: Setting trace in wrong function, ME vs HW. | Andrew Cagney | 1 | -0/+3 |
1998-03-22 | Copy function ../ppc/device_table.c:generic_device_init_address() to | Andrew Cagney | 1 | -0/+12 |
1998-03-22 | Add function hw_trace() and macro HW_TRACE - provides trace support | Andrew Cagney | 1 | -0/+13 |
1998-03-22 | Add hw_{malloc,zalloc,free} functions to hw_device. Any memory | Andrew Cagney | 1 | -0/+29 |
1998-03-22 | Replace *attach_address() arguments SPACEMASK:ADDR with SPACE:ADDR. | Andrew Cagney | 1 | -0/+15 |
1998-03-18 | Prototype common device framework. Plenty more work to go. | Andrew Cagney | 1 | -0/+27 |
1998-03-18 | * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj, | Andrew Cagney | 1 | -0/+8 |
1998-03-16 | Pass sim_cia cia into trace_prefix() | Andrew Cagney | 1 | -1/+6 |
1998-03-15 | * dv-sockser.c, dv-sockser.h: New files. | Doug Evans | 1 | -0/+12 |
1998-03-13 | * sim-base.h (struct sim_state_base): Add prog_syms and | Fred Fish | 1 | -0/+57 |
1998-03-09 | * sim-base.h (sim_state_base): New member environment. | Doug Evans | 1 | -0/+13 |
1998-03-09 | Patch to fix irix6-x-mips64-elf simulator failures. | Jim Wilson | 1 | -0/+4 |
1998-03-04 | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 1 | -4/+0 |
1998-03-03 | * sim-types.h (SIGNED32, SIGNED64): Pacify GCC. | Andrew Cagney | 1 | -0/+6 |
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-02 | * sim-core.c (sim_core_attach): Revise last patch. | Doug Evans | 1 | -0/+1 |
1998-03-02 | * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. | Doug Evans | 1 | -0/+5 |
1998-02-28 | * sim-module.c (*): Fix typos in assertion tests. | Doug Evans | 1 | -0/+4 |
1998-02-28 | Pacify GCC: const char * passed to asprintf; int function returning | Andrew Cagney | 1 | -0/+9 |
1998-02-28 | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 1 | -0/+29 |
1998-02-27 | * sim-base.h (sim_cpu_base): New members name, options. | Doug Evans | 1 | -0/+28 |
1998-02-25 | * Make-common.in (check): Run `make check' in testsuite dir. | Doug Evans | 1 | -0/+4 |
1998-02-25 | Extend TRACE macros to include more cases. | Andrew Cagney | 1 | -0/+20 |
1998-02-25 | * genmloop.sh (engine_resume): Update insn_count before exiting. | Doug Evans | 1 | -0/+6 |
1998-02-25 | (profile_print_core): Simplify by calling sim_core_map_to_str. | Doug Evans | 1 | -0/+3 |
1998-02-25 | * sim-profile.c (profile_print): Delete duplicate test of | Doug Evans | 1 | -0/+6 |