1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 12945ac Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 19 years ago
  3. 50c301b Print something useful for gccld -v with an archive. by Chris Lattner · 19 years ago
  4. 4ca8e71 Remove un-needed #includes. by Reid Spencer · 20 years ago
  5. 7dde0e3 For PR351: \ by Reid Spencer · 20 years ago
  6. be0b356 PR466: by Reid Spencer · 20 years ago
  7. 0022b83 Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 20 years ago
  8. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  9. 53c4c56 Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 20 years ago
  10. b9371ce Eliminate unsightly ;; by Reid Spencer · 20 years ago
  11. 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 20 years ago
  12. 99d3604 Per code review:\ by Reid Spencer · 20 years ago
  13. a4d0c6f use an autoptr by Chris Lattner · 20 years ago
  14. 6238a85 Remove a forgotten debug output line. by Reid Spencer · 20 years ago
  15. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  16. 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 20 years ago
  17. c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  18. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  19. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  20. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  21. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  22. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  23. bed85ff Header file moved by Chris Lattner · 20 years ago
  24. 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 20 years ago
  25. c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 20 years ago
  26. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  27. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  28. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  29. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  30. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago
  31. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 21 years ago
  32. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  33. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 21 years ago
  34. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 21 years ago
  35. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  36. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 21 years ago
  37. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  38. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  39. 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 21 years ago
  40. 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 21 years ago
  41. 5208ba1 Doxygen-ified comments. by Misha Brukman · 21 years ago
  42. 61087cc Made code more terse: by Misha Brukman · 21 years ago
  43. e98ddfc 1. Use better error messages in LinkFiles(). by Brian Gaeke · 21 years ago
  44. a58d2be Update file headers for renamed files. by Chris Lattner · 21 years ago
  45. e676313 Tersified code: by Misha Brukman · 21 years ago
  46. 17dc4ce * Ordered includes according to LLVM programmers' guide by Misha Brukman · 21 years ago
  47. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 21 years ago