| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-01 | [ORC] Remove ORC RPC. | Lang Hames | 1 | -890/+0 |
| 2021-03-17 | [RGT] RPCUtilsTest, replace un-executed EXPECT with unreachable | Paul Robinson | 1 | -4/+2 |
| 2020-12-30 | [ORC] Move Orc RPC code into Shared, rename some RPC types. | Lang Hames | 1 | -53/+51 |
| 2019-10-29 | Break out OrcError and RPC | Chris Bieneman | 1 | -1/+1 |
| 2019-09-06 | [ORC][RPC] Join server thread before checking condition in unit test. | Lang Hames | 1 | -2/+2 |
| 2019-09-06 | [ORC] Make sure RPC channel-send is called in blocking calls and responses. | Lang Hames | 1 | -0/+11 |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
| 2018-07-30 | [ORC] Add SerializationTraits for std::set and std::map. | Lang Hames | 1 | -37/+44 |
| 2017-09-07 | [ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits. | Lang Hames | 1 | -0/+45 |
| 2017-04-14 | [ORC] Re-enable the Error/Expected unit tests that were disabled in r300177. | Lang Hames | 1 | -135/+133 |
| 2017-04-13 | [ORC] Temporarily disable the RPC Error/Expected unit tests while I investigate | Lang Hames | 1 | -133/+135 |
| 2017-04-13 | [ORC] Remove more extraneous semicolons from r300167, rename the RPC Expected | Lang Hames | 1 | -4/+4 |
| 2017-04-13 | [ORC] Add RPC and serialization support for Errors and Expecteds. | Lang Hames | 1 | -0/+192 |
| 2017-04-13 | [ORC] Use native Errors rather than converted std::error_codes for ORC RPC. | Lang Hames | 1 | -3/+3 |
| 2017-04-06 | [Orc] Break QueueChannel out into its own header and add a utility, | Lang Hames | 1 | -82/+39 |
| 2017-02-24 | [Orc][RPC] Accept both const char* and char* arguments for string serialization. | Lang Hames | 1 | -0/+45 |
| 2017-02-15 | [Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type response | Lang Hames | 1 | -0/+51 |
| 2017-02-14 | [Orc][RPC] Remove lanch policies in favor of async handlers. | Lang Hames | 1 | -2/+48 |
| 2017-02-13 | Silence redundant semicolon warnings. NFC. | Michael Kuperstein | 1 | -2/+2 |
| 2017-02-08 | [Orc][RPC] Add a HandlerTratis specialization for free functions. | Lang Hames | 1 | -0/+9 |
| 2017-01-24 | [Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint. | Lang Hames | 1 | -8/+8 |
| 2017-01-21 | [Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints. | Lang Hames | 1 | -0/+26 |
| 2017-01-08 | unittest: remove extraneous ';' | Saleem Abdulrasool | 1 | -1/+1 |
| 2017-01-08 | [Orc][RPC] Fix typo. | Lang Hames | 1 | -1/+1 |
| 2017-01-08 | [Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration. | Lang Hames | 1 | -2/+50 |
| 2017-01-07 | [Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint. | Lang Hames | 1 | -3/+2 |
| 2016-12-25 | [Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on | Lang Hames | 1 | -0/+71 |
| 2016-12-21 | [Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the right | Lang Hames | 1 | -24/+40 |
| 2016-12-21 | [Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namesp... | Lang Hames | 1 | -3/+3 |
| 2016-12-21 | [Orc] Add some static-assert checks to improve the error messages for RPC calls | Lang Hames | 1 | -0/+126 |
| 2016-11-17 | Remove a stale test case. | Lang Hames | 1 | -22/+0 |
| 2016-11-16 | [Orc] Re-enable the RPC unit test disabled in r286917. | Lang Hames | 1 | -168/+163 |
| 2016-11-15 | [ORC] Temporarily disable RPCUtils unit test. | Lang Hames | 1 | -152/+153 |
| 2016-11-12 | [ORC] Add a WrappedHandlerReturn type to map handler return types onto error | Lang Hames | 1 | -1/+1 |
| 2016-11-11 | [ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler | Lang Hames | 1 | -1/+1 |
| 2016-11-11 | [ORC] Re-apply 286620 with fixes for the ErrorSuccess class. | Lang Hames | 1 | -86/+150 |
| 2016-11-11 | [ORC] Revert r286620 while I investigate a bot failure. | Lang Hames | 1 | -150/+86 |
| 2016-11-11 | [ORC] Refactor the ORC RPC utilities to add some new features. | Lang Hames | 1 | -86/+150 |
| 2016-09-11 | [ORC] Fix the RPC unit test for header changes in r281171. | Lang Hames | 1 | -2/+2 |
| 2016-08-30 | Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with a | Lang Hames | 1 | -7/+7 |
| 2016-08-30 | Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat... | Reid Kleckner | 1 | -7/+7 |
| 2016-08-30 | [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitive | Lang Hames | 1 | -3/+3 |
| 2016-08-29 | [ORC] Fix unit-test breakage from r280016. | Lang Hames | 1 | -2/+2 |
| 2016-08-29 | [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than | Lang Hames | 1 | -4/+4 |
| 2016-04-25 | [ORC] clang-format code that was touched in r267457. NFC. | Lang Hames | 1 | -74/+39 |
| 2016-04-25 | [ORC] Thread Error/Expected through the RPC library. | Lang Hames | 1 | -8/+8 |
| 2016-04-19 | [Orc] Disable RPC callST unit test until the S390 failures encountered during | Lang Hames | 1 | -20/+22 |
| 2016-04-19 | [Orc] Tidy up some of the RPC primitives, add a unit-test for the callST | Lang Hames | 1 | -42/+95 |
| 2016-04-18 | [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups. | Lang Hames | 1 | -27/+76 |
| 2016-04-18 | Revert 266581 (and follow-up 266588), it doesn't build on Windows. | Nico Weber | 1 | -76/+27 |