summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DynamicLibrary.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Add missing includes/class declaration.Eli Friedman2011-11-04
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-17
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29