summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames2018-09-301-2/+2
* [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames2018-09-251-20/+20
* Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames2018-09-251-20/+20
* [ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames2018-09-251-20/+20
* [ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple ofLang Hames2018-09-121-1/+1
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-7/+7
* [ORC] Re-apply r336760 with fixes.Lang Hames2018-07-211-1/+1
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-201-2/+8
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-201-8/+2
* [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames2018-07-201-2/+8
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-2/+1
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-201-0/+2
* [ORC] Add a WaitUntilReady argument to blockingLookup.Lang Hames2018-06-141-2/+2
* [ORC] Refactor blocking lookup logic into the blockingLookup function, andLang Hames2018-06-121-41/+11
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-19/+21
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-2/+3
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-4/+15
* [ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames2018-01-251-1/+3
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-221-0/+75
OpenPOWER on IntegriCloud