summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.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 partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-291-0/+6
* [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames2018-09-251-15/+23
* Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames2018-09-251-23/+15
* [ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames2018-09-251-15/+23
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-281-6/+14
* [ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames2018-08-011-5/+16
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-2/+2
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-221-2/+2
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-191-0/+50
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-191-50/+0
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-191-0/+50
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-091-0/+8
* [ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to Runtime...Lang Hames2016-08-071-0/+41
OpenPOWER on IntegriCloud