1. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  2. d1c4e75 random tidy by Chris Lattner · 16 years ago
  3. c521f54 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  4. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  5. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  6. 2591afc Fix thinko: alias always defines new symbol. Even is aliasee itself is undefined. by Anton Korobeynikov · 18 years ago
  7. 28179f7 Properly populate lists of defined/undefined symbols in presence of aliases by Anton Korobeynikov · 18 years ago
  8. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. 71ce927 Report an error if one occurs in releaseModule. by Reid Spencer · 18 years ago
  10. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  11. 41528e6 switch this to bitcode instead of bytecode by Chris Lattner · 19 years ago
  12. a0e5f01 add bitcode support by Chris Lattner · 19 years ago
  13. 8d4ff90 If an archive is not recognized as an LLVM bytecode archive then declare by Reid Spencer · 19 years ago
  14. 1241d6d For PR411: by Reid Spencer · 19 years ago
  15. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  16. 06d8e0f Remvoe a do-nothing else block. by Reid Spencer · 19 years ago
  17. 75db664 For PR998: by Reid Spencer · 19 years ago
  18. de46e48 For PR786: by Reid Spencer · 19 years ago
  19. d61d39e Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  20. 546436c Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
  21. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  22. 018b093 fix some 80 column violations by Chris Lattner · 21 years ago
  23. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  24. 08a5eb3 Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 21 years ago
  25. 71a4408 Print something useful for gccld -v with an archive. by Chris Lattner · 21 years ago
  26. 6b853b2 Remove un-needed #includes. by Reid Spencer · 21 years ago
  27. fe73bfc For PR351: \ by Reid Spencer · 21 years ago
  28. f78508b PR466: by Reid Spencer · 21 years ago
  29. 3f2352e Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 21 years ago
  30. d1697bf Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  31. 8bb258d Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 21 years ago
  32. 3356325 Eliminate unsightly ;; by Reid Spencer · 21 years ago
  33. c2455ca Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 21 years ago
  34. 5208a11 Per code review:\ by Reid Spencer · 21 years ago
  35. 2981914 use an autoptr by Chris Lattner · 21 years ago
  36. a67b6e1 Remove a forgotten debug output line. by Reid Spencer · 21 years ago
  37. 16c3bb3 Linker.h has a new home. by Reid Spencer · 21 years ago
  38. 9db61d9 *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 21 years ago
  39. 1cfa8d6 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 21 years ago