1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames 481f4ed9e9 [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
GenericIndirectStubsInfo.

This will allow architecture support classes for other architectures to re-use
this code.

llvm-svn: 259549
2016-02-02 19:31:15 +00:00
..
CMakeLists.txt [Orc] Add support for remote JITing to the ORC API. 2016-01-11 01:40:11 +00:00
ExecutionUtils.cpp
IndirectionUtils.cpp GlobalValue: use getValueType() instead of getType()->getPointerElementType(). 2016-01-16 20:30:46 +00:00
LLVMBuild.txt
NullResolver.cpp Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
OrcArchitectureSupport.cpp [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class: 2016-02-02 19:31:15 +00:00
OrcCBindings.cpp Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."" 2015-11-03 16:40:37 +00:00
OrcCBindingsStack.cpp [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with 2016-01-11 00:56:15 +00:00
OrcCBindingsStack.h Orc: Simplify lambda by using std::set's initializer_list ctor 2016-01-20 22:24:26 +00:00
OrcError.cpp [Orc] Add error codes and a new std::error_category for remote-jit errors. 2016-01-11 00:34:13 +00:00
OrcMCJITReplacement.cpp [ExecutionEngine] ArrayRefize argument passing. 2015-06-13 19:50:29 +00:00
OrcMCJITReplacement.h [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until 2016-01-19 21:06:38 +00:00
OrcRemoteTargetRPCAPI.cpp [Orc] #undef a MACRO after I'm done with it. 2016-01-19 22:20:21 +00:00