Add ability to search only for native shared object, and expose the
[oota-llvm.git] / lib / Linker / LinkArchives.cpp
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-16 Brian GaekeWhen we find a module we want, in an archive, in verbos...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive, IsBytecode to FileUtilities. Fix up...
2003-11-11 Brian GaekeThis version of Linker.cpp works a lot better, but...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-08 Brian GaekeMake more error messages have gccld's name in them.
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...