Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
lib
/
System
/
DynamicLibrary.cpp
b4f02ed
Alternative fix to make sure that the extern declarations used by
by Douglas Gregor
· 16 years ago
da09e58
Revert 92020 until I figure out a more portable fix
by Douglas Gregor
· 16 years ago
16cd8cd
Move the extern symbol declarations outside of
by Douglas Gregor
· 16 years ago
4f13bfc
Remove unused includes.
by Chandler Carruth
· 16 years ago
6d5f43b
Fix ExplicitSymbols leak.
by Edwin Török
· 16 years ago
71ac96d
Eliminate the static constructors and locks from DynamicLibrary.cpp.
by Chris Lattner
· 16 years ago
0d4e129
remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead.
by Chris Lattner
· 16 years ago
fce334d
we don't use libtool anymore, update comments.
by Chris Lattner
· 16 years ago
132a2f2
Guard dynamic library loading.
by Owen Anderson
· 16 years ago
4b57e5a
Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster!
by Chris Lattner
· 17 years ago
05f6837
Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu.
by Duncan Sands
· 17 years ago
859cf63
open plugins with RTLD_GLOBAL, pointed out by Bram Adams.
by Chris Lattner
· 17 years ago
bc8fb44
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 17 years ago
79df1c6
Remove unused GetAddressOfSymbol() Thanks Daniel Dunbar!
by Devang Patel
· 17 years ago
acc8193
This is a simple fix for getting error messages from dlerror in
by Chris Lattner
· 17 years ago
71da038
Provide __main hooks for cygwin & mingw32
by Anton Korobeynikov
· 18 years ago
aa4ea5a
Remove use of ltdl
by Devang Patel
· 18 years ago
fca2014
Fix compile failures with g++-4.3.
by Duncan Sands
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
942cbab
Provide hook for _alloca to make JITing on Cygwin slightly happier :)
by Anton Korobeynikov
· 18 years ago
f7d1aad
really fix PR1581, thanks to Daniel Dunbar for pointing this out.
by Chris Lattner
· 18 years ago
da85287
Fix PR1581, patch by Timo Savola
by Chris Lattner
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago