aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/PluginLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-4/+3
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-3/+3
* Guard the plugin loader.Owen Anderson2009-06-231-0/+5
* Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.Julien Lerouge2008-10-221-6/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-2/+2
* LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner2006-07-071-28/+14
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-261-5/+12
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-261-0/+15
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer2004-11-291-2/+12
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Implicitly getting a new option by linking to support.o instead of support.aChris Lattner2004-07-111-23/+8
* Prune #includesChris Lattner2004-05-281-2/+1
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-261-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change to use LinkDynamicObject instead of dlopen.Brian Gaeke2003-10-101-3/+5
* The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman2003-07-281-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-2/+2
* *** empty log message ***Chris Lattner2002-07-251-1/+2
* Initial checkinChris Lattner2002-07-231-0/+30