summaryrefslogtreecommitdiff
path: root/sim/tic80
Commit message (Expand)AuthorAgeFilesLines
* Only enable H/W on some mips targets.Andrew Cagney1998-05-221-3/+3
* Fix type of arguments to sim_engine_halt.Andrew Cagney1998-05-012-5/+9
* Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-04-292-131/+172
* * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1998-04-265-130/+158
* * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1998-04-244-48/+1898
* * ic (rBase, rLink): Make the type a pointer.Andrew Cagney1998-04-242-2/+6
* aclocal.m4: Don't enable inlining when cross-compiling.Andrew Cagney1998-04-051-17/+22
* Cleanup INLINE support for simulators using common framework.Andrew Cagney1998-04-042-51/+56
* Do top level sim-hw module for device tree.Andrew Cagney1998-03-272-2/+6
* Re-do --enable-sim-hardware so that each simulator can specify the devicesAndrew Cagney1998-03-252-44/+50
* * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,Andrew Cagney1998-03-182-43/+134
* Allow more than just read, write and exec memory spaces in the coreAndrew Cagney1998-03-112-4/+9
* Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney1998-02-283-9/+7
* Better tracing for conditional branchesMichael Meissner1998-02-174-12/+92
* For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1998-02-172-6/+11
* TIC80 uses little endian doubles, not big endianMichael Meissner1998-02-142-2/+5
* Pass floating point structure address instead of the structure itselfMichael Meissner1998-02-133-32/+40
* IGEN - Replace IMEM (IMEM_IMMED) macro with IMEM<insn-size> macro,Andrew Cagney1998-02-032-2/+7
* Add support for configuring the size of the floating point unit (fp_word).Andrew Cagney1998-02-021-0/+4
* Add config support for the size of the target address and OF cell.Andrew Cagney1998-01-312-71/+96
* igen: Fix SMP simulator generator support.Andrew Cagney1998-01-312-1/+7
* Print compare bits in human readible formMichael Meissner1998-01-284-8/+146
* Delete bogus line in ChangeLogAndrew Cagney1998-01-211-4/+0
* * aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1998-01-202-52/+80
* In nrun.c, look for sigaction & SA_RESTART. When both present,Andrew Cagney1997-12-153-56/+60
* Regenerate configure files.Doug Evans1997-12-042-52/+101
* * cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P.Doug Evans1997-11-242-1/+5
* Clarify meaning of sim_signalled's SIGRC argument. Document that thisAndrew Cagney1997-11-225-14/+22
* * sim-main.h (CIA_ADDR): Define.Doug Evans1997-11-183-14/+12
* Add support for 16 byte quantities to sim-endian macro H2T.Andrew Cagney1997-10-282-16/+20
* Add 8 bit arithmetic to sim-alu.Andrew Cagney1997-10-202-2/+6
* Rewrite simulator floating point module. Do not rely on host FPAndrew Cagney1997-10-033-41/+64
* Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.Andrew Cagney1997-10-022-0/+6
* Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1997-09-252-41/+52
* Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1997-09-233-71/+156
* Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1997-09-222-20/+39
* Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1997-09-222-19/+38
* * sim-main.h (kill): macro was missing args.Felix Lee1997-09-172-1/+10
* Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney1997-09-152-8/+12
* Use updated MSMASK, MSMASKED macros.Andrew Cagney1997-09-083-10/+10
* * configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1997-09-052-11/+16
* Finish implementation of sim-memopt.Andrew Cagney1997-09-043-33/+21
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-043-19/+34
* Use sim_state_alloc to create common sim object.Andrew Cagney1997-09-012-9/+6
* Passify GCC.Andrew Cagney1997-08-302-2/+7
* Fix doco on enable-sim-inline.Andrew Cagney1997-08-272-1/+6
* Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney1997-08-272-1/+3
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-273-23/+29
* Flush defunct sim_kill.Andrew Cagney1997-08-262-6/+4
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-253-22/+46