Age | Commit message (Expand) | Author | Files | Lines |
1996-09-04 | * simops.c: Include correct syscall.h for d10v, not host's. | Mark Alexander | 2 | -4/+19 |
1996-09-03 | * gencode.c: Fix various indention & style problems. | Jeff Law | 3 | -83/+70 |
1996-09-03 | Portability fixes; re-add printf/putchar traps | Michael Meissner | 1 | -16/+192 |
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-31 | Opps. Forgot to commit this a few days ago. | Jeff Law | 1 | -0/+35 |
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 |
1996-08-29 | * configure.in (v850-*-*): Added V850 simulator. | Jeff Law | 1 | -0/+3 |
1996-08-29 | Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 4 | -69/+221 |
1996-08-28 | New file. | Martin Hunt | 2 | -4/+54 |
1996-08-27 | Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -84/+275 |
1996-08-22 | * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and | Ian Lance Taylor | 1 | -26/+114 |
1996-08-19 | Fixes from Andrew | Michael Meissner | 2 | -0/+30 |
1996-08-18 | removed NOTES from Things-to-keep since it's a dead file | Angela Marie Thomas | 1 | -1/+0 |
1996-08-13 | Improve -t options support to list all of the configuration macros & work sta... | Michael Meissner | 1 | -0/+13 |
1996-08-12 | Test whether /dev/zero works before attemping to us it | Michael Meissner | 3 | -1/+45 |
1996-08-12 | fix for D10V. | Martin Hunt | 1 | -1/+1 |
1996-08-08 | If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also not... | Michael Meissner | 1 | -0/+3 |
1996-08-07 | Allow simulator to build on other machines than x86 | Michael Meissner | 1 | -0/+9 |
1996-08-06 | 7/30 release from Andrew | Michael Meissner | 9 | -152/+719 |
1996-08-03 | Fri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 3 | -72/+365 |
1996-08-02 | Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 6 | -0/+2360 |
1996-08-02 | Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -0/+43 |
1996-07-23 | New simulator changes from Andrew | Michael Meissner | 50 | -6007/+10369 |
1996-07-18 | * gencode.c (process_instructions): Generate word64 and uword64 | Stu Grossman | 2 | -13/+22 |
1996-07-10 | * compile.c (sim_resume): Fix all rotate-by-2-bits insns. | Jeff Law | 2 | -4/+8 |
1996-07-05 | No longer need to sanitize away h8s stuff. | Jeff Law | 4 | -43/+2 |
1996-07-04 | * erc32.c (mec_reset mec_read mec_write memory_read memory_write), | Stu Grossman | 4 | -1/+1725 |
1996-07-03 | * run.c (main): Don't "load" sections which don't have | Jeff Law | 3 | -36/+94 |
1996-07-02 | * compile.c (sim_resume): Handle "ldm.l" and "stm.l". | Jeff Law | 2 | -2/+57 |
1996-06-26 | Make simulator build again on SunOS and HP/US systems | Michael Meissner | 1 | -20/+90 |