index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
PluginLoader.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-08-23
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-07-07
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-06-23
Guard the plugin loader.
Owen Anderson
2008-10-22
Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.
Julien Lerouge
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-26
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-07-07
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
Chris Lattner
2006-01-26
dynamically allocate plugin space as needed
Andrew Lenharth
2006-01-26
Remember plugins should someone like bugpoint want to know them.
Andrew Lenharth
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-11
Implicitly getting a new option by linking to support.o instead of support.a
Chris Lattner
2004-05-28
Prune #includes
Chris Lattner
2004-01-26
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
John Criswell
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Change to use LinkDynamicObject instead of dlopen.
Brian Gaeke
2003-07-28
The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-23
Initial checkin
Chris Lattner