aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-07[ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames1-2/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-30[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames1-2/+2
2018-09-25[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames1-20/+20
2018-09-25Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames1-20/+20
2018-09-25[ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames1-20/+20
2018-09-12[ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple ofLang Hames1-1/+1
2018-08-28[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames1-7/+7
2018-07-21[ORC] Re-apply r336760 with fixes.Lang Hames1-1/+1
2018-07-20Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames1-2/+8
2018-07-20Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner1-8/+2
2018-07-20[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames1-2/+8
2018-07-20[ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames1-2/+1
2018-07-20[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames1-0/+2
2018-06-14[ORC] Add a WaitUntilReady argument to blockingLookup.Lang Hames1-2/+2
2018-06-12[ORC] Refactor blocking lookup logic into the blockingLookup function, andLang Hames1-41/+11
2018-05-16[ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames1-19/+21
2018-02-14[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames1-2/+3
2018-02-06[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames1-4/+15
2018-01-25[ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames1-1/+3
2018-01-22[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames1-0/+75