Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c876e3d42be916a405fcbbc2fa75ecef9de95e11
/
llvm
/
lib
/
Support
/
PluginLoader.cpp
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
471ba48
remove some uses of llvm/Support/Streams.h
by Chris Lattner
· 16 years ago
5c96ef7
Have scoped mutexes take referenes instead of pointers.
by Owen Anderson
· 16 years ago
bee30f5
Guard the plugin loader.
by Owen Anderson
· 16 years ago
e9de15b
Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.
by Julien Lerouge
· 17 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
30c0f33
Don't use <sstream> in Streams.h but <iosfwd> instead.
by Bill Wendling
· 19 years ago
f3baad3
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
3750ae2
Removed #include <iostream> and replace with llvm_* streams.
by Bill Wendling
· 19 years ago
a41def5
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
by Chris Lattner
· 19 years ago
4558e4a
dynamically allocate plugin space as needed
by Andrew Lenharth
· 20 years ago
bb4c9c0
Remember plugins should someone like bugpoint want to know them.
by Andrew Lenharth
· 20 years ago
5191b4b
Convert tabs to spaces
by Misha Brukman
· 21 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
9ec2761
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
by Reid Spencer
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
99dcad4
Implicitly getting a new option by linking to support.o instead of support.a
by Chris Lattner
· 21 years ago
972c68f
Prune #includes
by Chris Lattner
· 21 years ago
e6a4181
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
by John Criswell
· 22 years ago
c9499b6
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
0cf2da2
Change to use LinkDynamicObject instead of dlopen.
by Brian Gaeke
· 22 years ago
3bb5331
The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
by Misha Brukman
· 22 years ago
3ef61af
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 22 years ago
10073a9
*** empty log message ***
by Chris Lattner
· 23 years ago
2c54a0d
Initial checkin
by Chris Lattner
· 23 years ago