index
:
sail-riscv.git
epc_legalization
ext_check_phys_mem_alt
fence_noops
gdb
hpm_events
hpm_events_billmcspadden
hpm_events_billmcspadden__sail_error_message_is_terse
master
mem_meta
monads
optimize
priv_1_13
rpsene-patch-install-script-update
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Use C++ Sail output (#1274)
Tim Hutt
1
-2
/
+1
2025-11-18
Split config_print_platform into finer grained options (#1366)
KotorinMinami
1
-1
/
+5
2025-10-15
Add Bfloat16 tests for Zvfbfmin and Zvfbfwma extensions (#1343)
Nadime Barhoumi
1
-1
/
+1
2025-10-14
Simplify trace_log global variable (#1333)
Tim Hutt
1
-3
/
+1
2025-10-13
Use nullptr instead of NULL (#1334)
Tim Hutt
1
-1
/
+1
2025-09-28
Implement JSON schema validation for the configuration. (#1291)
Prashanth Mundkur
1
-2
/
+1
2025-09-07
Consolidate the setting of abstract types in a single function. (#1260)
Prashanth Mundkur
1
-6
/
+2
2025-09-03
Fix macOS first-party test linking (#1256)
Jordan Carlin
1
-0
/
+6
2025-08-25
Add codespell to pre-commit hooks (#1236)
Jordan Carlin
1
-1
/
+1
2025-08-21
Generate config JSON files from a template (#1151)
Ariel Xiong
2
-70
/
+24
2025-07-30
Make vlen a configure-time option (#971)
Tim Hutt
1
-0
/
+2
2025-07-29
Improve command-line argument parsing and help formatting (#1129)
Nadime Barhoumi
1
-2
/
+0
2025-07-25
Update Sail RISC-V Tests download URL (#1169)
Nadime Barhoumi
2
-4
/
+4
2025-07-11
Add risc-v vector extension tests (#1003)
Nadime Barhoumi
782
-278751
/
+147
2025-07-09
Add support for Sail unit tests (#710)
Tim Hutt
4
-0
/
+50
2025-06-27
Change XLEN and FLEN to be configure-time options (#870)
Tim Hutt
2
-14
/
+16
2025-05-22
Fix printf in first party test (#970)
Mingzhu Yan
1
-1
/
+1
2025-05-07
Fix lots of spelling errors (#922)
Jordan Carlin
1
-1
/
+1
2025-04-21
Add prettier pre-commit hook
Jordan Carlin
2
-2
/
+3
2025-04-15
Fix PMP address matching
Tim Hutt
4
-1
/
+200
2025-04-14
Revert "Fix minstreth behaviour"
Tim Hutt
1
-4
/
+3
2025-04-03
Don't print the clang warning message if a gcc cross-compiler is found
Jordan Carlin
1
-3
/
+5
2025-04-02
Fix PMP test
Tim Hutt
1
-1
/
+6
2025-04-02
Replace ad-hoc model configuration with Sail-native configuration
Alasdair Armstrong
2
-3
/
+27
2025-03-31
Fix incorrect behaviour with INT_MAX pmpaddr
Tim Hutt
2
-0
/
+47
2025-03-17
Fix linker script for GNU ld
Tim Hutt
1
-3
/
+7
2025-03-17
Print compiler used for tests
Tim Hutt
1
-0
/
+3
2025-03-07
Add first party C tests
Tim Hutt
13
-2
/
+7278
2025-01-30
Implement CMake build system
Tim Hutt
5
-266
/
+18
2024-09-19
Remove the OCaml emulator
Tim Hutt
1
-50
/
+0
2022-02-16
Run ISA tests in CI (#134)
Jessica Clarke
3
-20
/
+61
2021-11-21
run_tests: Remove stray */ causing "Is a directory" spew
Jessica Clarke
1
-1
/
+1
2021-10-22
Support D extension on RV32 (#108)
Jessica Clarke
2
-10
/
+4
2019-11-27
Add RV32 non-double FP tests to the FP test script.
Prashanth Mundkur
1
-0
/
+17
2019-11-26
Add some missed f/d tests.
Prashanth Mundkur
14
-0
/
+0
2019-11-26
For now, skip F/D tests on OCaml, and D tests on C-32.
Prashanth Mundkur
1
-4
/
+20
2019-11-26
Skip tests for FP doubles on RV32 for now.
Prashanth Mundkur
1
-0
/
+8
2019-11-25
Fix enabled check for F/D extensions to also include mstatus.FS.
Prashanth Mundkur
1
-1
/
+1
2019-11-14
Add a script to just run the fdext tests.
Prashanth Mundkur
1
-0
/
+71
2019-09-12
Add floating-point tests.
Prashanth Mundkur
128
-0
/
+54414
2019-06-27
Fixes for get_perf.py script: fix name of tests directory and cope with uc-p ...
Robert Norton
1
-2
/
+2
2019-04-25
Add missed test files.
Prashanth Mundkur
5
-0
/
+258
2019-02-27
Refresh to latest tests from riscv-tests. The 32-bit -v- elfs still seem bro...
Prashanth Mundkur
471
-3176
/
+4828
2019-02-27
Initial attempt to separate generated files by ARCH. Some backends/rvfi/rmem...
Prashanth Mundkur
1
-17
/
+16
2019-02-25
Enable C rv32 tests.
Prashanth Mundkur
1
-14
/
+26
2019-02-22
Fix address translation bug in ordering of width-extension and shift in pte. ...
Prashanth Mundkur
1
-2
/
+1
2019-02-21
Add rv32 tests from riscv-tests; update test script to enable ocaml rv32.
Prashanth Mundkur
265
-9
/
+94903
2019-01-16
Rename test/tests to test/riscv-tests and add a README indicating their prove...
Prashanth Mundkur
373
-2
/
+4
2019-01-16
Make it clearer that the outer c,ocaml sub-dirs contain supporting files for ...
Prashanth Mundkur
1
-4
/
+4
2019-01-14
Reorganize directory structure.
Prashanth Mundkur
1
-4
/
+4
[next]