1. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 22 years ago
  2. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 22 years ago
  3. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  4. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 22 years ago
  5. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 22 years ago
  6. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 22 years ago
  7. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 22 years ago
  8. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  9. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  10. 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 22 years ago
  11. 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 22 years ago
  12. 5208ba1 Doxygen-ified comments. by Misha Brukman · 22 years ago
  13. 61087cc Made code more terse: by Misha Brukman · 22 years ago
  14. e98ddfc 1. Use better error messages in LinkFiles(). by Brian Gaeke · 22 years ago
  15. a58d2be Update file headers for renamed files. by Chris Lattner · 22 years ago
  16. e676313 Tersified code: by Misha Brukman · 22 years ago
  17. 17dc4ce * Ordered includes according to LLVM programmers' guide by Misha Brukman · 22 years ago
  18. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 22 years ago