Skip to content

Tags: libriscv/godot-sandbox

Tags

v0.36

Toggle v0.36's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Update to latest libriscv with new guest datatypes

v0.35

Toggle v0.35's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Use the local cache when a callsite is unknown

v0.34

Toggle v0.34's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Update libriscv with more accurate best-effort symbol lookup

v0.33

Toggle v0.33's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Update README

v0.32

Toggle v0.32's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Fix C++ API compiler flags for C sources

v0.31

Toggle v0.31's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Make failing loading/compiling binary translations into warnings

v0.30

Toggle v0.30's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Try using argument type directly for class_name for public API

v0.29

Toggle v0.29's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Allow up to 11 unboxed arguments, relaxing max 7 args rule

The arguments are correctly spread over integral and FP registers, and a final check is done at the end to verify limits

v0.28

Toggle v0.28's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Remove elf_hint argument to get_hotspots() and make total first argument

v0.27

Toggle v0.27's commit message

Verified

This commit was signed with the committer’s verified signature.
fwsGonzo Alf-André Walla
Add more Node methods and improve existing ones