[ORC] More MSVC error wrangling.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcRemoteTargetClient.h
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.