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