..
CMakeLists.txt
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07: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
Fixed some errors detected by PVS Studio
2021-10-09 17:27:41 +02: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
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07:00
ELF_aarch64.cpp
[JITLink] Fix warning 'shift count exceeds width' in AArch64 backend
2021-10-25 20:44:07 +02:00
ELF_riscv.cpp
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07:00
ELF_x86_64.cpp
[JITLink][x86-64] Lift GOT, PLT table managers into x86_64.h; reuse for MachO.
2021-10-18 21:47:24 -07:00
JITLink.cpp
[llvm][clang][NFC] updates inline licence info
2021-08-11 02:48:53 +00:00
JITLinkGeneric.cpp
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07:00
JITLinkGeneric.h
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07:00
JITLinkMemoryManager.cpp
[JITLink] Fix alloc action call signature in InProcessMemoryManager.
2021-10-31 10:27:40 -07:00
MachO.cpp
[llvm][clang][NFC] updates inline licence info
2021-08-11 02:48:53 +00:00
MachOLinkGraphBuilder.cpp
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -07:00
MachOLinkGraphBuilder.h
[JITLink] Fix element-present check in MachOLinkGraphParser.
2021-10-26 20:48:40 -07:00
MachO_arm64.cpp
[ORC][ORC-RT] Enable the MachO platform for arm64
2021-10-27 13:36:03 -07:00
MachO_x86_64.cpp
[JITLink][x86-64] Lift GOT, PLT table managers into x86_64.h; reuse for MachO.
2021-10-18 21:47:24 -07:00
MemoryFlags.cpp
Re-apply e50aea58d5
, "Major JITLinkMemoryManager refactor". with fixes.
2021-10-11 21:39:00 -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
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
[JITLink][x86-64] Lift GOT, PLT table managers into x86_64.h; reuse for MachO.
2021-10-18 21:47:24 -07:00