Age | Commit message (Expand) | Author | Files | Lines |
1997-09-16 | Restrict ldsr (load system register) to modifying just non-reserved PSW bits. | Andrew Cagney | 1 | -35/+0 |
1997-09-16 | * simops.c (Multiply64): Don't store into register zero. | Jim Wilson | 1 | -2/+5 |
1997-09-15 | Fix sanitization for v850 V v850e V v850eq | Andrew Cagney | 1 | -413/+198 |
1997-09-15 | For v850eq start up with US bit set. | Andrew Cagney | 1 | -313/+117 |
1997-09-10 | Have trace_input, trace_output use sim-trace for IO. | Andrew Cagney | 1 | -47/+57 |
1997-09-08 | Add multi-sim support to v850/v850e/v850eq simulators. | Andrew Cagney | 1 | -103/+110 |
1997-09-04 | Replace memory model with one from sim/common directory. | Andrew Cagney | 1 | -25/+115 |
1997-09-03 | Pacify gcc-current -Wall. | Andrew Cagney | 1 | -0/+4 |
1997-09-03 | Add real SIM_DESC arg to v850 simulator. | Andrew Cagney | 1 | -26/+34 |
1997-09-01 | Compile from UNIX to cygwin32. | Andrew Cagney | 1 | -1/+64 |
1997-08-22 | Updated with respect to the HDD-tool-0611 document. | Nick Clifton | 1 | -58/+64 |
1997-08-20 | Added N step divide routines, courtesy of Sugimoto at NEC. | Nick Clifton | 1 | -218/+335 |
1997-08-20 | Fixed interpretation of SR bit in list18 structures. | Nick Clifton | 1 | -640/+1931 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 1 | -10/+17 |
1996-12-31 | Deal with kill encoding the signal via the exit status. | Michael Meissner | 1 | -3/+6 |
1996-12-27 | Allow exit to work normally under gdb | Michael Meissner | 1 | -102/+112 |
1996-10-31 | Fix linux build problem. | Gavin Romig-Koch | 1 | -0/+1 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. | Jeff Law | 1 | -0/+22 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_time. | Jeff Law | 1 | -0/+3 |
1996-10-29 | * simops.c: Include <sys/stat.h>. | Jeff Law | 1 | -18/+13 |
1996-10-24 | * simops.c (OP_500): Mask off low bit in displacement | Jeff Law | 1 | -2/+2 |
1996-10-24 | * simops.c (OP_500): Fix displacement handling for sld.w. | Jeff Law | 1 | -2/+2 |
1996-10-24 | * simops.c (trace_input): Remove all references to SEXT7. | Jeff Law | 1 | -10/+10 |
1996-10-24 | * Makefile.in: Get rid of srcroot. Set all INSTALL macros via | Stu Grossman | 1 | -32/+46 |
1996-09-28 | * gencode.c (write_opcodes): Output hex values for opcode mask | Stu Grossman | 1 | -0/+8 |
1996-09-27 | * simops.c (trace_input): Fix thinko. | Jeff Law | 1 | -7/+7 |
1996-09-12 | Print line # and function name or filename if they exist for each PC. | Michael Meissner | 1 | -3/+64 |
1996-09-11 | Add tracing support; Fix some problems with hardwired sizes | Michael Meissner | 1 | -97/+594 |
1996-09-10 | * interp.c (hash): Make this an inline function | Jeff Law | 1 | -30/+4 |
1996-09-03 | * gencode.c: Fix various indention & style problems. | Jeff Law | 1 | -53/+40 |
1996-09-03 | * interp.c: OP should be an array of 32bit operands! | Jeff Law | 1 | -41/+196 |
1996-08-30 | * simops.c: Fix "not1" and "set1". | Jeff Law | 1 | -2/+2 |
1996-08-30 | * simops.c: Don't forget to initialize temp for | Jeff Law | 1 | -0/+2 |
1996-08-30 | * simops.c: Fix satadd, satsub boundary case handling. | Jeff Law | 1 | -5/+5 |
1996-08-30 | * interp.c (hash): Fix. | Jeff Law | 1 | -0/+54 |
1996-08-30 | * interp.c (do_format_4): Get operands correctly and | Jeff Law | 1 | -0/+50 |
1996-08-30 | * v850_sim.h: The V850 doesn't have split I&D spaces. Change | Jeff Law | 1 | -60/+129 |
1996-08-30 | * v850_sim.h (struct _state): Remove "psw" field. Add | Jeff Law | 1 | -76/+82 |
1996-08-30 | * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr". | Jeff Law | 1 | -25/+171 |
1996-08-30 | * interp.c (do_format_5): Get operands correctly and | Jeff Law | 1 | -11/+27 |
1996-08-30 | * simops.c: Fix minor typos. Handle "cmp", "setf", "tst" | Jeff Law | 1 | -25/+143 |
1996-08-30 | * interp.c (do_format_3): Get operands correctly and call | Jeff Law | 1 | -13/+202 |
1996-08-30 | * simops.c: Add condition code handling to shift insns. | Jeff Law | 1 | -30/+98 |
1996-08-30 | * Makefile.in: Fix typo. | Jeff Law | 1 | -19/+75 |
1996-08-29 | * interp.c (hash): Update to be more accurate. | Jeff Law | 1 | -61/+176 |
1996-08-29 | * simops.c: Add shift support. | Jeff Law | 1 | -22/+54 |
1996-08-29 | Fix typos in multiply and divide code. | Jeff Law | 1 | -3/+3 |
1996-08-29 | * simops.c: Add multiply & divide support. Abort for system | Jeff Law | 1 | -48/+90 |
1996-08-29 | * simops.c: Add logicals, mov, movhi, movea, add, addi, sub | Jeff Law | 1 | -40/+142 |
1996-08-29 | * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h, | Jeff Law | 1 | -0/+374 |