index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Windows
/
DynamicLibrary.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move some function declarations out of WindowsSupport.h
Zachary Turner
2018-06-01
1
-0
/
+1
*
Allow clients to specify search order of DynamicLibraries.
Frederich Munch
2017-07-12
1
-0
/
+2
*
Close DynamicLibraries in reverse order they were opened.
Frederich Munch
2017-06-05
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-27
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-115
/
+103
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-112
/
+95
*
Fix warning converting from boolean to pointer introduced in r301153.
Frederich Munch
2017-04-24
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-95
/
+112
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-7
/
+7
*
Cast to the right type on Windows.
Vassil Vassilev
2017-03-02
1
-1
/
+1
*
Reland r296442 with modifications reverted in r296463.
Vassil Vassilev
2017-03-02
1
-0
/
+12
*
Do not leak OpenedHandles.
Vassil Vassilev
2017-03-02
1
-10
/
+2
*
Reformat a blank line.
NAKAMURA Takumi
2017-02-28
1
-1
/
+1
*
Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...
NAKAMURA Takumi
2017-02-28
1
-26
/
+13
*
Fix Win bots.
Vassil Vassilev
2017-02-28
1
-2
/
+2
*
Allow externally dlopen-ed libraries to be registered as permanent libraries.
Vassil Vassilev
2017-02-28
1
-12
/
+25
*
Do not leak OpenedHandles.
Vassil Vassilev
2017-02-21
1
-0
/
+2
*
Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...
NAKAMURA Takumi
2016-03-07
1
-1
/
+1
*
[Windows] Partially revert r254363 until I can test the right fix.
Davide Italiano
2015-12-01
1
-2
/
+6
*
[Windows] Follow-up r254363, remove return.
Davide Italiano
2015-12-01
1
-3
/
+1
*
[Windows] Simplify assertion code. NFC.
Davide Italiano
2015-12-01
1
-4
/
+2
*
Add Windows error code and tidy formatting for system errors.
Paul Robinson
2015-11-23
1
-2
/
+2
*
[Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
2015-07-02
1
-10
/
+20
*
Fix symbol resolution of floating point libc builtins in MCJIT
Reid Kleckner
2014-11-13
1
-9
/
+32
*
Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.
NAKAMURA Takumi
2014-09-23
1
-1
/
+1
*
In this callback ModuleName includes the file path.
Yaron Keren
2014-09-22
1
-26
/
+5
*
Try to fix the windows build.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
1
-1
/
+1
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-1
/
+8
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-8
/
+1
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-1
/
+8
*
Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...
Filip Pizlo
2013-09-18
1
-3
/
+3
*
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
Jordy Rose
2011-08-22
1
-2
/
+2
*
Unbork Windows build. Thanks, Francois.
Jordy Rose
2011-08-17
1
-2
/
+2
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
1
-26
/
+52
*
Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!
NAKAMURA Takumi
2011-07-09
1
-1
/
+1
*
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...
NAKAMURA Takumi
2011-05-01
1
-31
/
+2
*
Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.
NAKAMURA Takumi
2011-02-09
1
-1
/
+11
*
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-05
1
-60
/
+17
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+199