summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/NullResolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-2/+2
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-3/+2
* [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-0/+11
* [ORC] Rename NullResolver to NullLegacyResolver.Lang Hames2018-02-031-2/+3
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-3/+2
* Fix line endings (NFC)Joseph Tremoulet2015-06-221-27/+27
* [ORC] Add NullResolverJoseph Tremoulet2015-06-221-0/+27
OpenPOWER on IntegriCloud