summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-74/+39
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-8/+8
* [Orc] Disable RPC callST unit test until the S390 failures encountered duringLang Hames2016-04-191-20/+22
* [Orc] Tidy up some of the RPC primitives, add a unit-test for the callSTLang Hames2016-04-191-42/+95
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-27/+76
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-76/+27
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-27/+76
* [Orc] Switch RPC Procedure to take a function type, rather than an arg list.Lang Hames2016-03-211-12/+4
* [Orc] Add support for remote JITing to the ORC API.Lang Hames2016-01-111-0/+147
OpenPOWER on IntegriCloud