1. f94ecc3 fix broken GCC bugzilla link by Gabor Greif · 16 years ago
  2. 54820ce add a Q/A on broken GCCs by Gabor Greif · 16 years ago
  3. cade822 update blurb per Shannon Weyrick. by Chris Lattner · 16 years ago
  4. 05c7095 Try to make the meaning of 'nocapture' a bit clearer. I by Duncan Sands · 16 years ago
  5. dd3e672 Use GCC not gcc, like everywhere else in this document. by Duncan Sands · 16 years ago
  6. 524a5dd Grammar and punctuation fixes. No content changes. by John Criswell · 16 years ago
  7. 1012919 Declare Sentinel fragments as mutable to get rid by Gabor Greif · 16 years ago
  8. 5b78a7c remove a deprecated interface that was pretty useless by Gabor Greif · 16 years ago
  9. cc46550 note the removal of deprecated interfaces by Gabor Greif · 16 years ago
  10. e6d6820 fix typo by Gabor Greif · 16 years ago
  11. 4906abe minor tweaks by Gabor Greif · 16 years ago
  12. 29ecc1c minor tweaks by Gabor Greif · 16 years ago
  13. 1386ae4 Remove duplication in Makefile.rules. by Mikhail Glushenkov · 16 years ago
  14. 09c9ed4 Add more notes for VMKit. by Nicolas Geoffray · 16 years ago
  15. 5b7cfb0 Fix PR3694: add an instcombine micro-optimization that helps by Duncan Sands · 16 years ago
  16. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 16 years ago
  17. b14f5b5 Fix build with objdir != srcdir. by Mikhail Glushenkov · 16 years ago
  18. 95e2aa8 Move code from Main.cpp to the include dir. by Mikhail Glushenkov · 16 years ago
  19. bd21c83 Cosmetic fixes: include guards. by Mikhail Glushenkov · 16 years ago
  20. 41f36f4 Plugin::Priority() doesn't need to be pure virtual. by Mikhail Glushenkov · 16 years ago
  21. f5178ce Add a comment. by Mikhail Glushenkov · 16 years ago
  22. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 16 years ago
  23. 99dac47 Random formatting changes. by Bill Wendling · 16 years ago
  24. dc1350e Fix typos. by Bill Wendling · 16 years ago
  25. 63d8c55 Change </pp> to </p>. by Bill Wendling · 16 years ago
  26. 6bc1528 - Use "real-world applications" instead of just "real applications". by Bill Wendling · 16 years ago
  27. c9c0b59 Make some improvements to the GC docs. by Gordon Henriksen · 16 years ago
  28. 6da385e Drop toy GC runtime. by Gordon Henriksen · 16 years ago
  29. 3975f2b remove empty section by Chris Lattner · 16 years ago
  30. 511433e more englishification by Chris Lattner · 16 years ago
  31. 917cc71 start translating this into Engrish and organizing it. by Chris Lattner · 16 years ago
  32. cbd88ad Fix a problem with DAGCombine on 64b targets where folding by Nate Begeman · 16 years ago
  33. 932af8f move gold plugin next to LTO doc in the subsystem section by Chris Lattner · 16 years ago
  34. f3888ba Add a quickstart example. by Nick Lewycky · 16 years ago
  35. f45a828 Close list item tag, to conform with the style in this file. It's optional by Nick Lewycky · 16 years ago
  36. 017730c Add the gold plugin page to the documentation index! by Nick Lewycky · 16 years ago
  37. d66ff0f Cleanup the description of flags to llvm-gcc. Also remove stray text in the by Nick Lewycky · 16 years ago
  38. 050147c Don't forget the important part. llvm-gcc -use-gold-plugin passes the right by Nick Lewycky · 16 years ago
  39. f795ef0 Sprinkle llvmc notes with <tt>. by Mikhail Glushenkov · 16 years ago
  40. 5e7d4d6 Another sentinel optimization. This one should always by Gabor Greif · 16 years ago
  41. abd6f28 Reuse a technique (pioneered for BasicBlocks) of superposing ilist with by Gabor Greif · 16 years ago
  42. 358f249 Functions marked malloc are noalias return. by Duncan Sands · 16 years ago
  43. 10f0675 Tweak this a bit. by Duncan Sands · 16 years ago
  44. d14e9e7 Adjust this test for recent llvm-gcc changes. by Duncan Sands · 16 years ago
  45. fd97aa2 Fix grammar. by Nick Lewycky · 16 years ago
  46. 1f3bd7a fix a comment by Gabor Greif · 16 years ago
  47. 1a31d09 Fix a typo. Thanks baldrick! by Gabor Greif · 16 years ago
  48. ebc6765 First pass at a document describing how to achieve LTO on Linux with gold. by Nick Lewycky · 16 years ago
  49. f910fd3 Another point to mention. by Duncan Sands · 16 years ago
  50. 8fe4081 Temporarily revert r65755. It was causing failures in the self-hosting by Bill Wendling · 16 years ago
  51. c441fb8 add some llvmc notes from Mikhail by Chris Lattner · 16 years ago
  52. af89a3f hoist the check for alloca size up so that it controls CanConvertToScalar by Chris Lattner · 16 years ago
  53. 870b807 Minor optimization: by Evan Cheng · 16 years ago
  54. 8904849 tweak this to accept asmprinter changes. I have no way to verify this, hopefully by Chris Lattner · 16 years ago
  55. d2b6cb0 simplify handling "don't print top level name" processing, so that we get by Chris Lattner · 16 years ago
  56. a27ea9e Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new by Bob Wilson · 16 years ago
  57. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 16 years ago
  58. 8848586 walk type symbol table also, so we get: by Chris Lattner · 16 years ago
  59. 585cfb6 adjust for asmprinter change. by Chris Lattner · 16 years ago
  60. 3aa8f6b adjust for asmprinter change. by Chris Lattner · 16 years ago
  61. 13397b9 adjust test to make it more robust by Chris Lattner · 16 years ago
  62. 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 16 years ago
  63. e9fa33e move type name population out of TypePrinting class into a static by Chris Lattner · 16 years ago
  64. 87185e8 switch to densemap for pointer->word map. by Chris Lattner · 16 years ago
  65. ae30423 delete a bunch of duplicated type printing logic, using the type printing by Chris Lattner · 16 years ago
  66. 8ab55b7 make this work when constructed with a null module* by Chris Lattner · 16 years ago
  67. 7eef180 add description how the ilist_traits<Instruction> works by Gabor Greif · 16 years ago
  68. 6fa0883 the module is not required to exist, allow it to default, giving this by Chris Lattner · 16 years ago
  69. a725c45 disable copying and assignment. by Chris Lattner · 16 years ago
  70. d8030a7 expose TypePrinting as a public API. by Chris Lattner · 16 years ago
  71. d3fc0a1 one less space, fixes failure with rebuilt llvm-gcc. by Chris Lattner · 16 years ago
  72. 0a4bbbf Fix grammaro. by Bill Wendling · 16 years ago
  73. 3079426 rename 'Result' to 'OS' in CalcTypeName for consistency by Chris Lattner · 16 years ago
  74. 0f7364b do not embed the raw_ostream into TypePrinting, pass it as an argument to print etc. by Chris Lattner · 16 years ago
  75. 583ffd8 stop calling Type::getDescription(). by Chris Lattner · 16 years ago
  76. 6d4306e simplifications by Chris Lattner · 16 years ago
  77. c287137 Change WriteTypeSymbolic to not put a space out before types, also, remove by Chris Lattner · 16 years ago
  78. 534361e make CalcTypeName take a stream instead of a string to concat onto, by Chris Lattner · 16 years ago
  79. a32c3e4 remove a bunch of nearly-duplicated code. by Chris Lattner · 16 years ago
  80. 36942d7 fix indentation, remove dead integer case. by Chris Lattner · 16 years ago
  81. b840cac pull calcTypeName into TypePrinting class, make its type stack by Chris Lattner · 16 years ago
  82. b1b9d91 inline method into its only use and simplify the result. by Chris Lattner · 16 years ago
  83. 88344e6 simplify condition by Chris Lattner · 16 years ago
  84. 9cc3446 start refactoring the .ll printer: introduce a new TypePrinting class by Chris Lattner · 16 years ago
  85. bc31caf add a stub for Roadsend PHP by Chris Lattner · 16 years ago
  86. 7088279 don't use the word 'aggregate' with constants, it is confusing. by Chris Lattner · 16 years ago
  87. 03bbad6 don't redescribe bitcast constraints in two places. It is not valid to by Chris Lattner · 16 years ago
  88. 452e262 reject 0 element vectors with: by Chris Lattner · 16 years ago
  89. 6cd7498 Update this text for first-class aggregates. by Nick Lewycky · 16 years ago
  90. e05b6f1 Fix typo. Found by William Moss. by Bill Wendling · 16 years ago
  91. da3e705 There is a way to specify targets that should succeed. It's the "XTARGET" by Bill Wendling · 16 years ago
  92. b141e39 make traits more flexible by splitting out node-related fragment by Gabor Greif · 16 years ago
  93. c8bb37a Last commit accidentially deleted this code. by Evan Cheng · 16 years ago
  94. 9a5c4e0 Avoid unused parameter warning. by Evan Cheng · 16 years ago
  95. 7cbb95f Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc". by Stuart Hastings · 16 years ago
  96. 9feb5dd Added another darwin subtarget by Mon P Wang · 16 years ago
  97. b1789b0 Testcase to insure C strings go to the cstring section. Darwin-specific. by Stuart Hastings · 16 years ago
  98. 9ac08d6 It is possible that subprgoram definition is only encoding return value directly, instsad of an DIArray of all argument types. by Devang Patel · 16 years ago
  99. a05764c group friendship by Gabor Greif · 16 years ago
  100. 9a58023 Refactor TLS code and add some tests. The tests and expected results are: by Rafael Espindola · 16 years ago