aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ui
AgeCommit message (Expand)AuthorFilesLines
2023-02-27rv32ui test misaligned load/store data (#459)Jesse Taube1-5/+1
2022-09-27rv64ui test misaligned load/store data (#410)John Ingalls2-0/+388
2022-06-06Revert unaligned tests.Tim Newsome2-50/+0
2022-06-06Test unaligned ld accesses.Tim Newsome1-0/+27
2022-06-06Add unaligned test cases for lwTim Newsome1-0/+23
2020-11-20Only attempt to build tests supported by compilerAndrew Waterman1-2/+0
2020-10-19use registers present on rv32e (#299)Sandeep Rajendran1-4/+4
2020-03-21Move self-modifying 'fence.i' ops to .data memory section (#269)WRansohoff1-6/+14
2020-03-16Add a test case rs = rd to jalr.S (#258)Takahiro1-0/+16
2019-03-17Rename TEST_SRL to TEST_SRLI to avoid conflicts with another TEST_SRL (#183)Pavel I. Kryukov1-18/+18
2019-01-26Fix comments for shift amount. (#177)takeoverjp3-3/+3
2018-09-08RV64 s{ll,ra,rl}w tests with non-canonical valuesTommy Thorn6-0/+42
2018-04-09Fix #120: Instructions 'sll' are replaced with 'slli' in rv64ui/slli.S (#121)Andrei Tatarnikov1-3/+3
2017-11-11Make sure that code is 4-byte aligned before disabling rvc (#100)Andrew Waterman1-0/+1
2017-03-21Avoid x3 (gp), which is now TESTNUMAndrew Waterman12-74/+74
2016-12-06avoid non-standard predefined macrosAndrew Waterman4-4/+4
2016-08-31Change accidental use of SLTIU in SLTI tests (#26)Brett Cannon1-1/+1
2016-08-30Share code between rv32ui and rv64ui testsAndrew Waterman5-66/+84
2016-07-22Move dirty bit test to rv64si directoryAndrew Waterman3-59/+1
2016-07-22Simplify fence.i test for RVCAndrew Waterman1-10/+10
2016-07-11Remove instruction width assumptions to support RVCAndrew Waterman2-0/+4
2016-07-11Remove vestigial j instruction test; improve jal testAndrew Waterman3-62/+12
2016-06-22separate ua and um tests from ui testssplit-isa-testsHoward Mao33-1829/+0
2016-05-22Enable LR/SC tests, even for uniprocessorsAndrew Waterman2-3/+2
2016-04-30ERET -> xRET; new memory mapAndrew Waterman1-3/+1
2016-03-03Make JALR test sensible in RISC-V, rather than SMIPSAndrew Waterman1-37/+15
2016-02-28Strip big-endian testsAndrew Waterman2-12/+0
2015-09-20Remove Hwacha v3 testsAndrew Waterman1-17/+1
2015-03-16revamp vector tests with new privileged spec, and add scalar pt testsYunsup Lee1-12/+13
2015-03-12Update to new privileged specAndrew Waterman2-14/+18
2015-01-09Add LICENSEAndrew Waterman86-0/+172
2014-11-06Don't access memory outside of the binary's rangeAndrew Waterman18-1/+19
2014-04-18Added a new test case to REMW.Christopher Celio1-0/+1
2014-02-10Revert to old AUIPC definitionAndrew Waterman1-10/+6
2014-01-31Shrink hex dumpsAndrew Waterman18-19/+1
2014-01-31Reference TESTNUM instead of x28 directlyAndrew Waterman3-4/+4
2014-01-16Make LR/SC test more thoroughAndrew Waterman1-19/+32
2013-10-18revamp pt tests as wellYunsup Lee1-1/+1
2013-10-18hwacha virtual tests workingYunsup Lee1-1/+1
2013-10-17add passing physical vector tests back inYunsup Lee1-1/+1
2013-09-21Re-enable virtual memory testsAndrew Waterman1-1/+1
2013-09-21New AUIPC semanticsAndrew Waterman1-6/+12
2013-09-11Add AMOXOR testAndrew Waterman3-2/+128
2013-08-23Reflect changes to ISAAndrew Waterman1-1/+1
2013-07-25Remove JALR static hintsAndrew Waterman3-173/+1
2013-05-16add failing multiply testYunsup Lee1-0/+3
2013-04-24cleanup Makefiles in isaYunsup Lee2-151/+52
2013-04-22initial commitYunsup Lee87-0/+5819