Fix test_32 on 64-bit targets.
[riscv-tests.git] / benchmarks /
2016-07-19 Andrew WatermanDefault to XLEN=64 when building in-place
2016-07-12 Palmer DabbeltAdd a "--with-xlen" configure argument (#16)
2016-07-12 Andrew WatermanRemove deprecated uarch counters; support RVC for bench...
2016-07-08 Andrew WatermanDon't use FPU in benchmarks that don't need to use...
2016-07-07 Andrew WatermanDelete unused benchmark
2016-05-25 Andrew WatermanKeep tohost/fromhost at deterministic address
2016-05-22 Andrew WatermanUse -mcmodel=medany, not -fpie
2016-05-05 Andrew Watermanspeed up mt-matmul and spmv tests
2016-05-04 Andrew WatermanSpeed up benchmarks that take a long time to run
2016-05-04 Howard Maoget rid of empty benchmark
2016-05-03 Howard Maoadd empty benchmark
2016-05-02 Andrew WatermanStop using tohost/fromhost registers
2016-05-01 Andrew WatermanERET -> xRET; new memory map
2016-04-06 Andrew WatermanDon't use stats register; refer to uarch counters by...
2016-03-15 Andrew WatermanRework benchmarks to run in M-mode
2016-03-15 Andrew WatermanMerge branch 'priv-1.9'
2016-03-03 Andrew WatermanWIP on priv spec v1.9
2016-03-03 Andrew WatermanFix ./configure in root
2016-03-01 Colin SchmidtMerge pull request #8 from riscv/sqrt-171
2016-02-27 Palmer DabbeltMerge pull request #10 from riscv/travis-dev
2016-02-27 Colin Schmidtremove malloc declaration from dhrystone
2016-02-27 Colin Schmidtallow make variables to be overwritten update configure
2015-12-04 Andrew WatermanMerge pull request #4 from pmundkur/devel
2015-09-21 Andrew WatermanRemove Hwacha v3 tests
2015-07-03 Andrew WatermanFix RV32 handling of syscall arguments
2015-07-01 Christopher CelioAdd _hard_float check in crt.S.
2015-05-09 Andrew WatermanUpdate to privileged architecture version 1.7
2015-05-01 Andrew WatermanFix dhrystone timing code
2015-05-01 Andrew WatermanMake dhrystone report correct-ish numbers
2015-04-21 Andrew WatermanDon't rely on reset values of MSTATUS_UA/SA
2015-04-21 Andrew WatermanFix benchmark compilation/execution on RV32
2015-03-17 Yunsup Leeneed fence before scall for vector mm
2015-03-17 Andrew WatermanMerge [shm]call into ecall, [shm]ret into eret
2015-03-13 Andrew WatermanUpdate to new privileged spec
2015-01-27 Andrew WatermanFix matmul performance on gcc 4.9
2015-01-10 Andrew WatermanAdd LICENSE
2015-01-05 Andrew WatermanAvoid deprecated "b" pseudo-op; use "j" instead
2014-12-18 Henry Cookminor mt updates
2014-12-16 Andrew WatermanRemove dependence on machine/syscall.h
2014-12-13 Andrew WatermanInitialize static TLS for the benchmarks
2014-12-13 Andrew WatermanAdd more entropy to matrix multiplication input
2014-12-13 Andrew WatermanUse user stack in supervisor mode
2014-12-04 Andrew WatermanUse new toolchain and calling convention
2014-11-12 Henry Cookblocked mt-matmul
2014-11-08 Henry Cookforgot barrier in mt-matmul
2014-11-08 Henry CookClean up canonical mt benchmarks and reorganize extra...
2014-11-07 Andrew WatermanFix build with riscv-gcc version 4.9
2014-11-07 Andrew WatermanFix TLS in benchmarks
2014-09-10 Christopher CelioEnable interrupts in bmarks
2014-04-15 Yunsup Leecommit high-performance mm (scalar and vector versions)
2014-04-07 Andrew WatermanAdd radix sort benchmark
2014-04-03 Stephen TwiggsetStats in benchmarks now should set and unset the...
2014-03-26 Andrew WatermanMake qsort input size more reasonable
2014-03-26 Andrew WatermanMake qsort benchmark more meaningful
2014-02-23 Eric LoveSort fixes: support for repeated trials.
2014-02-20 Eric LoveMerge commit '0661b47765081c710af3df66ec698aa58ff14d5d'
2014-02-20 Eric LoveAdded TAV sort benchmarks
2014-02-12 Andrew WatermanRun benchmarks in user mode
2014-02-11 Adam IzraelevitzMerge branch 'master' of github.com:ucb-bar/riscv-tests
2014-02-06 Andrew WatermanClean up benchmarks; support uarch-specific counters
2014-02-05 Quan NguyenAdd Stephen's vector FFT code
2014-02-01 Henry CookMinor Makefile improvements
2013-11-25 Andrew WatermanUpdate benchmarks to new privileged ISA
2013-10-10 Christopher CelioMerge branch 'master' of github.com:ucb-bar/riscv-tests
2013-10-10 Christopher CelioBenchmarks now run in user-mode.
2013-08-25 Andrew WatermanDon't build vector benchmarks for now
2013-08-24 Andrew WatermanReflect changes to ISA
2013-08-24 Sebastien MiroloMerge pull request #1 from smirolo/configure
2013-08-12 Sebastien MiroloMerge branch 'master' of git://github.com/ucb-bar/riscv...
2013-07-24 Sebastien Mirolofeature: add autoconf
2013-05-14 Yunsup Leechange riscv-isa-run to spike
2013-04-30 Yunsup Leeadd benchmarks gitignore
2013-04-30 Yunsup Leebenchmarks initial commit