aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-02Remove incorrect M-mode WFI testAndrew Waterman3-18/+0
2016-05-02Stop using tohost/fromhost registersAndrew Waterman4-10/+31
2016-04-30ERET -> xRET; new memory mapAndrew Waterman22-1201/+152
2016-04-06Don't use stats register; refer to uarch counters by numberAndrew Waterman2-15/+10
2016-04-06Fix expected misa register value for RV32Andrew Waterman1-1/+1
2016-03-14Rework benchmarks to run in M-modeAndrew Waterman6-32/+24
2016-03-14Update .gitignoreAndrew Waterman1-0/+1
2016-03-14Merge branch 'priv-1.9'Andrew Waterman31-363/+320
2016-03-14More RV32 testsAndrew Waterman5-10/+76
2016-03-10Add missing rv32mi/rv32si testsAndrew Waterman8-3/+43
2016-03-07revert install rule to the old correct wayHoward Mao1-2/+2
2016-03-03Undo accidental Makefile modificationAndrew Waterman1-1/+1
2016-03-03Make WFI test more strictAndrew Waterman2-7/+5
2016-03-03Some S-mode tests really only belong in M-modeAndrew Waterman13-193/+135
2016-03-03Make JALR test sensible in RISC-V, rather than SMIPSAndrew Waterman2-121/+18
2016-03-03Fix ma_fetch to work with or without RVCAndrew Waterman1-8/+18
2016-03-03WIP on priv spec v1.9Andrew Waterman2-4/+4
2016-03-03WIP on priv spec v1.9Andrew Waterman8-33/+37
2016-03-03Fix ./configure in rootAndrew Waterman4-27/+30
2016-03-01Negative float -> unsigned int conversions return 0Andrew Waterman1-17/+17
2016-02-29Merge pull request #8 from riscv/sqrt-171Colin Schmidt1-0/+5
2016-02-29remove comments now that tests passsqrt-171Colin Schmidt1-2/+0
2016-02-28Fix capitalization of XLEN variableAndrew Waterman1-1/+1
2016-02-28Strip big-endian testsAndrew Waterman4-24/+0
2016-02-27Merge pull request #10 from riscv/travis-devPalmer Dabbelt5-103/+302
2016-02-27only build the rv32 bit tests if xlen is 32Colin Schmidt1-0/+3
2016-02-27remove malloc declaration from dhrystoneColin Schmidt1-1/+0
2016-02-27allow make variables to be overwritten update configureColin Schmidt4-102/+299
2016-02-24add new failing fsqrt test caseColin Schmidt1-0/+3
2016-02-23make install rule copy the right things to the right placesHoward Mao1-4/+8
2016-02-23fix install ruleHoward Mao1-0/+1
2016-02-18What is the square root of 171?Palmer Dabbelt1-0/+4
2016-01-29Merge pull request #7 from riscv/nan2Andrew Waterman3-0/+23
2016-01-29Test that fcvt canonicalizes NaNsPalmer Dabbelt1-0/+12
2016-01-29Check NAN values in fdiv testsPalmer Dabbelt2-0/+11
2016-01-12Use new NaN handling for conversions to integerAndrew Waterman1-4/+4
2016-01-12Use new canonical NaNAndrew Waterman1-0/+4
2016-01-12Write 1, not 0, to MIPIAndrew Waterman1-1/+1
2015-12-14change la to li as appropriate in test macrosHoward Mao1-2/+2
2015-12-04Merge pull request #4 from pmundkur/develAndrew Waterman1-1/+6
2015-11-16Update IPI test to work with new mechanismAndrew Waterman1-17/+3
2015-11-06update envAndrew Waterman1-5/+5
2015-10-19Avoid REMU in timer testAndrew Waterman1-2/+7
2015-09-28fix to riscv_test.h in envHoward Mao1-5/+5
2015-09-24Add another recoding testAndrew Waterman1-0/+9
2015-09-21Add another recoding test caseAndrew Waterman1-0/+8
2015-09-20Remove executable permissions from source filesAndrew Waterman32-0/+0
2015-09-20Remove Hwacha v3 testsAndrew Waterman130-42135/+21
2015-09-20Add another FP recoding test caseAndrew Waterman1-6/+20
2015-09-16Add test for FP recoding corner casesAndrew Waterman2-1/+37