Files
wasmtime/cranelift/codegen
Alex Crichton ef8ea644f4 aarch64: Migrate {s,u}{sub,add}_sat to ISLE (#3551)
These were pretty straightforward! Only needed a single `rule` per
instruction with a new 128-bit vector type matcher.
2021-11-19 12:59:06 -06:00
..
2021-10-10 14:19:08 +02:00
2021-11-17 13:04:17 -08:00
2021-11-17 13:04:17 -08:00

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