Files
wasmtime/lib/codegen
bjorn3 5db45d26cc Legalize several i8 insts (#380)
* Legalize several i8 insts

* X86: implement regmove.{i8,i16}

* Legalize bnot

* Remove comments

* Nicer type param binding in legalize.py

* Legalize sdiv_imm.i8

* Hopefully fix mypy error

* Add missing trailing newlines

* Fix tests
2018-07-04 06:31:00 -07:00
..
2018-07-04 06:31:00 -07:00
2018-07-02 15:48:18 -07:00

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