summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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