aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PluginLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner1-4/+3
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson1-3/+3
2009-06-23Guard the plugin loader.Owen Anderson1-0/+5
2008-10-22Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.Julien Lerouge1-6/+5
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling1-0/+1
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-2/+2
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling1-2/+2
2006-07-07LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner1-28/+14
2006-01-26dynamically allocate plugin space as neededAndrew Lenharth1-5/+12
2006-01-26Remember plugins should someone like bugpoint want to know them.Andrew Lenharth1-0/+15
2005-04-22Convert tabs to spacesMisha Brukman1-1/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer1-2/+12
2004-09-01Changes For Bug 352Reid Spencer1-2/+2
2004-07-11Implicitly getting a new option by linking to support.o instead of support.aChris Lattner1-23/+8
2004-05-28Prune #includesChris Lattner1-2/+1
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell1-1/+1
2003-12-14Finegrainify namespacificationChris Lattner1-4/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-10Change to use LinkDynamicObject instead of dlopen.Brian Gaeke1-3/+5
2003-07-28The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman1-1/+1
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-2/+2
2002-07-25*** empty log message ***Chris Lattner1-1/+2
2002-07-23Initial checkinChris Lattner1-0/+30