Files
wasmtime/cranelift/codegen
Trevor Elliott a007e02bd2 Add fixed_nonallocatable constraints when appropriate (#5253)
Plumb the set of allocatable registers through the OperandCollector and use it validate uses of fixed-nonallocatable registers, like %rsp on x86_64.
2022-11-15 12:49:17 -08:00
..
2021-10-10 14:19:08 +02:00
2022-11-06 13:32:34 -06:00
2022-11-06 13:32:34 -06:00

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