2010-11-22 |
Andrew Waterman | [opcodes, pk, sim, xcc] made jumps shorter and PC-relative |
commit | commitdiff | tree |
2010-10-26 |
Andrew Waterman | [sim] removed unnecessary trap in mfcr instruction |
commit | commitdiff | tree |
2010-10-26 |
Andrew Waterman | [sim,xcc] fixed minor bugs related to tp/cr29 |
commit | commitdiff | tree |
2010-10-26 |
Yunsup Lee | [pk,sim,xcc] get rid of at register, introduce tp register |
commit | commitdiff | tree |
2010-10-26 |
Andrew Waterman | [sim,xcc,pk,opcodes] static rounding modes for FP insns |
commit | commitdiff | tree |
2010-10-16 |
Andrew Waterman | [pk, sim] added FPU emulation support to proxy kernel |
commit | commitdiff | tree |
2010-10-15 |
Andrew Waterman | [sim] made softfloat files C instead of C++ |
commit | commitdiff | tree |
2010-10-12 |
Andrew Waterman | [sim] added writeback tracing |
commit | commitdiff | tree |
2010-10-07 |
Andrew Waterman | [xcc] modified opcodes for better FP decode mapping |
commit | commitdiff | tree |
2010-10-06 |
Andrew Waterman | [opcodes] added code field back to syscall/break |
commit | commitdiff | tree |
2010-10-06 |
Andrew Waterman | [xcc] removed CEXC field from FSR |
commit | commitdiff | tree |
2010-10-05 |
Andrew Waterman | [xcc,sim] eliminated vectored traps |
commit | commitdiff | tree |
2010-10-03 |
Andrew Waterman | [sim, xcc] changed cvt/trunc to use GPRs for int args |
commit | commitdiff | tree |
2010-10-03 |
Andrew Waterman | [xcc, sim] mff now uses rs2 for data |
commit | commitdiff | tree |
2010-09-29 |
Andrew Waterman | [opcodes, sim, xcc] added mffl.d instruction |
commit | commitdiff | tree |
2010-09-23 |
Andrew Waterman | [xcc, sim] eliminated zero-extended immediates |
commit | commitdiff | tree |
2010-09-22 |
Andrew Waterman | [sim] fixed bug in which shift operands were reversed |
commit | commitdiff | tree |
2010-09-21 |
Andrew Waterman | [xcc, sim] changed instruction format so imm12 subs... |
commit | commitdiff | tree |
2010-09-14 |
Andrew Waterman | [xcc, sim] replaced ble/bleu with bge/bgeu |
commit | commitdiff | tree |
2010-09-13 |
Andrew Waterman | [sim] renamed sllv to sll (same for other shifts) |
commit | commitdiff | tree |
2010-09-13 |
Andrew Waterman | [xcc, sim] moved shamt field and renamed shifts |
commit | commitdiff | tree |
2010-09-13 |
Andrew Waterman | [xcc, sim] branches now are next-PC-based, not PC-based |
commit | commitdiff | tree |
2010-09-11 |
Andrew Waterman | [xcc] fixed broken 32-bit FP ABI |
commit | commitdiff | tree |
2010-09-11 |
Andrew Waterman | [sim, xcc] Added mffh.d/mtflh.d; fixed FP ABI for 32-bit |
commit | commitdiff | tree |
2010-09-11 |
Andrew Waterman | [sim, pk] cleaned up exception vectors and FP exc flags |
commit | commitdiff | tree |
2010-09-11 |
Yunsup Lee | [opcodes,xcc,sim] mffh.d,mtfh.d added (broken commit) |
commit | commitdiff | tree |
2010-09-10 |
Yunsup Lee | [opcodes,sim,xcc] move opcodes for 3 source instructions |
commit | commitdiff | tree |
2010-09-10 |
Andrew Waterman | Revert "[xcc, sim] added slei/sleui in lieu of slti... |
commit | commitdiff | tree |
2010-09-09 |
Andrew Waterman | Merge branch 'master' of /project/eecs/parlab/git/proje... |
commit | commitdiff | tree |
2010-09-09 |
Andrew Waterman | [pk, sim] added interrupt support to sim; added timer... |
commit | commitdiff | tree |
2010-09-08 |
Yunsup Lee | [sim] add while to interactive_until |
commit | commitdiff | tree |
2010-09-08 |
Yunsup Lee | [sim] change applink for tohost/fromhost (forgot one... |
commit | commitdiff | tree |
2010-09-08 |
Yunsup Lee | [sim] change applink for tohost/fromhost |
commit | commitdiff | tree |
2010-09-07 |
Andrew Waterman | [xcc, sim] added slei/sleui in lieu of slti/sltiu |
commit | commitdiff | tree |
2010-09-07 |
Yunsup Lee | [sim] yet another fix stdint.h __STDC_LIMIT_MACROS... |
commit | commitdiff | tree |
2010-09-07 |
Yunsup Lee | [sim] fix stdint.h __STDC_LIMIT_MACROS problem |
commit | commitdiff | tree |
2010-09-07 |
Andrew Waterman | [sim, xcc] branches now have 2-byte-aligned displacements |
commit | commitdiff | tree |
2010-09-07 |
Andrew Waterman | [sim, xcc] added PCRs to replace k0 and k1 |
commit | commitdiff | tree |
2010-09-07 |
Andrew Waterman | [sim, xcc] bthread threading model exposed; insn encodi... |
commit | commitdiff | tree |
2010-09-07 |
Andrew Waterman | [sim] fixed bug in msub.d; added ability to print FPRs... |
commit | commitdiff | tree |
2010-09-06 |
Andrew Waterman | [sim] added atomic memory operations |
commit | commitdiff | tree |
2010-08-24 |
Andrew Waterman | [xcc] argc/argv work for 32b programs |
commit | commitdiff | tree |
2010-08-24 |
Andrew Waterman | [sim] privileged mode support for 32-bit operation |
commit | commitdiff | tree |
2010-08-23 |
Andrew Waterman | [xcc,sim] added fused multiply-add and its cousins |
commit | commitdiff | tree |
2010-08-23 |
Andrew Waterman | [xcc,sim] Eliminated slori instruction |
commit | commitdiff | tree |
2010-08-19 |
Andrew Waterman | [pk,fesvr] improved proxykernel build system |
commit | commitdiff | tree |
2010-08-18 |
Andrew Waterman | [sim] integrated SoftFloat-3 with ISA sim; removed... |
commit | commitdiff | tree |
2010-08-18 |
Andrew Waterman | [sim] specialized softfloat for riscv |
commit | commitdiff | tree |
2010-08-18 |
Andrew Waterman | [sim] added riscv folder to softfloat |
commit | commitdiff | tree |
2010-08-18 |
Andrew Waterman | [sim] added SoftFloat-3 source |
commit | commitdiff | tree |
2010-08-10 |
Andrew Waterman | [xcc,sim] implement FP using softfloat |
commit | commitdiff | tree |
2010-08-10 |
Andrew Waterman | [sim] removed unused elf loader |
commit | commitdiff | tree |
2010-08-09 |
Andrew Waterman | [sim] added softfloat |
commit | commitdiff | tree |
2010-08-06 |
Andrew Waterman | [sim,xcc] Added first few Hauser FP insns (sign-injection) |
commit | commitdiff | tree |
2010-08-05 |
Andrew Waterman | [sim] Bug fixes in shifts, plus a new test case |
commit | commitdiff | tree |
2010-08-05 |
Andrew Waterman | [xcc] Removed ctc1, cfc1 instructions; added fp move... |
commit | commitdiff | tree |
2010-08-05 |
Andrew Waterman | [xcc,pk,sim] Added first part of FP support |
commit | commitdiff | tree |
2010-08-04 |
Andrew Waterman | [sim,xcc] removed sll32/srl32/sra32 opcodes |
commit | commitdiff | tree |
2010-08-04 |
Andrew Waterman | [pk,sim,xcc] Renamed instructions to RISC-V spec |
commit | commitdiff | tree |
2010-07-29 |
Andrew Waterman | [gcc] generate code for complex branches |
commit | commitdiff | tree |
2010-07-29 |
Andrew Waterman | [sim,xcc] Changed instruction format to RISC-V |
commit | commitdiff | tree |
2010-07-23 |
Yunsup Lee | [sim] various fixes to get the sim work with the fesvr |
commit | commitdiff | tree |
2010-07-22 |
Andrew Waterman | [pk,sim] removed cop0 console i/o support |
commit | commitdiff | tree |
2010-07-22 |
Andrew Waterman | [pk,sim] first cut of appserver communication link |
commit | commitdiff | tree |
2010-07-20 |
Andrew Waterman | [pk,sim] added temporary "exit" functionality |
commit | commitdiff | tree |
2010-07-19 |
Andrew Waterman | Reorganized directory structure |
commit | commitdiff | tree |
|