1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 5241957 Ultimately resolve aliases during linking, if possible by Anton Korobeynikov · 16 years ago
  3. ed61c0b Add sanity checks by Anton Korobeynikov · 16 years ago
  4. b8cdaf7 Typo: 'function' => 'alias' by Anton Korobeynikov · 16 years ago
  5. 817bf2a Syntactic sugar'ify stuff :) by Anton Korobeynikov · 16 years ago
  6. aeb0996 Always run 'make check' :) Fix fallout from prev. commit: query for possible by Anton Korobeynikov · 16 years ago
  7. 1438b9d Make error messages to have common style by Anton Korobeynikov · 16 years ago
  8. 01f6939 Properly link globals with aliases by Anton Korobeynikov · 16 years ago
  9. 968e39a Remove the LinkGlobal weirderness in common linking phase. by Anton Korobeynikov · 16 years ago
  10. 2b48ef0 Typo by Anton Korobeynikov · 16 years ago
  11. 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 16 years ago
  12. 75c7915 Clarify some important bits by Anton Korobeynikov · 16 years ago
  13. e20c814 Small cleanup: propagate thread-localness via generic routine. by Anton Korobeynikov · 16 years ago
  14. 9f2ee70 Missed patch from my last commit by Anton Korobeynikov · 16 years ago
  15. 3db9191 Resolve aliases to aliasees, where possible by Anton Korobeynikov · 16 years ago
  16. b5a4bd8 Handle functions as targets during linking of aliases as well by Anton Korobeynikov · 16 years ago
  17. 58887bc Try hard to link aliases. Checks can be too strict by now. by Anton Korobeynikov · 16 years ago
  18. 4fb2873 Remember the source->dest mapping when copying aliases. This fixes PR2054 by Anton Korobeynikov · 16 years ago
  19. 1c01a72 Clarify the state-of-the-art by Anton Korobeynikov · 16 years ago
  20. a27694d And final pack of warnings silencing by Anton Korobeynikov · 16 years ago
  21. f27dfcb random cleanups. by Chris Lattner · 16 years ago
  22. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  23. 650d505 Ignore functions with internal linkages during linking. This snipped mimics the by Anton Korobeynikov · 17 years ago
  24. 194c90e Fixing several transforms which would drop the collector attribute by Gordon Henriksen · 17 years ago
  25. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  26. c318329 Use correct parentheses with the '&& "..."' idiom in an assert. by Dan Gohman · 17 years ago
  27. 97f8b09 Fix PR1611 - Visibility should be ignored for a declaration by Chris Lattner · 17 years ago
  28. 00d8a84 Fix a bug in my previous patch. by Lauro Ramos Venancio · 17 years ago
  29. 31ed0fb When linking two modules, we should copy the alias. by Lauro Ramos Venancio · 17 years ago
  30. 9613e87 Propagate alignment, section name and visibility when linking "appending by Lauro Ramos Venancio · 17 years ago
  31. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 17 years ago
  32. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 17 years ago
  33. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  34. 33f2949 simplify this code by using value::takename by Chris Lattner · 18 years ago
  35. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  36. 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 18 years ago
  37. 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 18 years ago
  38. 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 18 years ago
  39. 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 18 years ago
  40. 5dfbaf1 preserve sections of globals by Andrew Lenharth · 18 years ago
  41. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  42. ec9bfdc Read from the right place. by Chris Lattner · 18 years ago
  43. c36357c Fix PR1139 by Chris Lattner · 18 years ago
  44. 26f2385 For PR761: by Reid Spencer · 18 years ago
  45. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  46. 78d033e For PR411: by Reid Spencer · 18 years ago
  47. 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 18 years ago
  48. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 18 years ago
  49. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  50. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  51. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 18 years ago
  52. 41edad7 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  53. b324bd7 silence warnings by Chris Lattner · 18 years ago
  54. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  55. 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 18 years ago
  56. 1127315 Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll by Chris Lattner · 18 years ago
  57. 620fd68 Fix linking of inline asm objects. by Chris Lattner · 18 years ago
  58. 9273b04 Add shufflevector support by Chris Lattner · 18 years ago
  59. 39c61fd Add code to RemapOperand() to handle Instruction::ExtractElement and by Evan Cheng · 18 years ago
  60. 6631601 Rename method by Chris Lattner · 19 years ago
  61. e1b2e14 Add support for linking inline asm by Chris Lattner · 19 years ago
  62. a88eb92 add support for ConstantPacked to the linker by Chris Lattner · 19 years ago
  63. ed74a4e Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and by Chris Lattner · 19 years ago
  64. dd04df0 For PR495: by Reid Spencer · 19 years ago
  65. cb9048a Preserve CC's when linking modules by Chris Lattner · 19 years ago
  66. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  67. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  68. b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 19 years ago
  69. e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 19 years ago
  70. 0ba9e21 Make LinkModules a static member function by Reid Spencer · 20 years ago
  71. 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
  72. d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 20 years ago
  73. a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 20 years ago
  74. c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 20 years ago
  75. aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 20 years ago
  76. 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 20 years ago
  77. a63acbf Don't increment a dead iterator by Chris Lattner · 20 years ago
  78. 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 20 years ago
  79. 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 20 years ago
  80. 242e525 The second arg may be clobbered by this function by Chris Lattner · 20 years ago
  81. 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 20 years ago
  82. 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  83. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  84. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  85. d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
  86. 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
  87. 72cf7df Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB by Chris Lattner · 20 years ago
  88. aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 20 years ago
  89. 82b5b21 Fix a typeo by Chris Lattner · 20 years ago
  90. 868bbf3 Fix a major regression in my previous checkin by Chris Lattner · 20 years ago
  91. cc7ba49 Stop using getValues(). by Alkis Evlogimenos · 20 years ago
  92. 5a837de FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of by Chris Lattner · 20 years ago
  93. 7b0c84d I swear I compiled this, really I did. by Chris Lattner · 20 years ago
  94. c003628 Factor some code out, no substantial change. by Chris Lattner · 20 years ago
  95. fe41069 Concisify some code by Chris Lattner · 20 years ago
  96. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  97. 00dc479 bug 122: by Reid Spencer · 20 years ago
  98. c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  99. c837dd9 Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  100. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago