| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-22 | Clean up benchmarks build | Andrew Waterman | 1 | -0/+5 | |
| 2017-03-21 | Remove smips/host-debugging cruft | Andrew Waterman | 1 | -50/+0 | |
| 2016-07-07 | Don't use FPU in benchmarks that don't need to use the FPU | Andrew Waterman | 1 | -2/+0 | |
| 2016-03-14 | Rework benchmarks to run in M-mode | Andrew Waterman | 1 | -2/+2 | |
| This broadens their utility and lets them use the M-mode counters directly. | |||||
| 2015-01-09 | Add LICENSE | Andrew Waterman | 1 | -0/+2 | |
| 2014-12-12 | Add more entropy to matrix multiplication input | Andrew Waterman | 1 | -0/+8 | |
| This will exercise the floating-point units more thoroughly. | |||||
| 2014-11-07 | Clean up canonical mt benchmarks and reorganize extra versions in /mt. All ↵ | Henry Cook | 1 | -0/+11 | |
| versions support support at least 1/2/4 threads. | |||||
| 2014-04-14 | commit high-performance mm (scalar and vector versions) | Yunsup Lee | 1 | -5/+3 | |
| 2014-04-07 | Add radix sort benchmark | Andrew Waterman | 1 | -0/+2 | |
| 2014-04-03 | setStats in benchmarks now should set and unset the stats register. Also, ↵ | Stephen Twigg | 1 | -4/+0 | |
| removed legacy SET_STATS macro. | |||||
| 2014-03-25 | Make qsort benchmark more meaningful | Andrew Waterman | 1 | -2/+2 | |
| Before, we were sorting a sorted array :\ | |||||
| 2014-02-06 | Clean up benchmarks; support uarch-specific counters | Andrew Waterman | 1 | -34/+94 | |
| 2013-11-25 | Update benchmarks to new privileged ISA | Andrew Waterman | 1 | -1/+1 | |
| 2013-10-10 | Benchmarks now run in user-mode. | Christopher Celio | 1 | -1/+29 | |
| - 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-04-29 | benchmarks initial commit | Yunsup Lee | 1 | -0/+32 | |
