Releases: runtimeverification/riscv-semantics
Releases · runtimeverification/riscv-semantics
v0.1.114: Add int-or-bytes-2s simplification rule (#154)
Simp rules 4 zkevm project `SLOAD` --------- Co-authored-by: devops <[email protected]>
v0.1.113: Write symbolic value at symbolic index (#151)
Co-authored-by: devops <[email protected]> Co-authored-by: Jost Berthold <[email protected]>
v0.1.112: Move the `memory` to the end in functions (#148)
Co-authored-by: devops <[email protected]>
v0.1.111: Add division operations for RISC-V semantics (#146)
Implement signed (`/Word`) and unsigned (`/uWord`) division rules in the RISC-V semantics. Update the handling of special cases for division by zero and signed overflow. Refactor test functions to include comprehensive test cases for both division operations, ensuring compliance with RISC-V specifications. - Added rules for `DIV` and `DIVU` instructions in `riscv.md`. - Updated syntax definitions in `word.md` for division operations. - Introduced new test cases for division in `test_functions.py` to validate expected behavior. --------- Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]> Co-authored-by: automergerpr-permission-manager[bot] <190534181+automergerpr-permission-manager[bot]@users.noreply.github.com>
v0.1.110: Simp rule 4 `int2bytes o bytes2int` (#147)
Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.109: Remove redundant requirement for `substr o int2bytes` (#145)
Co-authored-by: Tamás Tóth <[email protected]> Co-authored-by: devops <[email protected]>
v0.1.108: Simp rulle 4 `>> 0` (#142)
Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
v0.1.107: Simp rule 4 complex `(X + Y & 4294967295) + Z & 4294967295` (#140)
Co-authored-by: devops <[email protected]>
v0.1.106: Refine simp rule for `Bytes2Int o Int2Byes` (#139)
Solve the problem in #137. --------- Co-authored-by: devops <[email protected]>
v0.1.105: Add simplification rule for `Bytes2Int &Int 4294967295` (#135)
Co-authored-by: devops <[email protected]>