1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Juergen Ributzka c81b44ac9b [RuntimeDyld][MachO][AArch64] Implement the decodeAddend method.
This adds the required functionality to decode the immediate encoded in an
instruction that is referenced in a relocation entry.

llvm-svn: 213688
2014-07-22 21:42:51 +00:00
..
Targets [RuntimeDyld][MachO][AArch64] Implement the decodeAddend method. 2014-07-22 21:42:51 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h Pass a std::unique_ptr& to the create??? methods is lib/Object. 2014-06-23 22:00:37 +00:00
RuntimeDyld.cpp [PowerPC] ELFv2 dynamic loader support 2014-07-20 23:53:14 +00:00
RuntimeDyldChecker.cpp [MCJIT] Improve a RuntimeDyldChecker diagnostic. 2014-07-16 22:02:20 +00:00
RuntimeDyldELF.cpp [PowerPC] ELFv2 dynamic loader support 2014-07-20 23:53:14 +00:00
RuntimeDyldELF.h [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations 2014-06-27 10:32:14 +00:00
RuntimeDyldImpl.h [PowerPC] ELFv2 dynamic loader support 2014-07-20 23:53:14 +00:00
RuntimeDyldMachO.cpp [RuntimeDyld] Change the return type of decodeAddend to match the storage type. 2014-07-22 21:42:46 +00:00
RuntimeDyldMachO.h [RuntimeDyld] Change the return type of decodeAddend to match the storage type. 2014-07-22 21:42:46 +00:00