aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22separate ua and um tests from ui testssplit-isa-testsHoward Mao60-165/+59
2016-06-22split up rv64uf and rv64ud isa testsHoward Mao28-251/+670
2016-06-17Fix breakpoint test when only one breakpoint presentAndrew Waterman1-1/+8
2016-06-17bump envAndrew Waterman1-5/+5
2016-06-14rv32ui: sh: Added side effect test (#14)Sebastian Bøe1-0/+18
From the test comment: sh to a word aligned address should only affect the 2 lower bytes and should leave the 2 upper bytes unmodified. In this test we write 2 bytes to the lower 2 bytes of the word tdat11 and then ensure that the both the upper 2 bytes and lower 2 bytes are as expected.
2016-06-10Test more than one breakpoint at a time, if presentAndrew Waterman1-44/+68
2016-06-09Update breakpoint specAndrew Waterman2-8/+23
2016-06-08Don't arm breakpoint before setting break addressAndrew Waterman1-12/+11
2016-06-08Add HW breakpoint testAndrew Waterman3-5/+103
2016-05-25Keep tohost/fromhost at deterministic addressAndrew Waterman4-15/+20
2016-05-22Enable LR/SC tests, even for uniprocessorsAndrew Waterman4-6/+4
2016-05-22Use -mcmodel=medany, not -fpieAndrew Waterman1-1/+1
We shouldn't generate a GOT.
2016-05-04speed up mt-matmul and spmv testsAndrew Waterman5-11059/+5741
2016-05-04Speed up benchmarks that take a long time to runAndrew Waterman6-22089/+10579
2016-05-03get rid of empty benchmarkHoward Mao3-55/+0
2016-05-03get rid of empty asm testHoward Mao3-30/+0
2016-05-03Update env, fixing multicore VM testsAndrew Waterman1-5/+8
2016-05-03add empty benchmarkHoward Mao3-0/+55
2016-05-03add empty ISA testHoward Mao3-0/+30
2016-05-02Remove incorrect M-mode WFI testAndrew Waterman3-18/+0
MSIP isn't supposed to be writable locally!
2016-05-02Stop using tohost/fromhost registersAndrew Waterman4-10/+31
2016-04-30ERET -> xRET; new memory mapAndrew Waterman22-1201/+152
For now, we no longer build hex files, because the programs don't start at address 0. This decision will likely be revisited.
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
This broadens their utility and lets them use the M-mode counters directly.
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
This Makefile is still super ghetto!
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
What is the square root of 171?
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
These tests will likely never support non-standard big-endian systems.
2016-02-27Merge pull request #10 from riscv/travis-devPalmer Dabbelt5-103/+302
Support multi configuration travis builds
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
it was unused and causing issues when building with the linux toolchain
2016-02-27allow make variables to be overwritten update configureColin Schmidt4-102/+299
configure now respects the host flag, rather than hardcoding the risc-v compiler
2016-02-24add new failing fsqrt test caseColin Schmidt1-0/+3
when using testfloat the correct format is input output unknown value This comment requested by palmer
2016-02-23make install rule copy the right things to the right placesHoward Mao1-4/+8
2016-02-23fix install ruleHoward Mao1-0/+1