aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/DynamicLibrary.inc
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi1-1/+1
2015-12-01[Windows] Partially revert r254363 until I can test the right fix.Davide Italiano1-2/+6
2015-12-01[Windows] Follow-up r254363, remove return.Davide Italiano1-3/+1
2015-12-01[Windows] Simplify assertion code. NFC.Davide Italiano1-4/+2
2015-11-23Add Windows error code and tidy formatting for system errors.Paul Robinson1-2/+2
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov1-10/+20
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