Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
lib
/
Support
/
Windows
/
DynamicLibrary.inc
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
b44d7a0
Move some function declarations out of WindowsSupport.h
by Zachary Turner
· 7 years ago
5fdd2cb
Allow clients to specify search order of DynamicLibraries.
by Frederich Munch
· 8 years ago
ad12580
Close DynamicLibraries in reverse order they were opened.
by Frederich Munch
· 8 years ago
c1db8cf
Refactor DynamicLibrary so searching for a symbol will have a defined order and
by Frederich Munch
· 9 years ago
fd96d5e
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order"
by Frederich Munch
· 9 years ago
70c377a
Refactor DynamicLibrary so searching for a symbol will have a defined order and
by Frederich Munch
· 9 years ago
b8c236a
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.”
by Frederich Munch
· 9 years ago
799259f
Fix warning converting from boolean to pointer introduced in r301153.
by Frederich Munch
· 9 years ago
9f40457
Refactor DynamicLibrary so searching for a symbol will have a defined order and
by Frederich Munch
· 9 years ago
f698a69
Do not pollute the namespace in a header file.
by Kristof Beyls
· 9 years ago
2e7f560
Cast to the right type on Windows.
by Vassil Vassilev
· 9 years ago
7f1c255
Reland r296442 with modifications reverted in r296463.
by Vassil Vassilev
· 9 years ago
8bdc36e
Do not leak OpenedHandles.
by Vassil Vassilev
· 9 years ago
4fb6748
Reformat a blank line.
by NAKAMURA Takumi
· 9 years ago
3d369cb
Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be registered as permanent libraries."
by NAKAMURA Takumi
· 9 years ago
c986f87
Fix Win bots.
by Vassil Vassilev
· 9 years ago
4469308
Allow externally dlopen-ed libraries to be registered as permanent libraries.
by Vassil Vassilev
· 9 years ago
59e5a64
Do not leak OpenedHandles.
by Vassil Vassilev
· 9 years ago
2de1b32
Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries."
by NAKAMURA Takumi
· 10 years ago
0540267
[Windows] Partially revert r254363 until I can test the right fix.
by Davide Italiano
· 10 years ago
38518e9
[Windows] Follow-up r254363, remove return.
by Davide Italiano
· 10 years ago
b37d6bd
[Windows] Simplify assertion code. NFC.
by Davide Italiano
· 10 years ago
af19bc3
Add Windows error code and tidy formatting for system errors.
by Paul Robinson
· 10 years ago
bebb27b
[Support] Lazy load of dbghlp.dll on Windows
by Leny Kholodov
· 10 years ago
9aeb047
Fix symbol resolution of floating point libc builtins in MCJIT
by Reid Kleckner
· 11 years ago
bbae11b
Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.
by NAKAMURA Takumi
· 11 years ago
fb06908
In this callback ModuleName includes the file path.
by Yaron Keren
· 11 years ago
adccf86
Try to fix the windows build.
by Rafael Espindola
· 11 years ago
650c8f2
Clean up language and grammar.
by Eric Christopher
· 11 years ago
d59e2fa
Rename Windows.h to WindowsSupport.h to avoid ambiguity
by Reid Kleckner
· 12 years ago
61eae2e
Revert "Revert "Windows: Add support for unicode command lines""
by David Majnemer
· 12 years ago
f636cf4
Revert "Windows: Add support for unicode command lines"
by David Majnemer
· 12 years ago
80bea0c
Windows: Add support for unicode command lines
by David Majnemer
· 12 years ago
57093e8
Make DynamicLibrary use ManagedStatic. This is pretty simple and should just work as
by Filip Pizlo
· 12 years ago
5765f4c
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
by Jordy Rose
· 14 years ago
1a3ca92
Unbork Windows build. Thanks, Francois.
by Jordy Rose
· 14 years ago
a19917d
Use DynamicLibrary instances as a way to get symbols from a specific library. Preparation for upcoming (preliminary) support for plugins for the static analyzer.
by Jordy Rose
· 14 years ago
ee24d320
Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!
by NAKAMURA Takumi
· 14 years ago
4471f82
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries.
by NAKAMURA Takumi
· 15 years ago
684ef5e
Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.
by NAKAMURA Takumi
· 15 years ago
03a541f
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
by NAKAMURA Takumi
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (97%) from llvm/lib/System/Win32/DynamicLibrary.inc]
105682d
Remove spurious semicolon. Patch by Diego Iastrubni!
by Anton Korobeynikov
· 16 years ago
d41531a
remove two methods that no longer exist.
by Chris Lattner
· 16 years ago
e4807c5
more getting windows to build.
by Chris Lattner
· 16 years ago
e3241b5
hopefully fix the build on windows.
by Chris Lattner
· 16 years ago
021c3b0
Guard dynamic library loading.
by Owen Anderson
· 16 years ago
d2b7be6
Fix choice of version of Windows callback to use to consider not only the Visual Studio version, but also the Windows SDK version.
by Stefanus Du Toit
· 17 years ago
5a4b52d
Drop obsolete reference to __eprintf.
by Anton Korobeynikov
· 17 years ago
dfb6735
Fix windows build, patch by Marius Wachtler!
by Chris Lattner
· 17 years ago
5e86440
Provide hooks for libgcc symbols' address resolution inside lli on mingw32.
by Anton Korobeynikov
· 17 years ago
bb8c240
this was removed from the Unix side.
by Chris Lattner
· 18 years ago
6636210
Provide __main hooks for cygwin & mingw32
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
07b57d2
This change does a couple of things. First it gets the Visual Studio builds working.
by Chuck Rose III
· 18 years ago
ec9038bc
Provide hook for alloca on VCPP. Patch by Scott Graham
by Anton Korobeynikov
· 18 years ago
eef04ba
Partly fixed JITing on mingw32 platform. The support is not full due to
by Anton Korobeynikov
· 19 years ago
50eac3b
For PR797:
by Reid Spencer
· 19 years ago
8c8858a
Change LoadLibraryPermanently to not throw an exception.
by Chris Lattner
· 19 years ago
187b4ad
Provide configuration support and usage for MINGW32 platform
by Reid Spencer
· 19 years ago
baeb39c
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
by Jeff Cohen
· 20 years ago
8ee89c7
Fix indentation.
by Jeff Cohen
· 20 years ago
291f6b7
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 21 years ago
a3b1458
Eliminate tabs
by Jeff Cohen
· 21 years ago
07e22ba
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
by Jeff Cohen
· 21 years ago
c892a0d
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
[Renamed from llvm/lib/System/Win32/DynamicLibrary.cpp]
a6d9c14
Fix MINGW compilation errors
by Jeff Cohen
· 21 years ago
f365c33
mingw doesn't support the official debug API.
by Jeff Cohen
· 21 years ago
039b4ab
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
by Jeff Cohen
· 21 years ago
4befbf3
Resurrect this file.
by Reid Spencer
· 21 years ago
265b02e
Remove these files as they are not being included any more. DynamicLibrary
by Reid Spencer
· 21 years ago
07a900f
Fix residual Visual Studio build problems
by Jeff Cohen
· 21 years ago
72a7457
Implement the default constructor which causes the current program to be
by Reid Spencer
· 21 years ago
9afecaf
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
by Reid Spencer
· 21 years ago
4a763ca
Dynamic Library abstraction. This makes the abstraction of a single dynamic
by Reid Spencer
· 21 years ago