Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / PluginLoader.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-23 Owen AndersonGuard the plugin loader.
2008-10-22 Julien LerougeFix for PR2881: fix a small leak exposed by valgrind...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-07-07 Chris LattnerLoadLibraryPermanently no longer throws an exception...
2006-01-26 Andrew Lenharthdynamically allocate plugin space as needed
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLin...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-11 Chris LattnerImplicitly getting a new option by linking to support...
2004-05-28 Chris LattnerPrune #includes
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Brian GaekeChange to use LinkDynamicObject instead of dlopen.
2003-07-28 Misha BrukmanThe RTLD_GLOBAL flag allows symbols to be globally...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerInitial checkin