aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-35/+37
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+8
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-8/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+8
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-3/+3
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-221-2/+2
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-171-2/+2
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-26/+52
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-091-1/+1
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-31/+2
* Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi2011-02-091-1/+11
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-051-60/+17
* Merge System into Support.Michael J. Spencer2010-11-291-0/+199