summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Orc
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin
2017-09-28[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames
2017-09-17[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames
2017-09-15[ORC] Fix a typo.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-31[Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.Lang Hames
2017-08-30[Orc] Fix member variable ordering issue in OrcMCJITReplacement.Lang Hames
2017-08-28Untabify.NAKAMURA Takumi
2017-08-15[ORC] Add case statements for AArch64 to the local stub and callback managerLang Hames
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames
2017-06-29Attempt to fix Orc JIT test timeoutsReid Kleckner
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] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.Lang Hames
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-19[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames
2017-04-13[ORC] Add RPC and serialization support for Errors and Expecteds.Lang Hames
2017-04-13[ORC] Add missing file from r300155.Lang Hames
2017-04-13[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames
2017-04-06[Orc] Make orcError return an error_code rather than Error.Lang Hames
2017-02-20[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames
2017-01-15[Orc][RPC] Add an RPCFunctionNotSupported error type and return it fromLang Hames
2016-12-25[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting onLang Hames
2016-11-30Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-09-04[ORC] Clone module flags metadata into the globals module in theLang Hames
2016-08-09Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames
2016-08-08Revert r278065 while I investigate some build-bot breakage.Lang Hames
2016-08-08[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-07-14[Object] Change Archive::findSym to return an Expected<Optional<Child>>.Lang Hames
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-26[Orc] Merge some common code for creating CompileCallbackManagers andLang Hames
2016-05-25[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-07[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames