llvm-project/llvm/lib/ExecutionEngine/JITLink
Lang Hames 06c4634483 [JITLink] Sink ELFX86RelocationKind into implementation file (ELF_x86_64.cpp).
The ELF/x86-64 backend uses the generic x86_64 edges now, so the
ELFX86RelocationKind is just an implementation detail.
2022-09-01 13:36:49 -07:00
..
CMakeLists.txt Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship. 2022-08-15 18:44:43 -07:00
COFF.cpp
COFFDirectiveParser.cpp [JITLInk][COFF] Remove unnecessary unique_ptr. (NFC) 2022-07-31 08:08:19 +09:00
COFFDirectiveParser.h [ExecutionEngine] Ensure newlines at the end of files (NFC) 2022-07-31 15:16:58 -07:00
COFFLinkGraphBuilder.cpp [ExecutionEngine] Ensure newlines at the end of files (NFC) 2022-07-31 15:16:58 -07:00
COFFLinkGraphBuilder.h [JITLink][COFF] Handle COMDAT symbol with offset. 2022-07-31 09:09:48 +09:00
COFFOptions.td [JITLink][COFF] Implement include/alternatename linker directive. 2022-07-31 07:49:59 +09:00
COFF_x86_64.cpp [JITLink][COFF][x86_64] Stub SECREL relocation to external symbol. 2022-08-11 15:12:25 +09:00
DWARFRecordSectionSplitter.cpp
DefineExternalSectionStartAndEndSymbols.h
EHFrameSupport.cpp [JITLink] Fix some missing std::moves. 2022-08-14 11:42:26 -07:00
EHFrameSupportImpl.h
ELF.cpp Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship. 2022-08-15 18:44:43 -07:00
ELFLinkGraphBuilder.cpp
ELFLinkGraphBuilder.h
ELF_aarch64.cpp
ELF_i386.cpp Ensure newlines at the end of files (NFC) 2022-08-20 21:18:23 -07:00
ELF_riscv.cpp
ELF_x86_64.cpp [JITLink] Sink ELFX86RelocationKind into implementation file (ELF_x86_64.cpp). 2022-09-01 13:36:49 -07:00
JITLink.cpp
JITLinkGeneric.cpp Revert "[JITLink] Fix some C++17 related fixmes." 2022-08-07 12:15:59 -07:00
JITLinkGeneric.h [JITLink] Relax zero-fill edge assertions. 2022-07-31 08:34:10 +09:00
JITLinkMemoryManager.cpp
MachO.cpp
MachOLinkGraphBuilder.cpp [JITLink][MachO] Add support for non-subsections-via-symbols objects. 2022-08-17 15:55:42 -07:00
MachOLinkGraphBuilder.h [JITLink][MachO] Add support for non-subsections-via-symbols objects. 2022-08-17 15:55:42 -07:00
MachO_arm64.cpp [JITLink] Add eh-frame CFI inspector, fix crash on malformed FDEs. 2022-08-14 10:49:26 -07:00
MachO_x86_64.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
MemoryFlags.cpp
PerGraphGOTAndPLTStubsBuilder.h
SEHFrameSupport.h [ExecutionEngine] Ensure a newline at the end of a file (NFC) 2022-07-30 10:35:43 -07:00
aarch64.cpp
i386.cpp Ensure newlines at the end of files (NFC) 2022-08-20 21:18:23 -07:00
riscv.cpp
x86_64.cpp [JITLink][COFF][x86_64] Implement SECTION/SECREL relocation. 2022-08-11 15:12:24 +09:00