Files
wasmtime/cranelift/codegen
Chris Fallin f80fe949c6 ARM64 backend, part 2 / 11: remove old ARM64 backend.
This removes the old ARM64 backend completely, leaving only an empty
`arm64` module. The tree at this state will not build with the `arm64`
feature enabled, but that feature has to be enabled explicitly (it is
not default). Subsequent patches will fill in the new backend.
2020-04-11 17:51:06 -07:00
..
2020-04-03 13:13:37 -07:00
2019-12-07 09:47:43 -08:00
2020-04-03 13:13:37 -07:00

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