summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-011-0/+1
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+2
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-051-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-115/+103
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-112/+95
* Fix warning converting from boolean to pointer introduced in r301153.Frederich Munch2017-04-241-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-95/+112
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-7/+7
* Cast to the right type on Windows.Vassil Vassilev2017-03-021-1/+1
* Reland r296442 with modifications reverted in r296463.Vassil Vassilev2017-03-021-0/+12
* Do not leak OpenedHandles.Vassil Vassilev2017-03-021-10/+2
* Reformat a blank line.NAKAMURA Takumi2017-02-281-1/+1
* Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...NAKAMURA Takumi2017-02-281-26/+13
* Fix Win bots.Vassil Vassilev2017-02-281-2/+2
* Allow externally dlopen-ed libraries to be registered as permanent libraries.Vassil Vassilev2017-02-281-12/+25
* Do not leak OpenedHandles.Vassil Vassilev2017-02-211-0/+2
* 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