aboutsummaryrefslogtreecommitdiff
path: root/sim/common
AgeCommit message (Expand)AuthorFilesLines
1998-05-17 * cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p.Doug Evans1-0/+3
1998-05-16 * sim-engine.c (sim_engine_set_run_state): New function.Doug Evans2-28/+51
1998-05-15 * cgen-trace.c (trace_insn_init): New arg first_p.Doug Evans3-5/+15
1998-05-15Run ranlib on installed copy of libsim.a.Joyce Janczyn2-1/+7
1998-05-15Install libsim.a $(exec_prefix)/lib/lib[target]-sim.a as part of install-sim.Joyce Janczyn2-17/+70
1998-05-07 * Make-common (sim_main_headers): Sort.Doug Evans2-0/+82
1998-05-06 * sim-io.c: #include <errno.h>.Doug Evans1-0/+4
1998-05-06Copy polling code in PSIM simulator into common directory. WillAndrew Cagney2-148/+84
1998-05-05Fix sanitization.Doug Evans1-7/+1
1998-05-01*) Delete CPU and CIA arguments from hw_io_*_buffer transfers.Andrew Cagney1-0/+56
1998-04-30Add 2-result FP trace macro.Andrew Cagney1-0/+8
1998-04-29Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-0/+8
1998-04-27Clean up cell types.Andrew Cagney1-0/+5
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey2-3/+9
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey6-48/+2163
1998-04-24Drop leading `_' from macros.Andrew Cagney2-5/+18
1998-04-22Delete sky sim-base.h entries (required sanitization).Doug Evans1-12/+0
1998-04-22Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.hJames Lemke1-0/+7
1998-04-22Add intl supportMichael Meissner2-5/+16
1998-04-21sim-base.h: Add configure option --with-sim-funit.James Lemke2-0/+16
1998-04-21 * cgen-ops.h (ADDCFSI): Fix.Doug Evans1-0/+3
1998-04-21 * cgen-types.h (GETHIDI,MAKEDI): Tweak.Doug Evans1-0/+4
1998-04-21Implement ERET instruction.Andrew Cagney2-4/+28
1998-04-16o CVT.S.W and CVT.W.S were reversedAndrew Cagney2-3/+47
1998-04-15Add EXTEND11().Andrew Cagney1-2/+1
1998-04-15Define EXTEND15().Andrew Cagney2-1/+3
1998-04-15Define EXTEND4() and EXTEND5().Andrew Cagney2-0/+7
1998-04-14Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-0/+6
1998-04-14 * Make-common.in (RUNTESTFLAGS): Define.Doug Evans1-0/+5
1998-04-14* sim-info.c (sim_info): Be verbose when either VERBOSE or STATE_VERBOSE_P.Andrew Cagney1-0/+5
1998-04-05aclocal.m4: Don't enable inlining when cross-compiling.Andrew Cagney1-1/+5
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney6-55/+171
1998-04-03Don't bother generating trace prefix string when not tracing.Andrew Cagney1-0/+15
1998-03-30* run.c (main): Handle all alternatives of enum sim_stop.Andrew Cagney1-0/+5
1998-03-27Do top level sim-hw module for device tree.Andrew Cagney4-2/+61
1998-03-27Define CPU_INDEX. Initialize.Andrew Cagney3-2/+22
1998-03-27Add sanitize-am30 markers. Keep details of AM30 implementation ofAndrew Cagney2-13/+66
1998-03-25* dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was 0x2fAndrew Cagney1-0/+5
1998-03-25* hw-tree.c (hw_tree_find_property): Return NULL when device is not found.Andrew Cagney2-2/+20
1998-03-25* Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds.Ian Carmichael2-2/+8
1998-03-25* dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,Andrew Cagney3-64/+278
1998-03-25Re-do --enable-sim-hardware so that each simulator can specify the devicesAndrew Cagney3-53/+83
1998-03-24 * Make-common.in: Get SHELL from configure.Stu Grossman3-39/+225
1998-03-22New function hw_strdup() - use memory tied to hw device.Andrew Cagney1-0/+380
1998-03-22Fix typos: Setting trace in wrong function, ME vs HW.Andrew Cagney2-2/+5
1998-03-22Copy function ../ppc/device_table.c:generic_device_init_address() toAndrew Cagney4-4/+1390
1998-03-22Add function hw_trace() and macro HW_TRACE - provides trace supportAndrew Cagney6-13/+67
1998-03-22Add hw_{malloc,zalloc,free} functions to hw_device. Any memoryAndrew Cagney7-8/+1335
1998-03-22Replace *attach_address() arguments SPACEMASK:ADDR with SPACE:ADDR.Andrew Cagney5-0/+1481
1998-03-18Prototype common device framework. Plenty more work to go.Andrew Cagney3-0/+142