Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
ExecutionEngine
/
Orc
/
RPCUtilsTest.cpp
7361996
[ORC] Add SerializationTraits for std::set and std::map.
by Lang Hames
· 7 years ago
7b7572b
[ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits.
by Lang Hames
· 8 years ago
c7b9eca
[ORC] Re-enable the Error/Expected unit tests that were disabled in r300177.
by Lang Hames
· 8 years ago
f8e1841
[ORC] Temporarily disable the RPC Error/Expected unit tests while I investigate
by Lang Hames
· 8 years ago
0686559
[ORC] Remove more extraneous semicolons from r300167, rename the RPC Expected
by Lang Hames
· 8 years ago
ffad010
[ORC] Add RPC and serialization support for Errors and Expecteds.
by Lang Hames
· 8 years ago
22bc7b9
[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.
by Lang Hames
· 8 years ago
0b2331b
[Orc] Break QueueChannel out into its own header and add a utility,
by Lang Hames
· 8 years ago
630d263
[Orc][RPC] Accept both const char* and char* arguments for string serialization.
by Lang Hames
· 9 years ago
56b3d6b
[Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type response
by Lang Hames
· 9 years ago
f401077
[Orc][RPC] Remove lanch policies in favor of async handlers.
by Lang Hames
· 9 years ago
47a8b68
Silence redundant semicolon warnings. NFC.
by Michael Kuperstein
· 9 years ago
2fc2852
[Orc][RPC] Add a HandlerTratis specialization for free functions.
by Lang Hames
· 9 years ago
0a70023
[Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint.
by Lang Hames
· 9 years ago
8ae86db
[Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints.
by Lang Hames
· 9 years ago
84d75f8
unittest: remove extraneous ';'
by Saleem Abdulrasool
· 9 years ago
f9419cd
[Orc][RPC] Fix typo.
by Lang Hames
· 9 years ago
7f6acd0
[Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration.
by Lang Hames
· 9 years ago
d657486
[Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint.
by Lang Hames
· 9 years ago
c9d0ff1
[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on
by Lang Hames
· 9 years ago
f4dd5e3
[Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the right
by Lang Hames
· 9 years ago
bde7a3f
[Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namespace.
by Lang Hames
· 9 years ago
46abc76
[Orc] Add some static-assert checks to improve the error messages for RPC calls
by Lang Hames
· 9 years ago
e3b74d3
Remove a stale test case.
by Lang Hames
· 9 years ago
d475889
[Orc] Re-enable the RPC unit test disabled in r286917.
by Lang Hames
· 9 years ago
07a6ae9
[ORC] Temporarily disable RPCUtils unit test.
by Lang Hames
· 9 years ago
03418af
[ORC] Add a WrappedHandlerReturn type to map handler return types onto error
by Lang Hames
· 9 years ago
a31a3da
[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler
by Lang Hames
· 9 years ago
1f2bf2d
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
by Lang Hames
· 9 years ago
4f734f2
[ORC] Revert r286620 while I investigate a bot failure.
by Lang Hames
· 9 years ago
ae1fddd
[ORC] Refactor the ORC RPC utilities to add some new features.
by Lang Hames
· 9 years ago
3e718e0
[ORC] Fix the RPC unit test for header changes in r281171.
by Lang Hames
· 9 years ago
d63c8659
Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with a
by Lang Hames
· 9 years ago
9581f2d
Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than"
by Reid Kleckner
· 9 years ago
8427a09
[ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitive
by Lang Hames
· 9 years ago
46bfc21
[ORC] Fix unit-test breakage from r280016.
by Lang Hames
· 9 years ago
3d0657d
[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
by Lang Hames
· 9 years ago
1fa0e0e
[ORC] clang-format code that was touched in r267457. NFC.
by Lang Hames
· 9 years ago
ef5a0ee
[ORC] Thread Error/Expected through the RPC library.
by Lang Hames
· 9 years ago
de33d59
[Orc] Disable RPC callST unit test until the S390 failures encountered during
by Lang Hames
· 9 years ago
679c436
[Orc] Tidy up some of the RPC primitives, add a unit-test for the callST
by Lang Hames
· 9 years ago
3fde652
[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
by Lang Hames
· 9 years ago
ca94d0e
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
by Nico Weber
· 9 years ago
236cea7
[ORC] Generalize the ORC RPC utils to support RPC function return values and
by Lang Hames
· 9 years ago
a258b01
[Orc] Switch RPC Procedure to take a function type, rather than an arg list.
by Lang Hames
· 10 years ago
4d0a5a9e
[Orc] Add support for remote JITing to the ORC API.
by Lang Hames
· 10 years ago