llvm-6502/lib/ExecutionEngine/RuntimeDyld
Lang Hames e5885cab3e [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Cleanup only: no functional change.

This patch makes RuntimeDyldMachO targets directly responsible for decoding
immediates, rather than letting them implement catch a callback from generic
code. Since this is a very target specific operation, it makes sense to let the
target-specific code drive it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215255 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-08 23:12:22 +00:00
..
Targets [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy. 2014-08-08 23:12:22 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
RuntimeDyld.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldChecker.cpp [MCJIT] Add options to llvm-rtdyld to describe a phony target address space for 2014-07-29 23:43:13 +00:00
RuntimeDyldCheckerImpl.h [MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather than 2014-07-29 20:40:37 +00:00
RuntimeDyldELF.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldELF.h AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldImpl.h [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework. 2014-07-22 22:47:39 +00:00
RuntimeDyldMachO.cpp [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy. 2014-08-08 23:12:22 +00:00
RuntimeDyldMachO.h [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy. 2014-08-08 23:12:22 +00:00