Files
wasmtime/cranelift/codegen
Jakub Krauz f6a140a662 arm32 codegen
This commit adds arm32 code generation for some IR insts.
Floating-point instructions are not supported, because regalloc
does not allow to represent overlapping register classes,
which are needed by VFP/Neon.

There is also no support for big-endianness, I64 and I128 types.
2020-09-22 12:49:42 +02:00
..
2020-09-21 14:50:59 +02:00
2020-07-24 19:29:12 +02:00
2020-09-22 12:49:42 +02:00
2020-09-15 11:40:09 -07:00

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