aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25Update benchmarks to new privileged ISAAndrew Waterman8-159/+33
2013-10-10Benchmarks now run in user-mode.Christopher Celio10-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-25Don't build vector benchmarks for nowAndrew Waterman1-3/+3
2013-08-23Reflect changes to ISAAndrew Waterman16-820/+169
Conflicts: isa/Makefile
2013-07-24feature: add autoconfSebastien Mirolo2-7/+1
2013-05-13change riscv-isa-run to spikeYunsup Lee1-1/+1
2013-04-29add benchmarks gitignoreYunsup Lee1-0/+6
2013-04-29benchmarks initial commitYunsup Lee71-0/+33853