bump env
[riscv-tests.git] / isa / rv64si /
2018-08-22 Tim NewsomeMerge branch 'master' of https://github.com/riscv/riscv...
2018-08-21 Srivatsa YogendraChanging the register mstatus is read into (#152)
2018-08-21 Andrew WatermanRevert "Fix to solve the failing tests shamt, csr and...
2018-08-18 Srivatsa YogendraFix to solve the failing tests shamt, csr and scall...
2018-03-21 Andrew WatermanMake misa.C test conform to Hauser proposal
2018-02-27 Andrew WatermanAdd test for clearing misa.C while PC is misaligned...
2017-11-27 Andrew WatermanRename sbadaddr to satp
2017-11-22 Christopher CelioCheck sepc for rv64si/scall test. (#107)
2017-11-12 Andrew WatermanMake sure that code is 4-byte aligned before disabling...
2017-11-10 Andrew WatermanMake rv64mi-p-ecall work when U-mode is not present
2017-11-10 Andrew WatermanUse mstatus.MPP to check existence of U-mode
2017-11-01 Christopher CelioSBREAK test now checks EPC value. (#92)
2017-10-30 Richard XiaDeclare trap handlers as global symbols. (#87)
2017-10-27 Andrew WatermanVerify that mtval/stval is written correctly on misalig...
2017-10-27 Richard XiaFix rv64mi-csr for the case where U-mode is not availab...
2017-09-12 Tim NewsomeMerge pull request #69 from riscv/multicore
2017-09-01 Andrew WatermanImprove ma_fetch test to cover JAL and branches
2017-08-08 Palmer DabbeltMerge pull request #62 from richardxia/only-emit-f...
2017-08-07 Richard Xiarv64[ms]i-csr: Only emit F instructions when compiled...
2017-05-16 Palmer DabbeltMerge pull request #47 from riscv/debug-0.13
2017-05-05 Andrew WatermanCheck UXL in sstatus
2017-05-05 Andrew WatermanTest that superpage PTEs trap when PPN LSBs are set
2017-05-05 Andrew WatermanRegularize control flow in dirty-bit test
2017-04-17 Megan WachsMerge remote-tracking branch 'origin/priv-1.10' into...
2017-03-30 Andrew WatermanExpand dirty-bit test to test MPRV and SUM
2017-03-27 Andrew WatermanSeparate page faults from physical memory access exceptions
2017-03-21 Andrew WatermanAllow supervisor access to user pages in dirty-bit...
2017-03-09 Andrew WatermanPermit flexible dirty-bit behavior
2016-11-01 Andrew WatermanMake sure FP stores don't write memory if mstatus.FS=0.
2016-08-27 Andrew WatermanUpdate to new breakpoint & counter spec
2016-07-22 Howard Maoskip user-mode trap tests in rv32mi/rv64mi-p-csr if...
2016-07-22 Andrew WatermanMove dirty bit test to rv64si directory
2016-07-22 Andrew WatermanMake ma_fetch test robust against code size changes
2016-07-12 Andrew WatermanRemove instruction width assumptions to support RVC
2016-07-08 Andrew WatermanUpdate WFI test for priv v1.9
2016-05-02 Andrew WatermanRemove incorrect M-mode WFI test
2016-05-01 Andrew WatermanERET -> xRET; new memory map
2016-03-15 Andrew WatermanMerge branch 'priv-1.9'
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 WatermanFix ma_fetch to work with or without RVC
2016-03-03 Andrew WatermanWIP on priv spec v1.9
2015-07-05 Andrew WatermanNew M-mode timers
2015-05-19 Andrew WatermanAdd basic WFI test
2015-05-09 Andrew WatermanUpdate to privileged architecture version 1.7
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-17 Andrew WatermanMerge [shm]call into ecall, [shm]ret into eret
2015-03-14 Andrew WatermanAdd PTE dirty bit test
2015-03-13 Andrew WatermanUpdate to new privileged spec
2015-02-19 Andrew WatermanUnify rv32/rv64 timer tests
2015-01-10 Andrew WatermanAdd LICENSE
2015-01-05 Andrew WatermanAvoid deprecated "b" pseudo-op; use "j" instead
2014-12-04 Andrew WatermanMake timer test more thorough
2014-05-08 Andrew WatermanAdd timer interrupt test
2014-02-11 Adam IzraelevitzMerge branch 'master' of github.com:ucb-bar/riscv-tests
2014-02-01 Andrew WatermanAdd rv32si tests, including illegality of shamt[5]
2014-01-31 Andrew WatermanMake CSR test much more robust
2014-01-22 Andrew WatermanAdd CSRRx/CSRRxI test
2013-11-24 Andrew WatermanUpdate to new privileged ISA
2013-08-24 Andrew WatermanReflect changes to ISA
2013-04-24 Yunsup Leecleanup Makefiles in isa
2013-04-22 Yunsup Leeinitial commit