Skip to content

Releases: riscv-non-isa/riscv-arch-test

3.8.2.3

20 Nov 01:34
eb0a389
Compare
Choose a tag to compare

-Fixed typo in regex in 3.8.2.2

3.8.2.2

19 Nov 09:14
ede040f
Compare
Choose a tag to compare
  • Restored *RV32 Check ISA attributes to RV32IM test cases where they were dropped in 3.8.2. Missed these on 3.8.2.1.

3.8.2.1

15 Nov 16:59
9f9bdd6
Compare
Choose a tag to compare
  • Restored *RV64 Check ISA attributes to RV64IM test
    cases where they were dropped in 3.8.2. Similar to 3.7.5

3.8.2

15 Nov 06:01
c5ec8ba
Compare
Choose a tag to compare
  • Added "most negative number divided by -1" case for RV64IM and RV32IM in remw, divw, div and rem tests

3.8.1

10 Nov 06:11
b0071d2
Compare
Choose a tag to compare
  • Updated trap handler to avoid using mstatush when used for Priv Arch 1.11
  • Updated GOTO_Lower_Mode macro to adjust the save area when switching to Umode.

3.8.0

27 Oct 16:38
f484d91
Compare
Choose a tag to compare
  • Updated trap handler to handle delegated exceptions in S-mode for both bare and virtual modes.
  • Added Hypervisor mode support in Trap handler
  • Updated the save area within the trap handler file.
  • Improved CSR Rename macro for code clarity.

3.7.5

16 Oct 17:17
544665f
Compare
Choose a tag to compare

Add missing check ISA fields in recently modified div and amo tests

3.7.4

04 Oct 20:21
47cc654
Compare
Choose a tag to compare
  • Fix typos in CONTRIBUTION.md

3.7.3

01 Oct 06:13
a5a49fc
Compare
Choose a tag to compare
  • Added test RV32i_m/div-01.S and RV64i_m/div-01.S tests.
  • Added tests for resolving missing coverage issue of harcoded registersissue #306

3.7.2

28 Sep 04:56
f3c8300
Compare
Choose a tag to compare
  • Modified macros to allow assembling tests with LLVM 18+