llvm-6502/lib/ExecutionEngine
Tim Northover d52eaae157 AArch64: implement 64-bit absolute relocation in MCJIT
This is about the simplest relocation, but surprisingly rare in actual
code.

It occurs in (for example) the MCJIT test test-ptr-reloc.ll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181134 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-04 20:14:14 +00:00
..
IntelJITEvents
Interpreter Teach the interpreter to handle vector compares and additional vector arithmetic operations. 2013-04-26 20:19:41 +00:00
JIT
MCJIT This exposes more MCJIT options via the C API: 2013-05-01 22:58:00 +00:00
OProfileJIT
RuntimeDyld AArch64: implement 64-bit absolute relocation in MCJIT 2013-05-04 20:14:14 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
ExecutionEngineBindings.cpp This exposes more MCJIT options via the C API: 2013-05-01 22:58:00 +00:00
LLVMBuild.txt
Makefile
TargetSelect.cpp