llvm/lib/ExecutionEngine/Orc
Lang Hames 6320b788a2 [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
Fixes:

(1) Removes constexpr (unsupported in MSVC)
(2) Move constructors (remove explicitly defaulted ones)
(3) <future> - Add warning suppression for MSVC.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266663 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-18 19:55:43 +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 [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt
NullResolver.cpp Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
OrcArchitectureSupport.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +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] Add lazy-JITting support for i386. 2016-02-10 01:02:33 +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] Re-commit r266581 with fixes for MSVC, and format cleanups. 2016-04-18 19:55:43 +00:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until 2016-01-19 21:06:38 +00:00
OrcRemoteTargetRPCAPI.cpp [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups. 2016-04-18 19:55:43 +00:00