llvm-project/lld/test
Daniel Bertalan d1e40f4d58 [lld-macho] Add LOH_ARM64_ADRP_ADD_LDR optimization hint support
This hint instructs the linker to optimize an adrp+add+ldr sequence used
for loading from a local symbol's address by loading directly if it's
close enough, or with an adrp(p)+ldr sequence if it's not.

This transformation is the same as what's done for ADRP_LDR_GOT_LDR when
the symbol is local. The logic for acting on this hint is therefore
moved to a new function which will be called from the existing
applyAdrpLdrGotLdr() function.

Differential Revision: https://reviews.llvm.org/D130505
2022-07-28 10:45:28 +02:00
..
COFF [llvm-objdump,ARM] Add PrettyPrinters for Arm and AArch64. 2022-07-26 09:35:30 +01:00
ELF [ELF][test] Fix compressed-debug-level.test with zlib-ng 2022-07-27 11:18:20 -07:00
MachO [lld-macho] Add LOH_ARM64_ADRP_ADD_LDR optimization hint support 2022-07-28 10:45:28 +02:00
MinGW [LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixed 2022-06-15 16:51:20 +03:00
wasm [lld][WebAssembly] Don't apply data relocations at static constructor time 2022-06-27 15:50:02 -07:00
CMakeLists.txt [BUILD] Add missed CMakeLists.txt change from dfb77f2 2022-07-05 16:04:58 +01:00
lit.cfg.py [LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force LLD to crash 2022-07-05 09:43:09 +01:00
lit.site.cfg.py.in Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00