Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-09 | Add LICENSE | Andrew Waterman | 323 | -5/+671 |
2015-01-04 | Avoid deprecated "b" pseudo-op; use "j" instead | Andrew Waterman | 6 | -16/+16 |
2015-01-02 | On misaligned fetch, EPC = branch target, not source | Andrew Waterman | 1 | -5/+8 |
2014-12-17 | minor mt updates | Henry Cook | 2 | -2/+7 |
2014-12-15 | Remove dependence on machine/syscall.h | Andrew Waterman | 1 | -1/+2 |
2014-12-13 | Initialize static TLS for the benchmarks | Andrew Waterman | 3 | -12/+33 |
2014-12-12 | Add more entropy to matrix multiplication input | Andrew Waterman | 2 | -5/+15 |
2014-12-12 | Use user stack in supervisor mode | Andrew Waterman | 1 | -14/+1 |
2014-12-03 | Use new toolchain and calling convention | Andrew Waterman | 9 | -49/+40 |
2014-12-03 | Rely on assembler to relax far branches | Andrew Waterman | 1 | -12/+3 |
2014-12-03 | Make timer test more thorough | Andrew Waterman | 1 | -12/+1043 |
2014-11-22 | push env | Yunsup Lee | 1 | -5/+9 |
2014-11-22 | relax rv32si timer test a bit | Yunsup Lee | 1 | -1/+2 |
2014-11-13 | remove zscale specific tests | Yunsup Lee | 4 | -192/+0 |
2014-11-13 | enable make subsets | Yunsup Lee | 1 | -7/+16 |
2014-11-13 | make rv32si fault load/store test stronger | Yunsup Lee | 1 | -1/+5 |
2014-11-12 | beef up rv32si tests | Yunsup Lee | 11 | -0/+547 |
2014-11-11 | blocked mt-matmul | Henry Cook | 1 | -8/+6 |
2014-11-07 | forgot barrier in mt-matmul | Henry Cook | 1 | -0/+2 |
2014-11-07 | Clean up canonical mt benchmarks and reorganize extra versions in /mt. All ve... | Henry Cook | 326 | -57593/+3390 |
2014-11-06 | Fix build with riscv-gcc version 4.9 | Andrew Waterman | 5 | -10/+9 |
2014-11-06 | Don't access memory outside of the binary's range | Andrew Waterman | 26 | -1/+27 |
2014-11-06 | Fix TLS in benchmarks | Andrew Waterman | 1 | -0/+3 |
2014-10-24 | push env | Yunsup Lee | 1 | -5/+8 |
2014-09-24 | Updated mt tests | Henry Cook | 119 | -1486/+1483 |
2014-09-10 | Enable interrupts in bmarks | Christopher Celio | 1 | -6/+5 |
2014-08-28 | Added "simple" test to rv32ui. | Christopher Celio | 2 | -0/+26 |
2014-08-06 | updates | Yunsup Lee | 1 | -1/+1 |
2014-08-06 | update readme | Yunsup Lee | 1 | -1/+156 |
2014-08-06 | update readme | Yunsup Lee | 1 | -1/+4 |
2014-08-05 | cleanup README.md for web | Sagar Karandikar | 1 | -3/+6 |
2014-07-30 | prep-for-public: change to https ref for env | Sagar Karandikar | 1 | -1/+1 |
2014-05-07 | Add timer interrupt test | Andrew Waterman | 3 | -4/+66 |
2014-04-18 | Added a new test case to REMW. | Christopher Celio | 1 | -0/+1 |
2014-04-14 | commit high-performance mm (scalar and vector versions) | Yunsup Lee | 18 | -325/+847 |
2014-04-08 | Adjust hwacha misaligned instruction test to ignore lower 2 bits in compariso... | Stephen Twigg | 1 | -0/+2 |
2014-04-07 | Resync env with riscv-opcodes | Stephen Twigg | 1 | -5/+5 |
2014-04-07 | Add radix sort benchmark | Andrew Waterman | 7 | -7/+379 |
2014-04-03 | setStats in benchmarks now should set and unset the stats register. Also, rem... | Stephen Twigg | 2 | -5/+14 |
2014-04-03 | Sync env with opcodes | Stephen Twigg | 1 | -5/+5 |
2014-03-25 | Make qsort input size more reasonable | Andrew Waterman | 1 | -1539/+105 |
2014-03-25 | Make qsort benchmark more meaningful | Andrew Waterman | 4 | -96/+1722 |
2014-03-18 | Check FP corner cases and flags | Andrew Waterman | 7 | -183/+210 |
2014-03-06 | Add fclass.{s|d} test | Andrew Waterman | 2 | -1/+58 |
2014-03-03 | update env | Yunsup Lee | 1 | -5/+5 |
2014-03-02 | push env | Yunsup Lee | 1 | -5/+5 |
2014-03-02 | add vfmsv.{s,d} tests | Yunsup Lee | 3 | -5/+60 |
2014-02-27 | push env | Yunsup Lee | 1 | -5/+5 |
2014-02-27 | add keepcfg test | Yunsup Lee | 2 | -1/+84 |
2014-02-26 | test to see whether vector unit is able to take 2 fmas in parallel | Yunsup Lee | 2 | -1/+181 |