summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc
Commit message (Expand)AuthorAgeFilesLines
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-8/+8
* [Orc][RPC] Accept both const char* and char* arguments for string serialization.Lang Hames2017-02-241-0/+45
* [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames2017-02-203-13/+13
* [Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type responseLang Hames2017-02-151-0/+51
* [Orc][RPC] Remove lanch policies in favor of async handlers.Lang Hames2017-02-141-2/+48
* Silence redundant semicolon warnings. NFC.Michael Kuperstein2017-02-131-2/+2
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [Orc][RPC] Add a HandlerTratis specialization for free functions.Lang Hames2017-02-081-0/+9
* [Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint.Lang Hames2017-01-241-8/+8
* [Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints.Lang Hames2017-01-211-0/+26
* unittest: remove extraneous ';'Saleem Abdulrasool2017-01-081-1/+1
* [Orc][RPC] Fix typo.Lang Hames2017-01-081-1/+1
* [Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration.Lang Hames2017-01-081-2/+50
* [Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint.Lang Hames2017-01-071-3/+2
* [Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames2016-12-251-0/+71
* [Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the rightLang Hames2016-12-211-24/+40
* [Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namesp...Lang Hames2016-12-211-3/+3
* [Orc] Add some static-assert checks to improve the error messages for RPC callsLang Hames2016-12-211-0/+126
* 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] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. AlsoLang Hames2016-08-292-77/+0
* [Orc] Explicitly specify type for assignment.Lang Hames2016-08-271-3/+3
* [ORC] Fix typo in LogicalDylib, add unit test.Lang Hames2016-08-272-0/+77
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-016-28/+30
* Fix warning in ObjectTransformLayerTest.Justin Lebar2016-07-131-1/+2
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-1/+1
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-252-90/+53
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-252-11/+11
* [Orc] Add pthread dependence to the RPCUtilsTest unit test.Lang Hames2016-04-191-0/+2
* [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
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-144-20/+20
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-4/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+4
* [Orc] Switch RPC Procedure to take a function type, rather than an arg list.Lang Hames2016-03-211-12/+4
OpenPOWER on IntegriCloud