riscv-tests.git
2016-05-03 Howard Maoadd empty ISA test
2016-05-02 Andrew WatermanRemove incorrect M-mode WFI test
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-04-06 Andrew WatermanFix expected misa register value for RV32
2016-03-15 Andrew WatermanRework benchmarks to run in M-mode
2016-03-15 Andrew WatermanUpdate .gitignore
2016-03-15 Andrew WatermanMerge branch 'priv-1.9'
2016-03-14 Andrew WatermanMore RV32 tests
2016-03-10 Andrew WatermanAdd missing rv32mi/rv32si tests
2016-03-07 Howard Maorevert install rule to the old correct way
2016-03-03 Andrew WatermanUndo accidental Makefile modification
2016-03-03 Andrew WatermanMake WFI test more strict
2016-03-03 Andrew WatermanSome S-mode tests really only belong in M-mode
2016-03-03 Andrew WatermanMake JALR test sensible in RISC-V, rather than SMIPS
2016-03-03 Andrew WatermanFix ma_fetch to work with or without RVC
2016-03-03 Andrew WatermanWIP on priv spec v1.9
2016-03-03 Andrew WatermanWIP on priv spec v1.9
2016-03-03 Andrew WatermanFix ./configure in root
2016-03-02 Andrew WatermanNegative float -> unsigned int conversions return 0
2016-03-01 Colin SchmidtMerge pull request #8 from riscv/sqrt-171
2016-03-01 Colin Schmidtremove comments now that tests pass
2016-02-29 Andrew WatermanFix capitalization of XLEN variable
2016-02-29 Andrew WatermanStrip big-endian tests
2016-02-27 Palmer DabbeltMerge pull request #10 from riscv/travis-dev
2016-02-27 Colin Schmidtonly build the rv32 bit tests if xlen is 32
2016-02-27 Colin Schmidtremove malloc declaration from dhrystone
2016-02-27 Colin Schmidtallow make variables to be overwritten update configure
2016-02-25 Colin Schmidtadd new failing fsqrt test case
2016-02-24 Howard Maomake install rule copy the right things to the right...
2016-02-24 Howard Maofix install rule
2016-02-18 Palmer DabbeltWhat is the square root of 171?
2016-01-30 Andrew WatermanMerge pull request #7 from riscv/nan2
2016-01-30 Palmer DabbeltTest that fcvt canonicalizes NaNs
2016-01-29 Palmer DabbeltCheck NAN values in fdiv tests
2016-01-13 Andrew WatermanUse new NaN handling for conversions to integer
2016-01-13 Andrew WatermanUse new canonical NaN
2016-01-13 Andrew WatermanWrite 1, not 0, to MIPI
2015-12-14 Howard Maochange la to li as appropriate in test macros
2015-12-04 Andrew WatermanMerge pull request #4 from pmundkur/devel
2015-11-16 Andrew WatermanUpdate IPI test to work with new mechanism
2015-11-06 Andrew Watermanupdate env
2015-10-19 Andrew WatermanAvoid REMU in timer test
2015-09-28 Howard Maofix to riscv_test.h in env
2015-09-24 Andrew WatermanAdd another recoding test
2015-09-21 Andrew WatermanAdd another recoding test case
2015-09-21 Andrew WatermanRemove executable permissions from source files
2015-09-21 Andrew WatermanRemove Hwacha v3 tests
2015-09-20 Andrew WatermanAdd another FP recoding test case
2015-09-16 Andrew WatermanAdd test for FP recoding corner cases
2015-08-06 Prashanth MundkurAdd a top-level make clean target.
2015-08-04 Andrew WatermanUse medany code model, not PIC, for ISA tests
2015-07-17 Yunsup Leedon't pass fpu/vector tests when fpu/vector not present
2015-07-07 Andrew WatermanCoherence torture test for VM tests
2015-07-05 Andrew WatermanNew M-mode timers
2015-07-03 Andrew WatermanFix RV32 handling of syscall arguments
2015-07-01 Christopher... Add _hard_float check in crt.S.
2015-05-19 Andrew WatermanAdd basic WFI test
2015-05-14 Andrew WatermanFix VM, MIP encoding
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-04-13 Andrew WatermanMerge pull request #3 from joerchan/master
2015-04-13 Joakim AnderssonCorrect expected high value of multiplication
2015-04-12 Joakim AnderssonBetter coverage of mul high instructions
2015-04-04 Andrew WatermanRun RV32 tests on spike with --isa=RV32
2015-03-31 Andrew WatermanUpdate env
2015-03-27 Andrew WatermanNew virtual memory implementation (Sv39)
2015-03-25 Yunsup Leesplit out S-mode tests and M-mode tests
2015-03-25 Andrew WatermanDon't assume PRV1/2 and IE1/2 are reset
2015-03-21 Andrew WatermanMerge rv64si and rv32si tests
2015-03-21 Andrew WatermanAdd fdiv test
2015-03-17 Yunsup Leeneed fence before scall for vector mm
2015-03-17 Yunsup Leepush env
2015-03-17 Yunsup Leerelay hwacha cause/aux to scause/sbadaddr
2015-03-17 Andrew WatermanMerge [shm]call into ecall, [shm]ret into eret
2015-03-16 Yunsup Leerevamp vector tests with new privileged spec, and add...
2015-03-14 Andrew WatermanAdd PTE dirty bit test
2015-03-13 Andrew WatermanUse hcall instead of mcall
2015-03-13 Andrew WatermanUpdate to new privileged spec
2015-02-24 Christopher... Added more +/- NaN/inf tests for fcvt.{w/l/wu/lu}....
2015-02-23 Christopher... Added -NaN test for fcvt.{w/h}.s
2015-02-19 Andrew WatermanUnify rv32/rv64 timer tests
2015-02-17 Yunsup Leechange organization to riscv
2015-02-16 Andrew WatermanMake rv64uf-p-ldst test the sign bit, too
2015-02-07 Palmer DabbeltChange submodule pointers to github.com/riscv
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
2015-01-03 Andrew WatermanOn misaligned fetch, EPC = branch target, not source
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-12-04 Andrew WatermanRely on assembler to relax far branches
next