Files
wasmtime/cranelift/codegen
Joey Gouly eec60c9b06 arm64: Use SignedOffset rather than PreIndexed addressing mode for callee-saved registers
This also passes `fixed_frame_storage_size` (previously `total_sp_adjust`)
into `gen_clobber_save` so that it can be combined with other stack
adjustments.

Copyright (c) 2020, Arm Limited.
2020-10-02 16:22:55 +01:00
..
2020-09-23 13:54:02 -05:00
2020-09-26 00:49:28 -05:00

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