llvm-6502/lib/ExecutionEngine/RuntimeDyld
Tim Northover 675b9e9f3d AArch64: make RuntimeDyld relocations idempotent
AArch64 ELF uses .rela relocations so there's no need to actually make
use of the bits we're setting in the destination  However, we should
make sure all bits are cleared properly since multiple runs of
resolveRelocations are possible and these could combine to produce
invalid results if stale versions remain in the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182214 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-19 15:39:03 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. 2013-01-25 22:50:58 +00:00
RuntimeDyld.cpp Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldELF.cpp AArch64: make RuntimeDyld relocations idempotent 2013-05-19 15:39:03 +00:00
RuntimeDyldELF.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldImpl.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldMachO.cpp Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldMachO.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00