Files
wasmtime/cranelift/codegen
Andrew Brown 5f0286696c Add x86 implentation of 8x16 ishl
This involves some large mask tables that may hurt code size but reduce the number of instructions. See https://github.com/WebAssembly/simd/issues/117 for a more in-depth discussion on this.
2020-04-23 10:55:54 -07:00
..
2020-04-23 10:55:54 -07:00
2020-04-03 13:13:37 -07:00
2020-04-23 10:55:54 -07:00
2019-12-07 09:47:43 -08:00
2020-04-15 17:21:28 -07:00

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