summaryrefslogtreecommitdiff
path: root/sim/v850
Commit message (Expand)AuthorAgeFilesLines
* import gdb-1999-05-10Stan Shebs1999-05-112-184/+318
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-1613-0/+10755
* Initial creation of sourceware repositoryStan Shebs1999-04-1614-10666/+0
* Remove v850e sanitizationNick Clifton1999-02-011-28/+0
* Fix --enable-build-warnings=-Werror failures.Andrew Cagney1998-11-252-26/+38
* * 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-243-62/+1913
* Delete function sim_stop.Andrew Cagney1998-03-101-0/+4
* Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney1998-02-282-21/+33
* For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1998-02-171-0/+14
* Add sim-main.h to v850e_files for sanitization.Jason Molenda1998-02-031-1/+1
* Add config support for the size of the target address and OF cell.Andrew Cagney1998-01-311-0/+4
* igen: Fix SMP simulator generator support.Andrew Cagney1998-01-311-0/+5
* * aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1998-01-202-54/+135
* Renamed v850eq -> v850eaNick Clifton1997-12-121-31/+10
* Reverrt breakpoint back to its old value.Nick Clifton1997-12-051-0/+4
* Reverrt BREAK value back to its old valueNick Clifton1997-12-051-1/+1
* Regenerate configure files.Doug Evans1997-12-041-0/+4
* Fixed sanitization,Nick Clifton1997-12-042-209/+88
* Strip ChangeLog of v850e informationAndrew Cagney1997-11-251-1/+1
* * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS).Doug Evans1997-11-181-0/+9
* Add support for 16 byte quantities to sim-endian macro H2T.Andrew Cagney1997-10-281-0/+8
* * sim-main.h: delete null override of SIM_ENGINE_HALT_HOOK andFelix Lee1997-09-261-0/+16
* Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1997-09-251-0/+1
* * config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn withAndrew Cagney1997-09-251-0/+4
* Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1997-09-232-58/+155
* Enable --alignment option, stop sim-options.c hardwiring the alignment.Andrew Cagney1997-09-223-3/+4
* Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1997-09-223-21/+40
* Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1997-09-223-42/+83
* Removed the v850eq sanitizationNick Clifton1997-09-201-28/+1
* Add alignment option.Andrew Cagney1997-09-191-0/+1
* Clean up tracing for Bcond & jmp insns.Andrew Cagney1997-09-194-369/+162
* Fix cmov immed.Andrew Cagney1997-09-194-34/+77
* Fix cmov insn.Andrew Cagney1997-09-194-17/+30
* sanitization fixes. typoes, missing fences, "start" instead of "end", etc.Felix Lee1997-09-181-8/+2
* Clean up more tracing.Andrew Cagney1997-09-175-211/+112
* Fix tracing for: "ctret", "bsw", "hsw"Andrew Cagney1997-09-174-144/+140
* Smooth some of ALU tracing's rough edges.Andrew Cagney1997-09-165-277/+292
* Use trace_one_insn in trace functions. Buffer up trace data so thatAndrew Cagney1997-09-163-164/+133
* Restrict ldsr (load system register) to modifying just non-reserved PSW bits.Andrew Cagney1997-09-165-59/+55
* Add v850e version of breakpoint instruction.Andrew Cagney1997-09-164-5/+34
* * simops.c (Multiply64): Don't store into register zero.Jim Wilson1997-09-162-2/+11
* For instructions moved into v850.igen was computing (wrong) NIA whenAndrew Cagney1997-09-154-14/+28
* Fix sanitization for v850 V v850e V v850eqAndrew Cagney1997-09-155-429/+506
* For v850eq start up with US bit set.Andrew Cagney1997-09-156-333/+244
* Check reserved bits before executing instructions.Andrew Cagney1997-09-127-43/+144
* Add profiling support to v850*.Andrew Cagney1997-09-124-13/+28
* o Wordwrap usage messages from sim-optionsAndrew Cagney1997-09-102-1/+8
* Have trace_input, trace_output use sim-trace for IO.Andrew Cagney1997-09-102-47/+66
* Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney1997-09-088-483/+1625