summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
AgeCommit message (Expand)Author
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2021-09-07[RuntimeDyld] Don't use bitwise operation on SymbolRef::Typeluxufan
2020-06-15[ORC] Honor linker private global prefix on symbol names.Lang Hames
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj
2020-02-29[ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*)Stefan Gränitz
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-29[ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames
2018-09-25[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames
2018-09-25Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames
2018-09-25[ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames
2018-08-28[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames
2018-08-01[ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-01-22[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames
2018-01-19[ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames
2018-01-19[ORC] Revert r322913 while I investigate an ASan failure.Lang Hames
2018-01-19[ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2016-08-07[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to Runtime...Lang Hames