Files
wasmtime/cranelift/codegen
Afonso Bordado b8ad99e435 aarch64: Implement TLS ELF GD Relocations
Implement the `TlsValue` opcode in the aarch64 backend for ELF_GD.

This is a little bit unusual as the default TLS mechanism for aarch64 is TLS Descriptors in other compilers.
However currently we only recognize elf_gd so lets start with that as a TLS implementation.
2021-06-24 12:21:44 +01:00
..
2021-06-09 14:00:13 -05:00
2021-02-18 13:01:01 +01:00
2021-06-15 22:56:10 -05:00

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