llvm-project/llvm/lib/ExecutionEngine/JITLink
Lang Hames 1f2f1a4414 [JITLink][MachO][x86-64] Add support for splitting compact-unwind sections.
Follow-up to fc734da795 to enable compact-unwind splitting on x86-64.
2021-09-28 19:12:56 -07:00
..
CMakeLists.txt [JITLink] Add initial Aarch64 support 2021-09-03 10:48:06 +02:00
DefineExternalSectionStartAndEndSymbols.h [JITLink][ELF/x86-64] Add support for R_X86_64_GOTPC64 and R_X86_64_GOT64. 2021-03-21 21:52:54 -07:00
EHFrameSupport.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
EHFrameSupportImpl.h [JITLink] Add a null-terminator to eh-frame sections on ELF/x86-64. 2021-03-09 22:16:11 -08:00
ELF.cpp [JITLink] Add initial Aarch64 support 2021-09-03 10:48:06 +02:00
ELFLinkGraphBuilder.cpp [JITLink][ELF] Move ELF section and symbol parsing into ELFLinkGraphBuilder. 2021-06-29 09:59:49 +10:00
ELFLinkGraphBuilder.h [JITLink] Factor out forEachRelocation() function from addRelocations() in ELF Aarch64 backend (NFC) 2021-09-13 14:59:38 +02:00
ELF_aarch64.cpp [JITLink] Factor out forEachRelocation() function from addRelocations() in ELF Aarch64 backend (NFC) 2021-09-13 14:59:38 +02:00
ELF_riscv.cpp [JITLink] Adopt forEachRelocation() helper in ELF RISCV backend (NFC) 2021-09-20 15:46:41 +02:00
ELF_x86_64.cpp Fix bad merge the removed switch case 2021-09-20 10:58:58 -07:00
JITLink.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
JITLinkGeneric.cpp [JITLink] Working memory shouldn't be subject to alignment constraints. 2021-09-11 11:26:38 +10:00
JITLinkGeneric.h [JITLink] Enable creation and management of mutable block content. 2021-05-24 22:09:36 -07:00
JITLinkMemoryManager.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
MachO.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
MachOLinkGraphBuilder.cpp [JITLink][MachO][arm64] Add support for splitting compact-unwind sections. 2021-09-28 17:29:05 -07:00
MachOLinkGraphBuilder.h [JITLink][MachO][arm64] Add support for splitting compact-unwind sections. 2021-09-28 17:29:05 -07:00
MachO_arm64.cpp [JITLink][MachO][arm64] Add support for splitting compact-unwind sections. 2021-09-28 17:29:05 -07:00
MachO_x86_64.cpp [JITLink][MachO][x86-64] Add support for splitting compact-unwind sections. 2021-09-28 19:12:56 -07:00
PerGraphGOTAndPLTStubsBuilder.h [JITLink] Start laying the groundwork for ELF x86-64 large code model support. 2021-03-21 20:56:47 -07:00
PerGraphTLSInfoEntryBuilder.h [JITLink] Add initial native TLS support to ELFNix platform 2021-09-13 14:35:49 +08:00
aarch64.cpp [JITLink] Add initial Aarch64 support 2021-09-03 10:48:06 +02:00
riscv.cpp [JITLink] Add riscv.cpp 2021-07-23 23:57:44 +08:00
x86_64.cpp Silence a signed/unsigned mismatch warning; NFC 2021-08-30 08:51:08 -04:00