You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Joshua Nelson 175b9641e0 frontend: Add `entries()` API for Switch (#1358) 5 years ago
..
src frontend: Add `entries()` API for Switch (#1358) 5 years ago
Cargo.toml Bump version to 0.56.0 (#1356) 5 years ago
LICENSE moved crates in lib/ to src/, renamed crates, modified some files' text (#660) 6 years ago
README.md moved crates in lib/ to src/, renamed crates, modified some files' text (#660) 6 years ago

README.md

This crate provides a straightforward way to create a Cranelift IR function and fill it with instructions translated from another language. It contains an SSA construction module that provides convenient methods for translating non-SSA variables into SSA Cranelift IR values via use_var and def_var calls.