Age | Commit message (Expand) | Author | Files | Lines |
2011-02-04 | [sim,pk] added interrupt-pending field to cause reg | Andrew Waterman | 2 | -37/+35 |
2011-02-04 | [pk] fixed FP emulation bug | Andrew Waterman | 3 | -7/+10 |
2011-02-02 | [sim,xcc,opcodes] added back mtflh.d | Andrew Waterman | 1 | -1/+3 |
2011-02-02 | [opcodes,pk,sim,xcc] synci now bombs whole icache | Andrew Waterman | 1 | -2/+2 |
2011-02-01 | [xcc,opcodes,pk,sim] cleanup to FP ISA | Andrew Waterman | 2 | -30/+28 |
2011-01-25 | [sim,opcodes] add mulhsu instruction | Andrew Waterman | 1 | -1/+3 |
2011-01-25 | [opcodes,pk,sim,xcc] great renumbering of 2011, part deux | Andrew Waterman | 1 | -155/+151 |
2011-01-20 | [sim, pk, xcc, opcodes] great instruction renaming of 2011 | Andrew Waterman | 4 | -288/+292 |
2011-01-18 | [opcodes, sim, xcc] made *w insns illegal in RV32 | Andrew Waterman | 1 | -4/+0 |
2011-01-17 | [opcodes, pk, sim, xcc] removed nor, normalized macros to addi | Andrew Waterman | 2 | -3/+1 |
2011-01-10 | [pk] added --disable-fp-emulation option for code size | Andrew Waterman | 3 | -5/+20 |
2011-01-03 | [opcodes,pk,sim,xcc] flip fields to favor little endian | Yunsup Lee | 2 | -307/+307 |
2010-12-29 | [pk] send stdout/stderr to both fesvr and debug console | Andrew Waterman | 4 | -7/+13 |
2010-11-21 | [pk] fixed memset bug | Andrew Waterman | 2 | -15/+30 |
2010-11-21 | [opcodes, pk, sim, xcc] Tweaked FP encoding | Andrew Waterman | 3 | -127/+52 |
2010-11-21 | [opcodes] generate latex and verilog correctly | Andrew Waterman | 1 | -9/+9 |
2010-11-21 | [pk] minor PK bugfix | Andrew Waterman | 1 | -0/+4 |
2010-11-21 | [pk] various PK cleanups/speedups | Andrew Waterman | 10 | -97/+177 |
2010-11-21 | [xcc, sim, pk, opcodes] new instruction encoding! | Andrew Waterman | 2 | -388/+388 |
2010-11-21 | [xcc, sim, pk] link register is now x1 | Andrew Waterman | 2 | -51/+52 |
2010-11-21 | [opcodes, pk, sim, xcc] made jumps shorter and PC-relative | Andrew Waterman | 2 | -64/+4 |
2010-10-26 | [pk,sim,xcc] get rid of at register, introduce tp register | Yunsup Lee | 4 | -18/+11 |
2010-10-25 | [sim,xcc,pk,opcodes] static rounding modes for FP insns | Andrew Waterman | 2 | -38/+113 |
2010-10-20 | [pk] assume FSR exists even if FP is unsupported | Andrew Waterman | 1 | -6/+3 |
2010-10-18 | [pk] improved performance of fp emulation | Andrew Waterman | 7 | -277/+230 |
2010-10-17 | Revert "[pk] restore correct value to $x1/$x2 after trap" | Andrew Waterman | 1 | -1/+1 |
2010-10-17 | [pk] restore correct value to $x1/$x2 after trap | Andrew Waterman | 1 | -1/+1 |
2010-10-17 | [pk] cleaned up FP initialization code | Andrew Waterman | 1 | -37/+38 |
2010-10-17 | [pk] zero out fp regs | Yunsup Lee | 3 | -0/+50 |
2010-10-15 | [pk, sim] added FPU emulation support to proxy kernel | Andrew Waterman | 9 | -8/+721 |
2010-10-11 | [pk] no amos for now, add a sync before triggering the frontend | Yunsup Lee | 2 | -2/+10 |
2010-10-05 | [xcc,sim] eliminated vectored traps | Andrew Waterman | 5 | -62/+65 |
2010-09-14 | [xcc] the great assembler cleanup, part 6 | Andrew Waterman | 1 | -1/+0 |
2010-09-10 | [sim, pk] cleaned up exception vectors and FP exc flags | Andrew Waterman | 3 | -7/+16 |
2010-09-09 | [pk, sim] added interrupt support to sim; added timer interrupt | Andrew Waterman | 3 | -8/+30 |
2010-09-07 | [pk] new register names | Yunsup Lee | 2 | -89/+92 |
2010-09-07 | [pk] new register mappings | Yunsup Lee | 1 | -4/+4 |
2010-09-06 | [sim, xcc] added PCRs to replace k0 and k1 | Andrew Waterman | 4 | -74/+96 |
2010-09-06 | [pk] use __sync_* builtins for atomics | Andrew Waterman | 1 | -6/+2 |
2010-08-24 | [pk] proxy kernel support for mixed 32b/64b operation | Andrew Waterman | 6 | -79/+119 |
2010-08-24 | [fesvr] added support for 32b and 64b ELFs | Andrew Waterman | 2 | -18/+0 |
2010-08-22 | [pk] Fixed broken PK build process (moved boot into a .c file) | Andrew Waterman | 6 | -30/+24 |
2010-08-18 | [pk,fesvr] improved proxykernel build system | Andrew Waterman | 18 | -0/+1030 |