llvm-6502/lib/ExecutionEngine/RuntimeDyld
Lang Hames 9fe621a69e [MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.
The expressions 'Reloc.Addend - Addend' and 'Reloc.Offset' should always be
equal in this context. The latter is prefered - we want to remove the
RelocationValueRef::Addend field in the future.





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216418 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-25 23:33:48 +00:00
..
Targets
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
RuntimeDyld.cpp [MCJIT] Dump section memory both before and after relocations are applied. 2014-08-25 22:19:14 +00:00
RuntimeDyldChecker.cpp [MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker. 2014-08-19 20:04:45 +00:00
RuntimeDyldCheckerImpl.h
RuntimeDyldELF.cpp [MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets. 2014-08-25 23:33:48 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h
RuntimeDyldMachO.cpp [MCJIT] Make RuntimeDyld dump section contents in -debug mode. 2014-08-25 18:37:38 +00:00
RuntimeDyldMachO.h [MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker. 2014-08-18 21:43:16 +00:00