Wrap long line.
[oota-llvm.git] / lib / Support / PluginLoader.cpp
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