summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove a stale test case.Lang Hames2016-11-171-22/+0
* [Orc] Re-enable the RPC unit test disabled in r286917.Lang Hames2016-11-161-168/+163
* [ORC] Temporarily disable RPCUtils unit test.Lang Hames2016-11-151-152/+153
* [ORC] Add a WrappedHandlerReturn type to map handler return types onto errorLang Hames2016-11-121-1/+1
* [ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handlerLang Hames2016-11-111-1/+1
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-86/+150
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-150/+86
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-86/+150
* [ORC] Fix the RPC unit test for header changes in r281171.Lang Hames2016-09-111-2/+2
* Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames2016-08-301-7/+7
* Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat...Reid Kleckner2016-08-301-7/+7
* [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitiveLang Hames2016-08-301-3/+3
* [ORC] Fix unit-test breakage from r280016.Lang Hames2016-08-291-2/+2
* [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather thanLang Hames2016-08-291-4/+4
* [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