aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/DynamicLibrary.inc
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-01Move some function declarations out of WindowsSupport.hZachary Turner1-0/+1
2017-07-12Allow clients to specify search order of DynamicLibraries.Frederich Munch1-0/+2
2017-06-05Close DynamicLibraries in reverse order they were opened.Frederich Munch1-1/+1
2017-04-27Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch1-103/+115
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch1-115/+103
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch1-103/+115
2017-04-24Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch1-112/+95
2017-04-24Fix warning converting from boolean to pointer introduced in r301153.Frederich Munch1-1/+1
2017-04-24Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch1-95/+112
2017-03-31Do not pollute the namespace in a header file.Kristof Beyls1-7/+7
2017-03-02Cast to the right type on Windows.Vassil Vassilev1-1/+1
2017-03-02Reland r296442 with modifications reverted in r296463.Vassil Vassilev1-0/+12
2017-03-02Do not leak OpenedHandles.Vassil Vassilev1-10/+2
2017-02-28Reformat a blank line.NAKAMURA Takumi1-1/+1
2017-02-28Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...NAKAMURA Takumi1-26/+13
2017-02-28Fix Win bots.Vassil Vassilev1-2/+2
2017-02-28Allow externally dlopen-ed libraries to be registered as permanent libraries.Vassil Vassilev1-12/+25
2017-02-21Do not leak OpenedHandles.Vassil Vassilev1-0/+2
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