aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/DynamicLibrary.inc
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner1-9/+32
2014-09-23Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.NAKAMURA Takumi1-1/+1
2014-09-22In this callback ModuleName includes the file path.Yaron Keren1-26/+5
2014-06-12Try to fix the windows build.Rafael Espindola1-1/+1
2014-05-20Clean up language and grammar.Eric Christopher1-1/+1
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+8
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-8/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+8
2013-09-18Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo1-3/+3
2011-08-22Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose1-2/+2
2011-08-17Unbork Windows build. Thanks, Francois.Jordy Rose1-2/+2
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose1-26/+52
2011-07-09Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi1-1/+1
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi1-31/+2
2011-02-09Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi1-1/+11
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi1-60/+17
2010-11-29Merge System into Support.Michael J. Spencer1-0/+199