summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/DynamicLibrary.h
AgeCommit message (Expand)Author
2025-05-12[llvm] annotate interfaces in llvm/Support for DLL export (#136014)Andrew Rogers
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song
2022-10-24[ORC] Use raw OS handle values, ExecutorAddr for EPC dylib handles.Lang Hames
2022-10-03Add functionality to load dynamic libraries temporarilyMichael Holman
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2017-07-12Allow clients to specify search order of DynamicLibraries.Frederich Munch
2017-04-27Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch
2017-03-02Remove redundant include.Vassil Vassilev
2017-03-02Reland r296442 with modifications reverted in r296463.Vassil Vassilev
2017-02-28Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...NAKAMURA Takumi
2017-02-28Allow externally dlopen-ed libraries to be registered as permanent libraries.Vassil Vassilev
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-27Fix some semantic usability issues with DynamicLibrary.Zachary Turner
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2011-11-04Add missing includes/class declaration.Eli Friedman
2011-08-17...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose
2011-08-17Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer