Releases: runtimeverification/riscv-semantics
Releases · runtimeverification/riscv-semantics
v0.1.84: Add simp rules for `Bytes2Int o |Int o Bytes2Int` (#109)
Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.83
simplify patterns `Bytes2Int o <<Int` & `Bytes2Int o >>Int` & chop (#…
v0.1.82: Add simp rules for `replaceAtBytes` (#112)
Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.81: Add simp rules for `substrBytes(A +Bytes B, I, J)` (#110)
Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.80: Update dependency: deps/k_release (#113)
- Includes update to how to build an `APRProofShow` so that it doesn't need a `KPrint` anymore, just a `KDefinition`. https://github.com/runtimeverification/k/pull/4808 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]>
v0.1.79: Update dependency: deps/k_release (#99)
Update `kframework` to `7.1.256`. --------- Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.78: Simplify pattern `Bytes2Int o substrBytes &Int 65280` (#105)
Co-authored-by: devops <[email protected]>
v0.1.77: Add simp rule to eliminate `SignExtend` (#100)
Co-authored-by: devops <[email protected]>
v0.1.76: Tackle unexpected pattern for `pickfront` and `dropfront`. (#98)
Co-authored-by: devops <[email protected]>
v0.1.75: Add simp rule for `<<Int o <<Int` (#106)
Co-authored-by: devops <[email protected]>