llvm-6502/lib/ExecutionEngine
Ulrich Weigand 2a069ac1f3 [RuntimeDyld] Support more PPC64 relocations
This adds support for several missing PPC64 relocations in the
straight-forward manner to RuntimeDyldELF.cpp.

Note that this actually fixes a failure of a large-model test case on
PowerPC, allowing the XFAIL to be removed.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211382 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-20 17:51:47 +00:00
..
IntelJITEvents Updates in IntelJITEventListener.cpp - by Arch Robison. 2014-06-01 08:45:11 +00:00
Interpreter Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
JIT Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
MCJIT Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
OProfileJIT
RuntimeDyld [RuntimeDyld] Support more PPC64 relocations 2014-06-20 17:51:47 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
ExecutionEngineBindings.cpp [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/ExecutionEngineBindings.cpp into include/llvm/IR/DataLayout.h 2014-05-13 09:45:26 +00:00
LLVMBuild.txt
Makefile
RTDyldMemoryManager.cpp
TargetSelect.cpp