Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-09 | Add LICENSE | Andrew Waterman | 66 | -0/+132 | |
2015-01-04 | Avoid deprecated "b" pseudo-op; use "j" instead | Andrew Waterman | 1 | -2/+2 | |
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 | |
This will exercise the floating-point units more thoroughly. | |||||
2014-12-12 | Use user stack in supervisor mode | Andrew Waterman | 1 | -14/+1 | |
This fixes a race condition, as there was only one kernel stack. | |||||
2014-12-03 | Use new toolchain and calling convention | Andrew Waterman | 3 | -31/+24 | |
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 ↵ | Henry Cook | 10 | -150/+92 | |
versions support support at least 1/2/4 threads. | |||||
2014-11-06 | Fix build with riscv-gcc version 4.9 | Andrew Waterman | 3 | -1/+3 | |
2014-11-06 | Fix TLS in benchmarks | Andrew Waterman | 1 | -0/+3 | |
Linker relaxations were screwing up loading the thread pointer. | |||||
2014-09-10 | Enable interrupts in bmarks | Christopher Celio | 1 | -6/+5 | |
2014-04-14 | commit high-performance mm (scalar and vector versions) | Yunsup Lee | 18 | -325/+847 | |
2014-04-07 | Add radix sort benchmark | Andrew Waterman | 6 | -2/+374 | |
2014-04-03 | setStats in benchmarks now should set and unset the stats register. Also, ↵ | Stephen Twigg | 2 | -5/+14 | |
removed legacy SET_STATS macro. | |||||
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 | |
Before, we were sorting a sorted array :\ | |||||
2014-02-22 | Sort fixes: support for repeated trials. | Eric Love | 3 | -35/+65 | |
2014-02-20 | Merge commit '0661b47765081c710af3df66ec698aa58ff14d5d' | Eric Love | 6 | -0/+2501 | |
2014-02-20 | Added TAV sort benchmarks | Eric Love | 6 | -0/+2501 | |
2014-02-11 | Run benchmarks in user mode | Andrew Waterman | 3 | -49/+186 | |
2014-02-06 | Clean up benchmarks; support uarch-specific counters | Andrew Waterman | 30 | -1021/+347 | |
2014-02-04 | Add Stephen's vector FFT code | Quan Nguyen | 17 | -1/+1164 | |
2014-01-31 | Minor Makefile improvements | Henry Cook | 1 | -1/+1 | |
2013-11-25 | Update benchmarks to new privileged ISA | Andrew Waterman | 8 | -159/+33 | |
2013-10-10 | Benchmarks now run in user-mode. | Christopher Celio | 10 | -114/+104 | |
- Jump to main performed by eret. - Nano trap handler added. - FinishTest refactored to perform SYS_exit, placed in util.h. - Only SYS_exit with test_result=1 results in a passed test. - Any other exceptions/syscalls/test_results end program with FAILED test. - PCR status set to S64/U64 if compiled in 64b. | |||||
2013-08-25 | Don't build vector benchmarks for now | Andrew Waterman | 1 | -3/+3 | |
2013-08-23 | Reflect changes to ISA | Andrew Waterman | 16 | -820/+169 | |
Conflicts: isa/Makefile | |||||
2013-07-24 | feature: add autoconf | Sebastien Mirolo | 2 | -7/+1 | |
2013-05-13 | change riscv-isa-run to spike | Yunsup Lee | 1 | -1/+1 | |
2013-04-29 | add benchmarks gitignore | Yunsup Lee | 1 | -0/+6 | |
2013-04-29 | benchmarks initial commit | Yunsup Lee | 71 | -0/+33853 | |