aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-14[ORC] Re-enable the Error/Expected unit tests that were disabled in r300177.Lang Hames1-135/+133
2017-04-13[ORC] Temporarily disable the RPC Error/Expected unit tests while I investigateLang Hames1-133/+135
2017-04-13[ORC] Remove more extraneous semicolons from r300167, rename the RPC ExpectedLang Hames1-4/+4
2017-04-13[ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames1-0/+192
2017-04-13[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames1-3/+3
2017-04-06[Orc] Break QueueChannel out into its own header and add a utility,Lang Hames1-82/+39
2017-02-24[Orc][RPC] Accept both const char* and char* arguments for string serialization.Lang Hames1-0/+45
2017-02-15[Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type responseLang Hames1-0/+51
2017-02-14[Orc][RPC] Remove lanch policies in favor of async handlers.Lang Hames1-2/+48
2017-02-13Silence redundant semicolon warnings. NFC.Michael Kuperstein1-2/+2
2017-02-08[Orc][RPC] Add a HandlerTratis specialization for free functions.Lang Hames1-0/+9
2017-01-24[Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint.Lang Hames1-8/+8
2017-01-21[Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints.Lang Hames1-0/+26
2017-01-08unittest: remove extraneous ';'Saleem Abdulrasool1-1/+1
2017-01-08[Orc][RPC] Fix typo.Lang Hames1-1/+1
2017-01-08[Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration.Lang Hames1-2/+50
2017-01-07[Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint.Lang Hames1-3/+2
2016-12-25[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames1-0/+71
2016-12-21[Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the rightLang Hames1-24/+40
2016-12-21[Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namesp...Lang Hames1-3/+3
2016-12-21[Orc] Add some static-assert checks to improve the error messages for RPC callsLang Hames1-0/+126
2016-11-17Remove a stale test case.Lang Hames1-22/+0
2016-11-16[Orc] Re-enable the RPC unit test disabled in r286917.Lang Hames1-168/+163
2016-11-15[ORC] Temporarily disable RPCUtils unit test.Lang Hames1-152/+153
2016-11-12[ORC] Add a WrappedHandlerReturn type to map handler return types onto errorLang Hames1-1/+1
2016-11-11[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handlerLang Hames1-1/+1
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames1-86/+150
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames1-150/+86
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames1-86/+150
2016-09-11[ORC] Fix the RPC unit test for header changes in r281171.Lang Hames1-2/+2
2016-08-30Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames1-7/+7
2016-08-30Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat...Reid Kleckner1-7/+7
2016-08-30[ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitiveLang Hames1-3/+3
2016-08-29[ORC] Fix unit-test breakage from r280016.Lang Hames1-2/+2
2016-08-29[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather thanLang Hames1-4/+4
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