Files
wasmtime/cranelift/codegen
Ryan Hunt c360007b19 Drop 'basic-blocks' feature (#1363)
* All: Drop 'basic-blocks' feature

This makes it so that 'basic-blocks' cannot be disabled and we can
start assuming it everywhere.

* Tests: Replace non-bb filetests with bb version

* Tests: Adapt solver-fixedconflict filetests to use basic blocks
2020-01-23 22:36:06 -07:00
..
2020-01-17 14:33:52 -08:00
2020-01-23 22:36:06 -07:00
2019-12-07 09:47:43 -08:00
2020-01-23 22:36:06 -07:00

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