llvm-project/llvm/lib/ExecutionEngine/Orc
Manuel Jacob 5f6eaac611 GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Reviewers: mjacob

Subscribers: jholewinski, arsenm, dsanders, dblaikie

Patch by Eduard Burtescu.

Differential Revision: http://reviews.llvm.org/D16260

llvm-svn: 257999
2016-01-16 20:30:46 +00:00
..
CMakeLists.txt [Orc] Add support for remote JITing to the ORC API. 2016-01-11 01:40:11 +00:00
ExecutionUtils.cpp [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and 2015-04-02 04:34:45 +00:00
IndirectionUtils.cpp GlobalValue: use getValueType() instead of getType()->getPointerElementType(). 2016-01-16 20:30:46 +00:00
LLVMBuild.txt Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps. 2015-01-25 11:41:41 +00:00
Makefile
NullResolver.cpp Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
OrcArchitectureSupport.cpp [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with 2016-01-11 00:56: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] Enable user-supplied memory managers in the CompileOnDemand layer. 2016-01-09 20:55:18 +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 [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components. 2016-01-11 16:35:55 +00:00
OrcRemoteTargetRPCAPI.cpp [Orc] Replace switch cases with a macro. 2016-01-15 23:19:06 +00:00