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