llvm-project/llvm/lib/ExecutionEngine/JITLink
Sunho Kim 3d8061a3be [JITLink][ELF][AArch64] Implement R_AARCH64_MOVW_UABS_G*_NC.
Implements  R_AARCH64_MOVW_UABS_G*_NC fixup edges. These relocation entries can be generated when code is compiled without a PIC flag. With this patch, clang-repl can printf Hello World with ObjectLinkerLayer on aarch64 linux.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D127585
2022-06-14 14:06:59 +09:00
..
CMakeLists.txt Move DWARFRecordSectionSplitter code to its own file 2022-03-15 11:38:25 -07:00
DWARFRecordSectionSplitter.cpp Move DWARFRecordSectionSplitter code to its own file 2022-03-15 11:38:25 -07:00
DefineExternalSectionStartAndEndSymbols.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
EHFrameSupport.cpp [JITLink][EHFrameSupport] Remove CodeAlignmentFactor and DataAlignmentFactor validation. 2022-06-10 15:29:20 +09:00
EHFrameSupportImpl.h [JITLink] Refactor and expand DWARF pointer encoding support. 2022-04-15 12:51:46 -07:00
ELF.cpp [JITLink] Add initial Aarch64 support 2021-09-03 10:48:06 +02:00
ELFLinkGraphBuilder.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
ELFLinkGraphBuilder.h reapply de87238295 "[JITLink] Add anonymous symbols in LinkGraph..." 2022-01-22 20:50:36 +08:00
ELF_aarch64.cpp [JITLink][ELF][AArch64] Implement R_AARCH64_MOVW_UABS_G*_NC. 2022-06-14 14:06:59 +09:00
ELF_riscv.cpp [JITLink] Fix -Wparentheses warning in R_RISCV_SUB6 case. 2022-03-15 14:13:28 +00:00
ELF_x86_64.cpp [JITLink] Refactor and expand DWARF pointer encoding support. 2022-04-15 12:51:46 -07:00
JITLink.cpp [JITLink][RISCV] Refactor range checking and alignment checking 2022-03-09 22:13:57 +08:00
JITLinkGeneric.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
JITLinkGeneric.h [llvm] Remove unused forward declarations (NFC) 2022-01-07 20:00:34 -08:00
JITLinkMemoryManager.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MachO.cpp
MachOLinkGraphBuilder.cpp [JITLink][MachO] Fix alignment bug in the c-string literal section graphifier. 2022-04-05 17:38:54 -07:00
MachOLinkGraphBuilder.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
MachO_arm64.cpp [JITLink][AArch64] Unify table managers of ELF and MachO. 2022-06-14 13:16:03 +09:00
MachO_x86_64.cpp [C-API][ORC] Add LLVMOrcExecutionSessionLookup -- generic async symbol lookup. 2022-06-13 16:37:35 -07:00
MemoryFlags.cpp Re-apply e50aea58d5, "Major JITLinkMemoryManager refactor". with fixes. 2021-10-11 21:39:00 -07:00
PerGraphGOTAndPLTStubsBuilder.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
aarch64.cpp [JITLink][AArch64] Implement MoveWide16 generic edge. 2022-06-14 13:51:47 +09:00
riscv.cpp [JITLink] Add R_RISCV_SUB6 relocation 2022-03-01 01:45:03 +08:00
x86_64.cpp Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00