summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi2016-03-071-1/+1
* [Windows] Partially revert r254363 until I can test the right fix.Davide Italiano2015-12-011-2/+6
* [Windows] Follow-up r254363, remove return.Davide Italiano2015-12-011-3/+1
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-011-4/+2
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-231-2/+2
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-10/+20
* Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner2014-11-131-9/+32
* Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.NAKAMURA Takumi2014-09-231-1/+1
* In this callback ModuleName includes the file path.Yaron Keren2014-09-221-26/+5
* Try to fix the windows build.Rafael Espindola2014-06-121-1/+1
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-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
OpenPOWER on IntegriCloud