summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-3/+6
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-071-20/+11
* [ORC] Allow JITDylib definition generators to return Errors.Lang Hames2019-04-301-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.Lang Hames2018-09-021-4/+2
* [ORC] Remove a stray debugging output line left in a unit test.Lang Hames2018-08-311-1/+0
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-82/+35
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-8/+8
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-201-33/+25
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-201-25/+33
* [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames2018-07-201-33/+25
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-25/+12
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-201-0/+61
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-25/+25
* [ORC] Add a MaterializationResponsibility class to track responsibility forLang Hames2018-04-161-1/+1
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-3/+2
* [ORC] Rename SymbolSource to MaterializationUnit, and make the materializationLang Hames2018-03-201-1/+1
* [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.Lang Hames2018-02-141-30/+6
* [ORC] Refactor the various lookupFlags methods to return the flags map via theLang Hames2018-01-251-15/+20
* [ORC] Add helpers for building orc::SymbolResolvers from legacy findSymbol-styleLang Hames2018-01-241-0/+73
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-221-0/+90
OpenPOWER on IntegriCloud