Files
wasmtime/cranelift/codegen
Afonso Bordado c82764605f aarch64: Add i128 load & store tests and refactor address calculation
The previous address calculation code had a bug where we tried to
add offsets into a temporary register before defining it, causing
the regalloc to complain.
2021-06-17 15:50:08 +01:00
..
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-02-18 13:01:01 +01:00
2021-06-09 14:00:13 -05:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.