summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)Author
2017-09-29[ORC] Replace decltype with a concrete type to make MSVC happy.Lang Hames
2017-09-28Fix -Werror build.Evgeniy Stepanov
2017-09-28[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames
2017-09-28[ORC] Update the GlobalMappingLayer interface to fit the error-ized layerLang Hames
2017-09-17[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames
2017-09-07[ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits.Lang Hames
2017-09-05[ORC] Convert null remote symbols to null JITSymbols.Lang Hames
2017-09-05[ORC] Add a pair of ORC layers that forward object-layer operations via RPC.Lang Hames
2017-09-03[ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames
2017-08-28Untabify.NAKAMURA Takumi
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-07-06[ORC] Update GlobalMappingLayer::addModuleSet to addModule.Lang Hames
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton
2017-05-03[IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner
2017-04-14[IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner
2017-04-14[ORC] Re-enable the Error/Expected unit tests that were disabled in r300177.Lang Hames
2017-04-13[ORC] Temporarily disable the RPC Error/Expected unit tests while I investigateLang Hames
2017-04-13[ORC] Remove more extraneous semicolons from r300167, rename the RPC ExpectedLang Hames
2017-04-13[ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames
2017-04-13[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames
2017-04-06[Orc] Add missing header include for r299611.Lang Hames
2017-04-06[Orc] Break QueueChannel out into its own header and add a utility,Lang Hames
2017-04-05[RuntimeDyld] Remove an unused static member left over from r299449.Lang Hames
2017-04-04[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.Lang Hames
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-02-24[Orc][RPC] Accept both const char* and char* arguments for string serialization.Lang Hames
2017-02-20[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames
2017-02-15[Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type responseLang Hames
2017-02-14[Orc][RPC] Remove lanch policies in favor of async handlers.Lang Hames
2017-02-13Silence redundant semicolon warnings. NFC.Michael Kuperstein
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-08[Orc][RPC] Add a HandlerTratis specialization for free functions.Lang Hames
2017-01-24[Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint.Lang Hames
2017-01-21[Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints.Lang Hames
2017-01-08unittest: remove extraneous ';'Saleem Abdulrasool
2017-01-08[Orc][RPC] Fix typo.Lang Hames
2017-01-08[Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration.Lang Hames
2017-01-07[Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint.Lang Hames
2016-12-25[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames
2016-12-21[Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the rightLang Hames
2016-12-21[Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namesp...Lang Hames
2016-12-21[Orc] Add some static-assert checks to improve the error messages for RPC callsLang Hames