Files
wasmtime/cranelift/codegen
Nick Fitzgerald dd5974654c peepmatic: Make the test-we-can-get-and-rebuild peephole optimizers test work on arm64
This change means that running

    cargo test --features "enable-peepmatic rebuild-peephole-optimizers"

inside `cranelift/codegen` will rebuild peephole optimizers on not only x86_64
but also aarch64.
2020-11-04 12:00:54 -08:00
..
2020-09-23 13:54:02 -05:00

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