summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-2/+2
* [MIPS] ORC JIT supportPetar Jovanovic2018-09-111-2/+2
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-8/+11
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-201-4/+4
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-201-4/+4
* [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames2018-07-201-4/+4
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-8/+6
* [ORC] Refactor blocking lookup logic into the blockingLookup function, andLang Hames2018-06-121-0/+5
* [ORC] Extend object layer callbacks so JITEventListener can be supported.Andres Freund2018-05-241-1/+4
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-8/+14
* [ORC] Add a MaterializationResponsibility class to track responsibility forLang Hames2018-04-161-4/+4
* [ORC] Plumb error notifications through the VSO interface.Lang Hames2018-04-121-7/+6
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-2/+2
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-23/+50
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-14/+20
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-20/+14
* [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> ratherLang Hames2018-02-211-16/+11
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-3/+6
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-8/+8
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-13/+4
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-17/+75
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-191-9/+8
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-191-8/+9
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-191-9/+8
* [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames2017-09-281-1/+1
* [Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.Lang Hames2017-08-311-0/+3
* [Orc] Fix member variable ordering issue in OrcMCJITReplacement.Lang Hames2017-08-301-2/+3
* Untabify.NAKAMURA Takumi2017-08-281-3/+3
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-5/+5
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-9/+12
* Attempt to fix Orc JIT test timeoutsReid Kleckner2017-06-291-5/+5
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-4/+24
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-11/+4
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-4/+11
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-39/+25
* [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko2017-06-191-13/+18
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-3/+2
* [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.Lang Hames2017-02-201-4/+4
* Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2016-11-301-5/+26
* Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames2016-08-091-2/+4
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-081-4/+2
* [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames2016-08-081-2/+4
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-11/+10
* [Object] Change Archive::findSym to return an Expected<Optional<Child>>.Lang Hames2016-07-141-6/+6
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-4/+5
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-5/+4
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-4/+5
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-3/+3
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-251-1/+1
OpenPOWER on IntegriCloud