Age | Commit message (Expand) | Author | Files | Lines |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 2 | -36/+4 |
1996-10-31 | Fix linux build problem. | Gavin Romig-Koch | 2 | -0/+6 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. | Jeff Law | 2 | -0/+24 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_time. | Jeff Law | 2 | -0/+7 |
1996-10-29 | * simops.c: Include <sys/stat.h>. | Jeff Law | 2 | -18/+20 |
1996-10-24 | * simops.c (OP_500): Mask off low bit in displacement | Jeff Law | 2 | -2/+6 |
1996-10-24 | * simops.c (OP_500): Fix displacement handling for sld.w. | Jeff Law | 2 | -2/+5 |
1996-10-24 | * simops.c (trace_input): Remove all references to SEXT7. | Jeff Law | 2 | -10/+18 |
1996-10-24 | * Makefile.in: Get rid of srcroot. Set all INSTALL macros via | Stu Grossman | 4 | -51/+131 |
1996-10-15 | * interp.c (MEM_SIZE): It's now bytes, not a power of 2. | Stu Grossman | 1 | -0/+31 |
1996-09-28 | * gencode.c (write_opcodes): Output hex values for opcode mask | Stu Grossman | 4 | -5/+27 |
1996-09-27 | * simops.c (trace_input): Fix thinko. | Jeff Law | 2 | -7/+16 |
1996-09-12 | Print line # and function name or filename if they exist for each PC. | Michael Meissner | 2 | -3/+69 |
1996-09-11 | Add tracing support; Fix some problems with hardwired sizes | Michael Meissner | 4 | -106/+650 |
1996-09-10 | * interp.c (hash): Make this an inline function | Jeff Law | 3 | -44/+43 |
1996-09-03 | * gencode.c: Fix various indention & style problems. | Jeff Law | 3 | -83/+70 |
1996-09-03 | Fix typpppo | Jeff Law | 1 | -1/+1 |
1996-09-03 | * interp.c: OP should be an array of 32bit operands! | Jeff Law | 4 | -78/+248 |
1996-08-30 | * simops.c: Fix "not1" and "set1". | Jeff Law | 2 | -2/+4 |
1996-08-30 | * simops.c: Don't forget to initialize temp for | Jeff Law | 2 | -0/+5 |
1996-08-30 | * interp.c: Remove various debugging printfs. | Jeff Law | 2 | -15/+2 |
1996-08-30 | * simops.c: Fix satadd, satsub boundary case handling. | Jeff Law | 2 | -5/+7 |
1996-08-30 | * interp.c (hash): Fix. | Jeff Law | 3 | -18/+80 |
1996-08-30 | * interp.c (do_format_4): Get operands correctly and | Jeff Law | 3 | -0/+61 |
1996-08-30 | * v850_sim.h: The V850 doesn't have split I&D spaces. Change | Jeff Law | 3 | -121/+181 |
1996-08-30 | * v850_sim.h (struct _state): Remove "psw" field. Add | Jeff Law | 3 | -78/+89 |
1996-08-30 | * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr". | Jeff Law | 2 | -25/+173 |
1996-08-30 | * interp.c (do_format_5): Get operands correctly and | Jeff Law | 3 | -12/+39 |
1996-08-30 | * simops.c: Fix minor typos. Handle "cmp", "setf", "tst" | Jeff Law | 2 | -25/+146 |
1996-08-30 | * interp.c (do_format_3): Get operands correctly and call | Jeff Law | 3 | -13/+211 |
1996-08-30 | * simops.c: Add condition code handling to shift insns. | Jeff Law | 2 | -30/+101 |
1996-08-30 | * Makefile.in: Fix typo. | Jeff Law | 2 | -19/+79 |
1996-08-29 | * interp.c (hash): Update to be more accurate. | Jeff Law | 5 | -138/+348 |
1996-08-29 | * simops.c: Add shift support. | Jeff Law | 2 | -22/+56 |
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 | 2 | -48/+93 |
1996-08-29 | * simops.c: Add logicals, mov, movhi, movea, add, addi, sub | Jeff Law | 2 | -40/+147 |
1996-08-29 | * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h, | Jeff Law | 8 | -0/+1274 |