1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Eugene Leviant edc5b4dcf7 RuntimeDyldELF/AArch64: Implement basic GOT support
This patch implements two GOT relocations:
R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC

Differential revision: https://reviews.llvm.org/D28571

llvm-svn: 294191
2017-02-06 15:31:28 +00:00
..
Targets [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations 2016-12-13 11:39:18 +00:00
CMakeLists.txt [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations 2016-12-13 11:39:18 +00:00
JITSymbol.cpp [ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to RuntimeDyld. 2016-08-07 01:19:37 +00:00
LLVMBuild.txt
RTDyldMemoryManager.cpp Update mailing list post URL and add libunwind reference 2016-12-21 20:51:42 +00:00
RuntimeDyld.cpp RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldChecker.cpp Fix comment typos. NFC. 2016-11-20 13:47:59 +00:00
RuntimeDyldCheckerImpl.h
RuntimeDyldCOFF.cpp [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
RuntimeDyldCOFF.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
RuntimeDyldELF.cpp RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldELF.h RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldImpl.h RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldMachO.cpp [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
RuntimeDyldMachO.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00