llvm-project/llvm/lib/ExecutionEngine/JITLink
Lang Hames 6d8438314f [JITLink] Hook up prebuilt cache in DWARFRecordSectionSplitter::processBlock.
DWARFRecordSectionSplitter pre-builds a splitBlock cache, but wasn't passing it
to the call to splitBlock. This was an oversight in the original patch.
2022-07-19 15:03:14 -07:00
..
CMakeLists.txt [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
COFF.cpp [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
COFFLinkGraphBuilder.cpp Ensure newlines at the end of files (NFC) 2022-07-17 15:37:45 -07:00
COFFLinkGraphBuilder.h [JITLink][COFF] Fix compiler warnings. 2022-07-13 04:29:05 +09:00
COFF_x86_64.cpp [JITLink][COFF] Fix compiler warnings. 2022-07-13 04:29:05 +09:00
DWARFRecordSectionSplitter.cpp [JITLink] Hook up prebuilt cache in DWARFRecordSectionSplitter::processBlock. 2022-07-19 15:03:14 -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 Reapply 51c705fbe5, "[JITLink] Include LinkGraph name in...", with fixes. 2022-07-09 09:33:04 -07:00
EHFrameSupportImpl.h [JITLink] Refactor and expand DWARF pointer encoding support. 2022-04-15 12:51:46 -07:00
ELF.cpp
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 [ORC][ORC_RT][AArch64] Implement TLS descriptor in ELFNixPlatform. 2022-07-06 20:12:22 +09:00
ELF_riscv.cpp [JITLink][RISCV] Ignore R_RISCV_RELAX and check R_RISCV_ALIGN 2022-07-06 18:09:19 +02:00
ELF_x86_64.cpp [JITLink][ELF] Log enum name of unsupported relocation type. 2022-06-15 23:26:29 +09:00
JITLink.cpp [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09: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] Rename PointerToGOT and fix typo. 2022-07-09 08:09:23 -07: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] Rename PointerToGOT and fix typo. 2022-07-09 08:09:23 -07: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