aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common
AgeCommit message (Expand)AuthorFilesLines
2015-03-12Update to new privileged specAndrew Waterman3-38/+40
2015-01-09Add LICENSEAndrew Waterman3-0/+6
2014-12-15Remove dependence on machine/syscall.hAndrew Waterman1-1/+2
2014-12-13Initialize static TLS for the benchmarksAndrew Waterman3-12/+33
2014-12-12Add more entropy to matrix multiplication inputAndrew Waterman1-0/+8
2014-12-12Use user stack in supervisor modeAndrew Waterman1-14/+1
2014-12-03Use new toolchain and calling conventionAndrew Waterman2-27/+19
2014-11-07Clean up canonical mt benchmarks and reorganize extra versions in /mt. All ve...Henry Cook1-0/+11
2014-11-06Fix build with riscv-gcc version 4.9Andrew Waterman1-0/+1
2014-11-06Fix TLS in benchmarksAndrew Waterman1-0/+3
2014-09-10Enable interrupts in bmarksChristopher Celio1-6/+5
2014-04-14commit high-performance mm (scalar and vector versions)Yunsup Lee3-18/+14
2014-04-07Add radix sort benchmarkAndrew Waterman2-2/+3
2014-04-03setStats in benchmarks now should set and unset the stats register. Also, rem...Stephen Twigg2-5/+14
2014-03-25Make qsort benchmark more meaningfulAndrew Waterman1-2/+2
2014-02-11Run benchmarks in user modeAndrew Waterman3-49/+186
2014-02-06Clean up benchmarks; support uarch-specific countersAndrew Waterman5-286/+272
2013-11-25Update benchmarks to new privileged ISAAndrew Waterman5-153/+27
2013-10-10Benchmarks now run in user-mode.Christopher Celio2-2/+66
2013-08-23Reflect changes to ISAAndrew Waterman5-796/+147
2013-04-29benchmarks initial commitYunsup Lee8-0/+1379