aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/DynamicLibrary.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Add missing includes/class declaration.Eli Friedman2011-11-041-0/+3
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-171-1/+1
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-171-2/+7
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-30/+40
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+86