| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * interp.c: Fix byte-swapping code throughout to work on | Mark Alexander | 1996-12-29 | 2 | -9/+20 |
| * | * support.h: Make definitions of SIGTRAP and SIGQUIT consistent | Mark Alexander | 1996-12-29 | 2 | -2/+7 |
| * | * gencode.c (build_instruction): Work around MSVC++ code gen bug | Mark Alexander | 1996-12-28 | 2 | -1/+11 |
| * | Allow exit to work normally under gdb | Michael Meissner | 1996-12-27 | 2 | -102/+148 |
| * | add flush_cache PMON routine | Angela Marie Thomas | 1996-12-25 | 2 | -0/+12 |
| * | * support.h: Use _WIN32 instead of __WIN32__. Also add defs for | Stu Grossman | 1996-12-20 | 2 | -2/+9 |
| * | * gencode.c (build_instruction) [MUL]: Cast operands to word64, to | Ian Lance Taylor | 1996-12-19 | 2 | -1/+14 |
| * | * interp.c (sim_resume): Handle 0xff as a single byte insn. | Jeff Law | 1996-12-18 | 2 | -12/+19 |
| * | Getting there ... | David Edelsohn | 1996-12-17 | 2 | -0/+35 |
| * | * simops.c: Handle "break" instruction. | Jeff Law | 1996-12-16 | 2 | -0/+12 |
| * | Link with SIM_EXTRA_LIBS, not just EXTRA_LIBS, which is never set. | Rob Savoye | 1996-12-16 | 1 | -3/+12 |
| * | * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI. | Ian Lance Taylor | 1996-12-16 | 2 | -10/+19 |
| * | Mon Dec 16 13:39:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1996-12-16 | 1 | -0/+9 |
| * | * gencode.c (build_mips16_operands): Fix base PC value for PC | Ian Lance Taylor | 1996-12-16 | 3 | -119/+95 |
| * | * simops.c: Fix restoring the PC for "ret" and "retf" instructions. | Jeff Law | 1996-12-16 | 2 | -4/+23 |
| * | For NEC 4100/4300 project: Add little endian support and misc cleanups. | Jim Wilson | 1996-12-11 | 1 | -1/+1 |
| * | * gencode.c (write_opcodes): Also write out the format of the | Jeff Law | 1996-12-11 | 1 | -3/+4 |
| * | * simops.c (REG0_4): Define. | Jeff Law | 1996-12-10 | 2 | -8/+14 |
| * | For NEC 4100/4300 project | Jim Wilson | 1996-12-10 | 3 | -69/+145 |
| * | New revision from Andrew | Michael Meissner | 1996-12-10 | 8 | -377/+3635 |
| * | * callback.c: #include <stdlib.h> | David Edelsohn | 1996-12-09 | 2 | -0/+459 |
| * | * simops.c (REG0_16): Fix typo. | Jeff Law | 1996-12-07 | 2 | -1/+5 |
| * | Add missing semicolons in last change. | Jeff Law | 1996-12-07 | 1 | -13/+13 |
| * | * simops.c: Call abort for any instruction that's not currently | Jeff Law | 1996-12-06 | 2 | -0/+16 |
| * | * simops.c: Define accessor macros to extract register | Jeff Law | 1996-12-06 | 2 | -368/+329 |
| * | * interp.c: Delete unused global variable "OP". | Jeff Law | 1996-12-06 | 3 | -31/+30 |
| * | Opps. Forgot something in last change. | Jeff Law | 1996-12-06 | 1 | -1/+1 |
| * | * gencode.c (write_header): Add "insn" and "extension" arguments | Jeff Law | 1996-12-06 | 5 | -248/+699 |
| * | * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)" | Jeff Law | 1996-12-06 | 2 | -3/+5 |
| * | * simops.c: Fix thinkos in last change to "inc dn". | Jeff Law | 1996-12-06 | 2 | -5/+11 |
| * | * simops.c: "add imm,sp" does not effect the condition codes. | Jeff Law | 1996-12-04 | 2 | -31/+20 |
| * | * simops.c: Treat both operands as signed values for | Jeff Law | 1996-12-04 | 2 | -2/+13 |
| * | * configure.in: Look for libtermcap.a. | Rob Savoye | 1996-12-04 | 3 | -64/+132 |
| * | * simops.c: Fix simulation of division instructions. | Jeff Law | 1996-12-04 | 1 | -12/+8 |
| * | * simomps.c: Fix carry bit handling in "sub" and "cmp" | Jeff Law | 1996-12-02 | 1 | -9/+9 |
| * | * simops.c: Fix "mov imm8,an" and "mov imm16,dn". | Jeff Law | 1996-12-02 | 2 | -2/+6 |
| * | * simops.c: Fix overflow computation for many instructions. | Jeff Law | 1996-12-02 | 2 | -87/+89 |
| * | * simops.c: Fix "movdm, an", "movbu dm, (an)", and "movhu dm, (an)". | Jeff Law | 1996-12-02 | 2 | -5/+7 |
| * | * simops.c: Fix "mov am, dn". | Jeff Law | 1996-12-02 | 2 | -1/+3 |
| * | * simops.c: Fix more bugs in "add imm,an" and | Jeff Law | 1996-12-01 | 2 | -8/+13 |
| * | * simops.c: Fix bugs in "movm" and "add imm,an". | Jeff Law | 1996-11-27 | 2 | -17/+19 |
| * | * simops.c: Don't lose the upper 24 bits of the return | Jeff Law | 1996-11-27 | 2 | -16/+154 |
| * | * simops.c: Implement the remaining 5, 6 and 7 byte instructions. | Jeff Law | 1996-11-27 | 2 | -50/+168 |
| * | * simops.c Implement remaining 4 byte instructions. | Jeff Law | 1996-11-27 | 2 | -39/+145 |
| * | * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD | Ian Lance Taylor | 1996-11-27 | 1 | -0/+3 |
| * | * simops.c Implement remaining 3 byte instructions. | Jeff Law | 1996-11-27 | 2 | -32/+120 |
| * | * simops.c: Implement remaining 2 byte instructions. Call | Jeff Law | 1996-11-27 | 2 | -23/+120 |
| * | Actually check in the right change to interp.c. | Ian Lance Taylor | 1996-11-27 | 1 | -2/+1 |
| * | * simops.c: Implement lots of random instructions. | Jeff Law | 1996-11-27 | 2 | -129/+642 |
| * | * simops.c: Implement "movm" and "bCC" insns. | Jeff Law | 1996-11-27 | 2 | -7/+160 |