Files
wasmtime/cranelift/codegen
Andrew Brown 999e04a2c4 machinst x64: refactor imports to use rustfmt convention
This change is a pure refactoring--no change to functionality. It removes newlines between the `use ...` statements in the x64 backend so that rustfmt can format them according to its convention. I noticed some files had followed a manual convention but subsequent additions did not seem to fit; this change fixes that and lightly coalesces some of the occurrences of `use a::b; use a::c;` into `use::{b, c}`.
2020-08-04 09:17:54 -07:00
..
2020-07-24 19:29:12 +02:00

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