Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
967570f2ecdbedeae80bcc19744cf111c3e112e1
/
lib
/
Support
/
PluginLoader.cpp
1f6efa3
Merge System into Support.
by Michael J. Spencer
· 14 years ago
d9ea85a
remove some uses of llvm/Support/Streams.h
by Chris Lattner
· 15 years ago
a9d1f2c
Have scoped mutexes take referenes instead of pointers.
by Owen Anderson
· 15 years ago
61ffc0c
Guard the plugin loader.
by Owen Anderson
· 15 years ago
e7d3af5
Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.
by Julien Lerouge
· 16 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 17 years ago
1a097e3
Don't use <sstream> in Streams.h but <iosfwd> instead.
by Bill Wendling
· 18 years ago
e815619
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 18 years ago
fe6b146
Removed #include <iostream> and replace with llvm_* streams.
by Bill Wendling
· 18 years ago
17aa9d3
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
by Chris Lattner
· 18 years ago
9d90144
dynamically allocate plugin space as needed
by Andrew Lenharth
· 19 years ago
4b93476
Remember plugins should someone like bugpoint want to know them.
by Andrew Lenharth
· 19 years ago
3c94497
Convert tabs to spaces
by Misha Brukman
· 20 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
737459d
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
by Reid Spencer
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 20 years ago
13a253a
Implicitly getting a new option by linking to support.o instead of support.a
by Chris Lattner
· 20 years ago
1c457b8
Prune #includes
by Chris Lattner
· 20 years ago
7f7d16b
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
by John Criswell
· 21 years ago
2cdd21c
Finegrainify namespacification
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 21 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 21 years ago
56d8616
Change to use LinkDynamicObject instead of dlopen.
by Brian Gaeke
· 21 years ago
3ce4ac6
The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
by Misha Brukman
· 21 years ago
7a73b80
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 21 years ago
0c0edf8
*** empty log message ***
by Chris Lattner
· 22 years ago
c1b5d09
Initial checkin
by Chris Lattner
· 22 years ago