Files
wasmtime/cranelift/codegen
Chris Fallin 964c6087bd MachInst backend: attach SourceLoc span information to all ranges.
Previously, the SourceLoc information transferred in `VCode` only
included PC-spans for non-default SourceLocs. I realized that the
invariant we're supposed to keep here is that every PC is covered; if no
source information, just use `SourceLoc::default()`.

This was spurred by @bjorn3's comment in #1575 (thanks!).
2020-04-30 15:40:55 -07:00
..
2020-04-03 13:13:37 -07:00
2019-12-07 09:47:43 -08:00
2020-04-29 13:38:30 +02:00

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