llvm-project/llvm/lib/ExecutionEngine/JITLink
Geoffrey Martin-Noble 01b097afd0
Fix bad merge the removed switch case
When https://reviews.llvm.org/D109520 was landed, it reverted the addition of this switch
case added in https://reviews.llvm.org/D109293. This caused `-Wswitch` failures (and
presumably broke the functionality added in the latter patch).
2021-09-20 10:58:58 -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] Add more detail to error message. 2021-08-25 13:31:52 +10:00
MachOLinkGraphBuilder.h [JITLink][MachO] Detect MachO::S_THREAD_LOCAL_ZEROFILL sections as zero-fill. 2021-07-21 09:10:10 +10:00
MachO_arm64.cpp [JITLink][MachO][arm64] Build GOT entries for defined symbols too. 2021-05-25 12:19:09 -07:00
MachO_x86_64.cpp [JITLink] Unify x86-64 MachO and ELF 's optimize GOT/Stub function 2021-08-15 00:33:09 +08: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