1. 5653965 bail out sooner if we have two concrete but different types. by Chris Lattner · 17 years ago
  2. 9ddf2c8 simplify some code. by Chris Lattner · 17 years ago
  3. 849dcd9 Apply a patch from Nathan Keynes, which speeds up llvm-link on by Chris Lattner · 17 years ago
  4. f6f4f7a handle vectors. Any integers that got here would necessarily be different already. by Chris Lattner · 17 years ago
  5. bc1c82a Simplify ResolveTypes by pulling the null case out into the one by Chris Lattner · 17 years ago
  6. 371ca83 simplify RecursiveResolveTypes and ResolveTypes by pulling the naming out of by Chris Lattner · 17 years ago
  7. 822143e use 'continue' to make the function linker simpler. When linking a strong by Chris Lattner · 17 years ago
  8. 8246849 minor changes to short circuit the 'no linkage' case earlier for by Chris Lattner · 17 years ago
  9. bc3d1c7 simplify function visibility handling. by Chris Lattner · 17 years ago
  10. 28c3cff Factor code to copy global value attributes like by Duncan Sands · 17 years ago
  11. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
  12. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  13. caa8ae8 Fix linking of internal aliases by Anton Korobeynikov · 17 years ago
  14. 0b12ecf Turn StripPointerCast() into a method by Anton Korobeynikov · 17 years ago
  15. 149a315 If weak GlobalVariable was bitcast'ed to different type during linking by Anton Korobeynikov · 17 years ago
  16. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 17 years ago
  17. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 17 years ago
  18. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  19. 5241957 Ultimately resolve aliases during linking, if possible by Anton Korobeynikov · 17 years ago
  20. ed61c0b Add sanity checks by Anton Korobeynikov · 17 years ago
  21. b8cdaf7 Typo: 'function' => 'alias' by Anton Korobeynikov · 17 years ago
  22. 817bf2a Syntactic sugar'ify stuff :) by Anton Korobeynikov · 17 years ago
  23. aeb0996 Always run 'make check' :) Fix fallout from prev. commit: query for possible by Anton Korobeynikov · 17 years ago
  24. 1438b9d Make error messages to have common style by Anton Korobeynikov · 17 years ago
  25. 01f6939 Properly link globals with aliases by Anton Korobeynikov · 17 years ago
  26. 968e39a Remove the LinkGlobal weirderness in common linking phase. by Anton Korobeynikov · 17 years ago
  27. 2b48ef0 Typo by Anton Korobeynikov · 17 years ago
  28. 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 17 years ago
  29. 75c7915 Clarify some important bits by Anton Korobeynikov · 17 years ago
  30. e20c814 Small cleanup: propagate thread-localness via generic routine. by Anton Korobeynikov · 17 years ago
  31. 9f2ee70 Missed patch from my last commit by Anton Korobeynikov · 17 years ago
  32. 3db9191 Resolve aliases to aliasees, where possible by Anton Korobeynikov · 17 years ago
  33. b5a4bd8 Handle functions as targets during linking of aliases as well by Anton Korobeynikov · 17 years ago
  34. 58887bc Try hard to link aliases. Checks can be too strict by now. by Anton Korobeynikov · 17 years ago
  35. 4fb2873 Remember the source->dest mapping when copying aliases. This fixes PR2054 by Anton Korobeynikov · 17 years ago
  36. 1c01a72 Clarify the state-of-the-art by Anton Korobeynikov · 17 years ago
  37. a27694d And final pack of warnings silencing by Anton Korobeynikov · 17 years ago
  38. f27dfcb random cleanups. by Chris Lattner · 17 years ago
  39. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  40. 650d505 Ignore functions with internal linkages during linking. This snipped mimics the by Anton Korobeynikov · 18 years ago
  41. 194c90e Fixing several transforms which would drop the collector attribute by Gordon Henriksen · 18 years ago
  42. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  43. c318329 Use correct parentheses with the '&& "..."' idiom in an assert. by Dan Gohman · 18 years ago
  44. 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 18 years ago
  45. 00d8a84 Fix a bug in my previous patch. by Lauro Ramos Venancio · 18 years ago
  46. 31ed0fb When linking two modules, we should copy the alias. by Lauro Ramos Venancio · 18 years ago
  47. 9613e87 Propagate alignment, section name and visibility when linking "appending by Lauro Ramos Venancio · 18 years ago
  48. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  49. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 18 years ago
  50. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  51. 33f2949 simplify this code by using value::takename by Chris Lattner · 19 years ago
  52. ef9b9a7 For PR411: by Reid Spencer · 19 years ago
  53. 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 19 years ago
  54. 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 19 years ago
  55. 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 19 years ago
  56. 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 19 years ago
  57. 5dfbaf1 preserve sections of globals by Andrew Lenharth · 19 years ago
  58. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  59. ec9bfdc Read from the right place. by Chris Lattner · 19 years ago
  60. c36357c Fix PR1139 by Chris Lattner · 19 years ago
  61. 26f2385 For PR761: by Reid Spencer · 19 years ago
  62. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  63. 78d033e For PR411: by Reid Spencer · 19 years ago
  64. 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 19 years ago
  65. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
  66. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  67. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  68. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  69. 41edad7 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 19 years ago
  70. b324bd7 silence warnings by Chris Lattner · 19 years ago
  71. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  72. 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
  73. 1127315 Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll by Chris Lattner · 19 years ago
  74. 620fd68 Fix linking of inline asm objects. by Chris Lattner · 19 years ago
  75. 9273b04 Add shufflevector support by Chris Lattner · 19 years ago
  76. 39c61fd Add code to RemapOperand() to handle Instruction::ExtractElement and by Evan Cheng · 19 years ago
  77. 6631601 Rename method by Chris Lattner · 20 years ago
  78. e1b2e14 Add support for linking inline asm by Chris Lattner · 20 years ago
  79. a88eb92 add support for ConstantPacked to the linker by Chris Lattner · 20 years ago
  80. ed74a4e Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and by Chris Lattner · 20 years ago
  81. dd04df0 For PR495: by Reid Spencer · 20 years ago
  82. cb9048a Preserve CC's when linking modules by Chris Lattner · 20 years ago
  83. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  84. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  85. b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
  86. e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 21 years ago
  87. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 21 years ago
  88. 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 21 years ago
  89. d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 21 years ago
  90. a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 21 years ago
  91. c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 21 years ago
  92. aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 21 years ago
  93. 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 21 years ago
  94. a63acbf Don't increment a dead iterator by Chris Lattner · 21 years ago
  95. 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 21 years ago
  96. 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 21 years ago
  97. 242e525 The second arg may be clobbered by this function by Chris Lattner · 21 years ago
  98. 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 21 years ago
  99. 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 21 years ago
  100. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago