2013-04-23 |
Andrew Waterman | destroy htif on simulator termination |
commit | commitdiff | tree |
2013-04-22 |
Andrew Waterman | correctly depend on dispatch.h |
commit | commitdiff | tree |
2013-04-20 |
Andrew Waterman | remove circular dependence in Makefile |
commit | commitdiff | tree |
2013-04-20 |
Andrew Waterman | update abi register names |
commit | commitdiff | tree |
2013-04-17 |
Andrew Waterman | add AUIPC insn; remove RDNPC insn |
commit | commitdiff | tree |
2013-03-30 |
Andrew Waterman | add load-reserved/store-conditional instructions |
commit | commitdiff | tree |
2013-03-30 |
Andrew Waterman | ignore writes to SR IP field |
commit | commitdiff | tree |
2013-03-27 |
Andrew Waterman | opcodes.h must only contain DECLARE_INSN() lines |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | add BSD license |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | update ancient README |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | truncate effective addresses in rv32 |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | expose pending interrupts in status register |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | add missing #include |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | ignore host writes to fromhost if old value not 0 |
commit | commitdiff | tree |
2013-03-26 |
Andrew Waterman | support compilation with gcc 4.7 |
commit | commitdiff | tree |
2013-02-15 |
Andrew Waterman | fix D$ model not acknowledging stores |
commit | commitdiff | tree |
2013-02-15 |
Andrew Waterman | specialize fully-associative caches |
commit | commitdiff | tree |
2013-02-15 |
Andrew Waterman | don't store host pointers in soft TLB |
commit | commitdiff | tree |
2013-02-13 |
Andrew Waterman | clean up fetch-execute loop a bit |
commit | commitdiff | tree |
2013-02-13 |
Andrew Waterman | add I$/D$/L2$ simulators |
commit | commitdiff | tree |
2013-02-13 |
Andrew Waterman | migrate to c++11 |
commit | commitdiff | tree |
2013-02-13 |
Andrew Waterman | make HTIF interactions deterministic; fix race |
commit | commitdiff | tree |
2013-01-26 |
Andrew Waterman | remove unnecessary #include |
commit | commitdiff | tree |
2013-01-26 |
Andrew Waterman | change htif to link against libfesvr |
commit | commitdiff | tree |
2012-11-13 |
Yunsup Lee | fix vector code simulation problem, turn on SR_U64 |
commit | commitdiff | tree |
2012-08-31 |
Andrew Waterman | new tohost/fromhost semantics |
commit | commitdiff | tree |
2012-08-02 |
Andrew Waterman | new tohost/fromhost semantics |
commit | commitdiff | tree |
2012-07-23 |
Andrew Waterman | correct HTIF reset behavior |
commit | commitdiff | tree |
2012-05-16 |
Andrew Waterman | fix htif interaction with interactive mode |
commit | commitdiff | tree |
2012-05-09 |
Andrew Waterman | per-core tohost/fromhost registers |
commit | commitdiff | tree |
2012-03-24 |
Andrew Waterman | new supervisor mode |
commit | commitdiff | tree |
2012-03-24 |
Yunsup Lee | add disasm functions for vector |
commit | commitdiff | tree |
2012-03-20 |
Andrew Waterman | make NaN behavior consistent with hardfloat |
commit | commitdiff | tree |
2012-03-20 |
Andrew Waterman | fix double-precision NaNs |
commit | commitdiff | tree |
2012-03-20 |
Andrew Waterman | abstract regfile write port |
commit | commitdiff | tree |
2012-03-20 |
Andrew Waterman | abstract regfile behind object |
commit | commitdiff | tree |
2012-03-19 |
Andrew Waterman | update vector fences |
commit | commitdiff | tree |
2012-03-18 |
Yunsup Lee | clean up vector exception instructions |
commit | commitdiff | tree |
2012-03-14 |
Yunsup Lee | add more instructions for vector exception handling |
commit | commitdiff | tree |
2012-03-14 |
Yunsup Lee | add vvcfg,vtcfg |
commit | commitdiff | tree |
2012-03-13 |
Yunsup Lee | opcodes cleanup |
commit | commitdiff | tree |
2012-03-13 |
Andrew Waterman | always propagate default NaN (all bits set) |
commit | commitdiff | tree |
2012-03-10 |
Yunsup Lee | slight change to vector supervisor instructions |
commit | commitdiff | tree |
2012-03-03 |
Yunsup Lee | add place holders for instructions to handle vector... |
commit | commitdiff | tree |
2012-03-03 |
Yunsup Lee | new instructions to handle vector exceptions |
commit | commitdiff | tree |
2012-02-20 |
Andrew Waterman | new HTIF protocol. update your fesvr. |
commit | commitdiff | tree |
2012-02-20 |
Andrew Waterman | fixed a bug in remu[w] |
commit | commitdiff | tree |
2012-02-18 |
Andrew Waterman | implement lighter-weight htif packet header |
commit | commitdiff | tree |
2012-02-16 |
Andrew Waterman | reimplement div[u][w]/rem[u][w] |
commit | commitdiff | tree |
2012-02-13 |
Andrew Waterman | fix sltu disassembly |
commit | commitdiff | tree |
2012-02-09 |
Yunsup Lee | initialize tohost and fromhost |
commit | commitdiff | tree |
2012-02-01 |
Andrew Waterman | remove debug printf |
commit | commitdiff | tree |
2012-02-01 |
Andrew Waterman | poll HTIF occasionally |
commit | commitdiff | tree |
2012-01-31 |
Andrew Waterman | don't set badvaddr for instruction access faults |
commit | commitdiff | tree |
2012-01-30 |
Yunsup Lee | fix divide by zero bugs |
commit | commitdiff | tree |
2012-01-24 |
Andrew Waterman | check that virtual addresses are sign-extended |
commit | commitdiff | tree |
2012-01-23 |
Andrew Waterman | disentangle decode.h from other headers |
commit | commitdiff | tree |
2012-01-23 |
Andrew Waterman | work around gcc 4.4 bug |
commit | commitdiff | tree |
2012-01-12 |
Andrew Waterman | fix compilation for gcc 4.6.1 |
commit | commitdiff | tree |
2011-12-11 |
Yunsup Lee | fix utidx assign bug, make ut code execute faster |
commit | commitdiff | tree |
2011-12-11 |
Yunsup Lee | fix the fpr abi names |
commit | commitdiff | tree |
2011-11-12 |
Your Name | Remove dependence on binutils |
commit | commitdiff | tree |
2011-11-11 |
Andrew Waterman | Use new compiler toolchain's disassembler |
commit | commitdiff | tree |
2011-11-11 |
Andrew Waterman | Changed MFTX to use rs1 for its source |
commit | commitdiff | tree |
2011-11-11 |
Andrew Waterman | Changed supervisor mode |
commit | commitdiff | tree |
2011-11-01 |
Andrew Waterman | Fixed tight coupling of host and target page size |
commit | commitdiff | tree |
2011-10-27 |
Andrew Waterman | changed page size to 8KB |
commit | commitdiff | tree |
2011-10-19 |
Yunsup Lee | Merge branch 'master' of github.com:ucb-bar/riscv-isa-sim |
commit | commitdiff | tree |
2011-10-19 |
Yunsup Lee | fix vf |
commit | commitdiff | tree |
2011-10-19 |
Yunsup Lee | yunsup made this fix..ask him |
commit | commitdiff | tree |
2011-08-18 |
Andrew Waterman | don't forget to commit configure after autoconf! |
commit | commitdiff | tree |
2011-07-13 |
Rimas Avizienis | added #include <stdlib.h> to get rid of errors building... |
commit | commitdiff | tree |
2011-07-08 |
Rimas Avizienis | bugfix to riscv.ac |
commit | commitdiff | tree |
2011-07-08 |
Rimas Avizienis | fixes to make disassembly work under macos (with macpor... |
commit | commitdiff | tree |
2011-06-27 |
Andrew Waterman | Builds and runs on Mac OS 10.6.7 |
commit | commitdiff | tree |
2011-06-20 |
Andrew Waterman | post-repo-split cleanup |
commit | commitdiff | tree |
2011-06-20 |
Andrew Waterman | temporary undoing of renaming |
commit | commitdiff | tree |
2011-06-13 |
Andrew Waterman | [sim] renamed to riscv-isa-run |
commit | commitdiff | tree |
2011-06-12 |
Andrew Waterman | [xcc] minor performance tweaks |
commit | commitdiff | tree |
2011-06-12 |
Andrew Waterman | [xcc] fixed simulator build time |
commit | commitdiff | tree |
2011-06-12 |
Andrew Waterman | [xcc] tlb now stores host addresses |
commit | commitdiff | tree |
2011-06-11 |
Andrew Waterman | [xcc] cleaned up mmu code |
commit | commitdiff | tree |
2011-06-11 |
Andrew Waterman | [xcc] fix configure scripts |
commit | commitdiff | tree |
2011-06-11 |
Andrew Waterman | [xcc] instructions now set PC explicitly |
commit | commitdiff | tree |
2011-06-11 |
Andrew Waterman | [sim, opcodes] made sim more decoupled from opcodes |
commit | commitdiff | tree |
2011-06-06 |
Andrew Waterman | [sim] fix writeback after ipi clearing |
commit | commitdiff | tree |
2011-06-05 |
Andrew Waterman | [sim] add ability to clear IPIs |
commit | commitdiff | tree |
2011-06-01 |
Andrew Waterman | [sim] fault on failed addr translations |
commit | commitdiff | tree |
2011-05-31 |
Andrew Waterman | [sim] minor sim cleanup |
commit | commitdiff | tree |
2011-05-29 |
Andrew Waterman | [sim,opcodes] improved sim build and run performance |
commit | commitdiff | tree |
2011-05-29 |
Andrew Waterman | [fesvr,xcc,sim] fixed multicore sim for akaros |
commit | commitdiff | tree |
2011-05-23 |
Andrew Waterman | [sim,xcc] add rdcycle/rdtime/rdinstret |
commit | commitdiff | tree |
2011-05-19 |
Andrew Waterman | [sim] more fp<->int fixes |
commit | commitdiff | tree |
2011-05-19 |
Andrew Waterman | [sim] more fp conversion bugs fixed |
commit | commitdiff | tree |
2011-05-19 |
Yunsup Lee | [sim] change default hwvl |
commit | commitdiff | tree |
2011-05-19 |
Yunsup Lee | [sim] vlen calc reflects the hardware |
commit | commitdiff | tree |
2011-05-18 |
Andrew Waterman | [sim] fixed fcvt rounding bugs |
commit | commitdiff | tree |
2011-05-18 |
Yunsup Lee | [opcodes,pk,sim] add more vector traps (for #banks... |
commit | commitdiff | tree |
2011-05-16 |
Andrew Waterman | [sim,pk] cleanups & initial virtual memory support |
commit | commitdiff | tree |
2011-05-16 |
Yunsup Lee | [sim,xcc] change cond. mov inst format, add implementation |
commit | commitdiff | tree |
next |