Files
wasmtime/lib/cretonne
Dan Gohman 9e4ab7dc86 Rename CallConv::Native to CallConv::SystemV. (#291)
To keep cross-compiling straightforward, Cretonne shouldn't have any
behavior that depends on the host. This renames the "Native" calling
convention to "SystemV", which has a defined meaning for each target,
so that it's clear that the calling convention doesn't change
depending on what host Cretonne is running on.
2018-03-30 12:32:14 -07:00
..
2018-03-05 14:05:13 -08:00
2018-03-18 14:56:30 -07:00
2018-03-28 22:07:26 -07:00

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