Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
30c0f3367c85da442008031aac69ea0f0e5c43ba
/
llvm
/
lib
/
Support
/
PluginLoader.cpp
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
· 22 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