Files
wasmtime/cranelift/codegen
Andrew Brown 16a2538ecd [machinst x64]: rename Inst::XmmUninitializedValue and document
This approach is not the best but avoids an extra instruction; perhaps at some point, as mentioned in https://github.com/bytecodealliance/wasmtime/pull/2248, we will add the extra instruction or refactor things in such a way that this `Inst` variant is unnecessary.
2020-10-02 08:29:31 -07:00
..
2020-09-23 13:54:02 -05:00
2020-09-26 00:49:28 -05:00

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