Files
wasmtime/cranelift/codegen
Benjamin Bouvier b4a2dd37a4 machinst x64: rename input_to_reg to put_input_to_reg;
Eventually, we should be able to unify this function's implementation
with the aarch64 one; but the latter does much more, and this would
require abstractions brought up in another pending PR#2142.
2020-09-09 18:03:59 +02:00
..
2020-08-07 10:08:44 -07:00
2020-07-24 19:29:12 +02:00
2020-08-18 09:51:35 -07:00

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