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