Age | Commit message (Expand) | Author | Files | Lines |
2011-08-18 | don't forget to commit configure after autoconf!cs250 | Andrew Waterman | 1 | -348/+274 |
2011-07-13 | added #include <stdlib.h> to get rid of errors building with gcc-4.4 on ubuntu | Rimas Avizienis | 2 | -0/+2 |
2011-07-08 | bugfix to riscv.ac | Rimas Avizienis | 1 | -2/+2 |
2011-07-08 | fixes to make disassembly work under macos (with macports binutils installed) | Rimas Avizienis | 3 | -271/+385 |
2011-06-27 | Builds and runs on Mac OS 10.6.7 | Andrew Waterman | 1 | -2/+6 |
2011-06-19 | post-repo-split cleanup | Andrew Waterman | 1 | -0/+10 |
2011-06-19 | temporary undoing of renaming | Andrew Waterman | 439 | -0/+20247 |
2011-06-12 | [sim] renamed to riscv-isa-run | Andrew Waterman | 439 | -20316/+0 |
2011-06-12 | [xcc] minor performance tweaks | Andrew Waterman | 5 | -19/+35 |
2011-06-11 | [xcc] fixed simulator build time | Andrew Waterman | 6 | -77/+354 |
2011-06-11 | [xcc] tlb now stores host addresses | Andrew Waterman | 2 | -19/+19 |
2011-06-11 | [xcc] cleaned up mmu code | Andrew Waterman | 9 | -137/+185 |
2011-06-11 | [xcc] fix configure scripts | Andrew Waterman | 2 | -6/+6 |
2011-06-11 | [xcc] instructions now set PC explicitly | Andrew Waterman | 15 | -18/+32 |
2011-06-10 | [sim, opcodes] made sim more decoupled from opcodes | Andrew Waterman | 21 | -12322/+377 |
2011-06-05 | [sim] fix writeback after ipi clearing | Andrew Waterman | 1 | -0/+1 |
2011-06-04 | [sim] add ability to clear IPIs | Andrew Waterman | 1 | -0/+3 |
2011-05-31 | [sim] fault on failed addr translations | Andrew Waterman | 1 | -1/+21 |
2011-05-31 | [sim] minor sim cleanup | Andrew Waterman | 2 | -18/+8 |
2011-05-29 | [sim,opcodes] improved sim build and run performance | Andrew Waterman | 23 | -2178/+12423 |
2011-05-28 | [fesvr,xcc,sim] fixed multicore sim for akaros | Andrew Waterman | 10 | -57/+127 |
2011-05-23 | [sim,xcc] add rdcycle/rdtime/rdinstret | Andrew Waterman | 5 | -6/+6 |
2011-05-19 | [sim] more fp<->int fixes | Andrew Waterman | 4 | -4/+4 |
2011-05-19 | [sim] more fp conversion bugs fixed | Andrew Waterman | 2 | -2/+2 |
2011-05-19 | [sim] change default hwvl | Yunsup Lee | 1 | -3/+3 |
2011-05-19 | [sim] vlen calc reflects the hardware | Yunsup Lee | 2 | -14/+11 |
2011-05-18 | [sim] fixed fcvt rounding bugs | Andrew Waterman | 8 | -8/+8 |
2011-05-18 | [opcodes,pk,sim] add more vector traps (for #banks, illegal instructions) | Yunsup Lee | 6 | -51/+69 |
2011-05-16 | [sim,pk] cleanups & initial virtual memory support | Andrew Waterman | 7 | -39/+70 |
2011-05-16 | [sim,xcc] change cond. mov inst format, add implementation | Yunsup Lee | 4 | -0/+8 |
2011-05-15 | [opcodes,pk,sim,xcc] resolve a conflict | Yunsup Lee | 1 | -4/+19 |
2011-05-15 | [libs,opcodes,pk,sim,xcc] add mov*,fmov*, shuffle vec insts | Yunsup Lee | 76 | -202/+212 |
2011-05-13 | [sim] initial support for virtual memory | Andrew Waterman | 3 | -18/+131 |
2011-05-13 | [sim] stubs for perfctr instructions | Andrew Waterman | 3 | -0/+3 |
2011-05-13 | tweaked encoding of rdcycle & cousins | Andrew Waterman | 1 | -23/+38 |
2011-05-06 | [sim] fixed building sim without cache simulators | Andrew Waterman | 1 | -1/+1 |
2011-04-30 | [sim] hacked in a dcache simulator | Andrew Waterman | 8 | -43/+187 |
2011-04-24 | [xcc,sim,opcodes] added c.addiw | Andrew Waterman | 2 | -3569/+559 |
2011-04-24 | [xcc,sim,opcodes] added more RVC instructions | Andrew Waterman | 22 | -12/+2642 |
2011-04-23 | [sim] fixed divw/remw crashing simulator | Andrew Waterman | 2 | -6/+2 |
2011-04-18 | [xcc,sim] rv64 'w' instruction semantics changed | Andrew Waterman | 2 | -2/+2 |
2011-04-18 | [xcc,sim,opcodes] added rvc conditional branches | Andrew Waterman | 4 | -4/+53 |
2011-04-16 | [sim] removed undefined behavior for non-canonical inputs | Andrew Waterman | 13 | -13/+15 |
2011-04-16 | [sim] added "str" debug command | Andrew Waterman | 2 | -0/+18 |
2011-04-15 | [sim] fixed jalr immediate bug | Andrew Waterman | 1 | -2/+2 |
2011-04-15 | [sim] added icache simulator (disabled by default) | Andrew Waterman | 13 | -7/+154 |
2011-04-12 | [xcc,pk,sim] added privileged cflush instruction | Andrew Waterman | 2 | -0/+10 |
2011-04-12 | [xcc,sim] fixed RM field | Andrew Waterman | 1 | -2/+4 |
2011-04-12 | [xcc,sim] rvc loads and stores | Andrew Waterman | 10 | -1/+187 |
2011-04-12 | [sim,pk] fixed minor pk bugs and trap codes | Andrew Waterman | 2 | -4/+7 |