1. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  2. c72e573 fix some 80 column violations by Chris Lattner · 20 years ago
  3. fc82ef6 consolidate LinkFiles into LinkItems, use lib_* iterators. by Chris Lattner · 20 years ago
  4. ad988f3 consolidate LinkLibraries into LinkItems by Chris Lattner · 20 years ago
  5. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  6. 97716a4 Add support for ".so" files compiled with LLVM which contain LLVM bytecode. by Chris Lattner · 20 years ago
  7. b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
  8. 12945ac Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 20 years ago
  9. 50c301b Print something useful for gccld -v with an archive. by Chris Lattner · 20 years ago
  10. e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 20 years ago
  11. 4ca8e71 Remove un-needed #includes. by Reid Spencer · 20 years ago
  12. a834f5d Fix a compile error. config.h is now needed because DataTypes.h doesn't by Reid Spencer · 20 years ago
  13. 903f21d * Fix header block. by Reid Spencer · 20 years ago
  14. ff5f3ab Add missing space in a comment. by Reid Spencer · 20 years ago
  15. 04f5412 Fix header and function comments. by Reid Spencer · 20 years ago
  16. de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 20 years ago
  17. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 20 years ago
  18. 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 20 years ago
  19. e84de29 For PR351: \ by Reid Spencer · 20 years ago
  20. 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 20 years ago
  21. 7dde0e3 For PR351: \ by Reid Spencer · 20 years ago
  22. 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 20 years ago
  23. b2abb26 Turn this error back into a warning, fixing the povray regression by Chris Lattner · 20 years ago
  24. d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 20 years ago
  25. a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 20 years ago
  26. 4bdf1c9 Fix PR139: \ Implement LinkItems and BuildLinkItems interfaces. by Reid Spencer · 20 years ago
  27. c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 20 years ago
  28. aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 20 years ago
  29. be0b356 PR466: by Reid Spencer · 20 years ago
  30. 0022b83 Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 20 years ago
  31. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  32. 53c4c56 Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 20 years ago
  33. 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 20 years ago
  34. b9371ce Eliminate unsightly ;; by Reid Spencer · 20 years ago
  35. 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 20 years ago
  36. a63acbf Don't increment a dead iterator by Chris Lattner · 20 years ago
  37. 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 20 years ago
  38. 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 20 years ago
  39. 99d3604 Per code review:\ by Reid Spencer · 20 years ago
  40. 242e525 The second arg may be clobbered by this function by Chris Lattner · 20 years ago
  41. a4d0c6f use an autoptr by Chris Lattner · 20 years ago
  42. 6238a85 Remove a forgotten debug output line. by Reid Spencer · 20 years ago
  43. 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 20 years ago
  44. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  45. a455cca Don't bother with a re-linked library, ensure archive library is built. by Reid Spencer · 20 years ago
  46. 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 20 years ago
  47. 5c911ab Makefile for lib/Linker by Reid Spencer · 20 years ago
  48. 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  49. c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  50. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  51. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  52. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  53. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  54. d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
  55. 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
  56. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  57. 72cf7df Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB by Chris Lattner · 21 years ago
  58. aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 21 years ago
  59. 82b5b21 Fix a typeo by Chris Lattner · 21 years ago
  60. 868bbf3 Fix a major regression in my previous checkin by Chris Lattner · 21 years ago
  61. cc7ba49 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  62. 5a837de FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of by Chris Lattner · 21 years ago
  63. 7b0c84d I swear I compiled this, really I did. by Chris Lattner · 21 years ago
  64. c003628 Factor some code out, no substantial change. by Chris Lattner · 21 years ago
  65. fe41069 Concisify some code by Chris Lattner · 21 years ago
  66. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  67. 00dc479 bug 122: by Reid Spencer · 21 years ago
  68. c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  69. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  70. c837dd9 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  71. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  72. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 21 years ago
  73. bed85ff Header file moved by Chris Lattner · 21 years ago
  74. 567bc2c Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 21 years ago
  75. 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago
  76. 1438102 Fix linking of constant expr casts due to type resolution changes. With by Chris Lattner · 21 years ago
  77. c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 21 years ago
  78. 57cb988 Fix PR245: Linking weak and strong global variables is dependent on link order by Chris Lattner · 21 years ago
  79. de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 21 years ago
  80. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  81. c6646eb Remove use of ConstantExpr::getShift by Chris Lattner · 21 years ago
  82. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  83. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  84. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  85. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  86. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago
  87. adbc0b5 Spew symbolic types! by Chris Lattner · 21 years ago
  88. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 21 years ago
  89. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  90. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 21 years ago
  91. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 21 years ago
  92. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  93. d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
  94. 700867b Checking in Chris's suggestions: by John Criswell · 21 years ago
  95. 3595655 Fix test: Linker/2003-10-27-LinkOncePromote.ll Fix PR58 by Chris Lattner · 21 years ago
  96. aeb18ce Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll by Chris Lattner · 21 years ago
  97. f85770c Fix message to make more sense and confuse Chris less by Chris Lattner · 21 years ago
  98. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 21 years ago
  99. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  100. 1dd27b1 fix file header by Chris Lattner · 21 years ago