summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Fix sanitization for v850 V v850e V v850eqAndrew Cagney1997-09-155-429/+506
* Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney1997-09-159-26/+55
* For v850eq start up with US bit set.Andrew Cagney1997-09-156-333/+244
* Determine ARCHITECTURE from program if possible.Andrew Cagney1997-09-152-2/+14
* * callback.c (os_write): divert stdout and stderr to theirAndrew Cagney1997-09-151-0/+5
* Check reserved bits before executing instructions.Andrew Cagney1997-09-127-43/+144
* v850eq wasn't building igen directory.Andrew Cagney1997-09-123-0/+9
* Add profiling support to v850*.Andrew Cagney1997-09-126-16/+83
* Short form of sample-size option had wrong value.Andrew Cagney1997-09-122-1/+6
* v850* wants igenAndrew Cagney1997-09-121-0/+8
* Generate instruction profile call with each instruction.Andrew Cagney1997-09-121-0/+6
* Wed Sep 10 22:30:24 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt1997-09-111-0/+7
* mips/sim_info was just returning?????Andrew Cagney1997-09-102-2/+4
* o Wordwrap usage messages from sim-optionsAndrew Cagney1997-09-105-17/+81
* (gen_itable_h): Output an enum defining the max size of the itableAndrew Cagney1997-09-101-0/+7
* Have trace_input, trace_output use sim-trace for IO.Andrew Cagney1997-09-102-47/+66
* * inst.h (sim_state): rename to h8300_sim_state, to avoid conflictFelix Lee1997-09-103-2/+13
* Add option architecture-info to list supported architectures.Andrew Cagney1997-09-102-0/+26
* Support tx19 sanitation.Gavin Romig-Koch1997-09-101-0/+30
* * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoidFelix Lee1997-09-102-1/+7
* * interp.c (sim_resume): poll_quit() at least once per call;Felix Lee1997-09-101-0/+5
* * nltvals.def: Regenerate.David Edelsohn1997-09-091-0/+4
* Better word error messages.Andrew Cagney1997-09-092-2/+7
* Remove GCC specific `0x...LL', replace with SIGNED64 (0x...).Andrew Cagney1997-09-092-14/+17
* Add basic tests for d10v-elf simulator.Andrew Cagney1997-09-092-0/+14
* Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney1997-09-088-483/+1625
* Add multi-sim support to simulator.Andrew Cagney1997-09-086-799/+3243
* Use updated MSMASK, MSMASKED macros.Andrew Cagney1997-09-083-10/+10
* Check MS* macros from sim/common.Andrew Cagney1997-09-082-0/+574
* Add/use LSEXTRACTED, MSEXTRACTED macros.Andrew Cagney1997-09-084-184/+228
* Sanity check for tic80 simulator.Andrew Cagney1997-09-084-0/+1103
* tx19 and related necessary changes.Gavin Romig-Koch1997-09-073-0/+18
* Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1997-09-054-214/+370
* Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney1997-09-052-0/+22
* * configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1997-09-0517-388/+1587
* Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney1997-09-057-22/+223
* Replace memory model with one from sim/common directory.Andrew Cagney1997-09-047-323/+213
* Finish implementation of sim-memopt.Andrew Cagney1997-09-0410-82/+194
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-0418-224/+768
* * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.David Edelsohn1997-09-041-0/+2
* * gdbinit.in: New file.David Edelsohn1997-09-046-73/+227
* removed v850 sanitizationNick Clifton1997-09-035-55/+8
* Basic tests for tic80 simulator.Andrew Cagney1997-09-033-0/+580
* Doc directory - README.Andrew Cagney1997-09-033-12/+17
* Doc C language guidelines.Andrew Cagney1997-09-031-0/+24
* Pacify gcc-current -Wall.Andrew Cagney1997-09-038-23/+49
* Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1997-09-036-24/+180
* Standard simulator header file.Andrew Cagney1997-09-031-0/+172
* Add real SIM_DESC arg to v850 simulator.Andrew Cagney1997-09-038-424/+532
* Stanify error reporting memory overlaps.Andrew Cagney1997-09-033-10/+28