Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-10-16 | use uint32_t for vl | Yunsup Lee | 1 | -1/+1 |
2013-10-16 | fix missing null check when there's no extension | Yunsup Lee | 1 | -1/+2 |
2013-10-16 | revamp hwacha; now runs in physical mode | Yunsup Lee | 252 | -267/+718 |
2013-10-15 | Propogate the reset call to the extensions as well. Add reset function to ext... | Stephen Twigg | 3 | -1/+8 |
2013-10-15 | Fix bug where xs2 was not being properly respected. | Stephen Twigg | 1 | -1/+1 |
2013-10-10 | commit configure script; new configure option --enable-commitlog | Yunsup Lee | 2 | -0/+18 |
2013-09-27 | Added commit logging (--enable-commitlog). Also fixed disasm bug. | Christopher Celio | 4 | -6/+54 |
2013-09-27 | Use WRITE_RD/WRITE_FRD macros to write registers | Andrew Waterman | 141 | -185/+167 |
2013-09-26 | Bye, CB | Andrew Waterman | 1 | -34/+0 |
2013-09-23 | fixes compile bug for not being able to find std::logic_error | Scott Beamer | 1 | -0/+1 |
2013-09-23 | Fix Scott's deadlock | Andrew Waterman | 3 | -7/+11 |
2013-09-22 | Adjust rocc_inst_t to properly extract fields due to the new ISA encoding. | Stephen Twigg | 1 | -3/+3 |
2013-09-21 | Update ISA encoding and AUIPC semantics | Andrew Waterman | 3 | -168/+170 |
2013-09-15 | Add helper disassembly program | Andrew Waterman | 2 | -0/+42 |
2013-09-15 | ISA changes | Andrew Waterman | 1 | -2/+2 |
2013-09-11 | Add AMOXOR | Andrew Waterman | 3 | -16/+25 |
2013-09-11 | Implement zany immediates | Andrew Waterman | 39 | -459/+233 |
2013-09-10 | Don't tick HTIF as often | Andrew Waterman | 1 | -4/+4 |
2013-09-10 | Add rd field to JAL; drop J | Andrew Waterman | 6 | -42/+33 |
2013-08-18 | Renumber PCRs | Andrew Waterman | 2 | -23/+20 |
2013-08-13 | Add test program for dummy rocc | Andrew Waterman | 1 | -0/+29 |
2013-08-13 | Implement RoCC and add a dummy RoCC | Andrew Waterman | 11 | -40/+249 |
2013-08-11 | Instructions are no longer member functions | Andrew Waterman | 65 | -309/+337 |
2013-08-08 | Ignore JALR's effective address LSB | Andrew Waterman | 1 | -1/+1 |
2013-08-08 | Disentangle some header files | Andrew Waterman | 2 | -1/+2 |
2013-08-08 | Rename MTFSR/MFFSR to FSSR/FRSR | Andrew Waterman | 4 | -5/+5 |
2013-08-08 | Swap J and JALR encoding | Andrew Waterman | 1 | -2/+2 |
2013-07-31 | Fix eret (again) | Quan Nguyen | 1 | -1/+1 |
2013-07-31 | Fix dumb ERET bug | Andrew Waterman | 1 | -1/+1 |
2013-07-28 | Don't flush TLB on PTBR writes (only FATC) | Andrew Waterman | 1 | -1/+1 |
2013-07-26 | New supervisor mode | Andrew Waterman | 6 | -64/+81 |
2013-07-26 | Remove more vector stuff | Andrew Waterman | 8 | -179/+54 |
2013-07-26 | Rename MFTX/MXTF to FMV | Andrew Waterman | 6 | -8/+8 |
2013-07-26 | Rip out Hwacha for now | Andrew Waterman | 95 | -167/+74 |
2013-07-26 | Rip out RVC for now | Andrew Waterman | 41 | -118/+61 |
2013-07-26 | Generate instruction decoder dynamically | Andrew Waterman | 12 | -152/+134 |
2013-07-25 | Remove JALR static hints | Andrew Waterman | 5 | -22/+14 |
2013-07-22 | Kill spike when xspike is SIGINTed | Andrew Waterman | 1 | -4/+10 |
2013-07-22 | Don't use stdout for debugging | Andrew Waterman | 1 | -4/+4 |
2013-07-22 | Add xspike program | Andrew Waterman | 8 | -62/+219 |
2013-07-19 | Use calloc to allocate target memory | Andrew Waterman | 1 | -18/+7 |
2013-07-12 | Eliminate infinite loop in debug mode | Andrew Waterman | 3 | -4/+12 |
2013-07-12 | Exit cleanly from debug console | Andrew Waterman | 4 | -41/+24 |
2013-07-12 | Favor procs.size() over num_cores() | Andrew Waterman | 1 | -3/+5 |
2013-07-12 | Fix SR_U64 bit being ignored | Andrew Waterman | 1 | -1/+1 |
2013-06-02 | make spike.o correctly depend on dispatch.h | Andrew Waterman | 1 | -2/+2 |
2013-06-02 | use coreutils `seq' instead of hacky `range' | Andrew Waterman | 2 | -11/+1 |
2013-05-15 | change riscv-isa-run to spike in documentation | Yunsup Lee | 2 | -3/+3 |
2013-05-15 | fix make issue | Yunsup Lee | 2 | -6/+6 |
2013-05-13 | change riscv-isa-run to spike | Yunsup Lee | 4 | -4/+4 |