[Orc] Clang-format.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcRemoteTargetClient.h
2016-01-12 Lang Hames[Orc] Clang-format.
2016-01-12 Lang Hames[Orc] Take another shot at working around the GCC 4...
2016-01-12 Lang Hames[Orc] Comment out debugging output in OrcRemoteTargetCl...
2016-01-12 Lang Hames[ORC] Replace some more 'auto' uses with std::error_code.
2016-01-11 Lang Hames[ORC] Add explicit move construction/assignment to
2016-01-11 Lang Hames[ORC] More MSVC error wrangling.
2016-01-11 Lang Hames[Orc] Add explicit move construction/assignment to...
2016-01-11 David BlaikieFix some GCC 4.7 issues with the new Orc remote JIT...
2016-01-11 Lang Hames[ORC] Explicitly delete copy constructors for RCMemoryM...
2016-01-11 Lang Hames[Orc] Include <system_error> in OrcTargetClient.
2016-01-11 Lang Hames[Orc] More explicit move construction/assignment to...
2016-01-11 Lang Hames[ORC] Change 'auto' to 'std::error_code' to try to...
2016-01-11 Lang Hames[Orc] Include the IndirectionUtils header in OrcRemoteT...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.