1. 6da385e Drop toy GC runtime. by Gordon Henriksen · 16 years ago
  2. 3975f2b remove empty section by Chris Lattner · 16 years ago
  3. 511433e more englishification by Chris Lattner · 16 years ago
  4. 917cc71 start translating this into Engrish and organizing it. by Chris Lattner · 16 years ago
  5. cbd88ad Fix a problem with DAGCombine on 64b targets where folding by Nate Begeman · 16 years ago
  6. 932af8f move gold plugin next to LTO doc in the subsystem section by Chris Lattner · 16 years ago
  7. f3888ba Add a quickstart example. by Nick Lewycky · 16 years ago
  8. f45a828 Close list item tag, to conform with the style in this file. It's optional by Nick Lewycky · 16 years ago
  9. 017730c Add the gold plugin page to the documentation index! by Nick Lewycky · 16 years ago
  10. d66ff0f Cleanup the description of flags to llvm-gcc. Also remove stray text in the by Nick Lewycky · 16 years ago
  11. 050147c Don't forget the important part. llvm-gcc -use-gold-plugin passes the right by Nick Lewycky · 16 years ago
  12. f795ef0 Sprinkle llvmc notes with <tt>. by Mikhail Glushenkov · 16 years ago
  13. 5e7d4d6 Another sentinel optimization. This one should always by Gabor Greif · 16 years ago
  14. abd6f28 Reuse a technique (pioneered for BasicBlocks) of superposing ilist with by Gabor Greif · 16 years ago
  15. 358f249 Functions marked malloc are noalias return. by Duncan Sands · 16 years ago
  16. 10f0675 Tweak this a bit. by Duncan Sands · 16 years ago
  17. d14e9e7 Adjust this test for recent llvm-gcc changes. by Duncan Sands · 16 years ago
  18. fd97aa2 Fix grammar. by Nick Lewycky · 16 years ago
  19. 1f3bd7a fix a comment by Gabor Greif · 16 years ago
  20. 1a31d09 Fix a typo. Thanks baldrick! by Gabor Greif · 16 years ago
  21. ebc6765 First pass at a document describing how to achieve LTO on Linux with gold. by Nick Lewycky · 16 years ago
  22. f910fd3 Another point to mention. by Duncan Sands · 16 years ago
  23. 8fe4081 Temporarily revert r65755. It was causing failures in the self-hosting by Bill Wendling · 16 years ago
  24. c441fb8 add some llvmc notes from Mikhail by Chris Lattner · 16 years ago
  25. af89a3f hoist the check for alloca size up so that it controls CanConvertToScalar by Chris Lattner · 16 years ago
  26. 870b807 Minor optimization: by Evan Cheng · 16 years ago
  27. 8904849 tweak this to accept asmprinter changes. I have no way to verify this, hopefully by Chris Lattner · 16 years ago
  28. d2b6cb0 simplify handling "don't print top level name" processing, so that we get by Chris Lattner · 16 years ago
  29. a27ea9e Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new by Bob Wilson · 16 years ago
  30. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 16 years ago
  31. 8848586 walk type symbol table also, so we get: by Chris Lattner · 16 years ago
  32. 585cfb6 adjust for asmprinter change. by Chris Lattner · 16 years ago
  33. 3aa8f6b adjust for asmprinter change. by Chris Lattner · 16 years ago
  34. 13397b9 adjust test to make it more robust by Chris Lattner · 16 years ago
  35. 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 16 years ago
  36. e9fa33e move type name population out of TypePrinting class into a static by Chris Lattner · 16 years ago
  37. 87185e8 switch to densemap for pointer->word map. by Chris Lattner · 16 years ago
  38. ae30423 delete a bunch of duplicated type printing logic, using the type printing by Chris Lattner · 16 years ago
  39. 8ab55b7 make this work when constructed with a null module* by Chris Lattner · 16 years ago
  40. 7eef180 add description how the ilist_traits<Instruction> works by Gabor Greif · 16 years ago
  41. 6fa0883 the module is not required to exist, allow it to default, giving this by Chris Lattner · 16 years ago
  42. a725c45 disable copying and assignment. by Chris Lattner · 16 years ago
  43. d8030a7 expose TypePrinting as a public API. by Chris Lattner · 16 years ago
  44. d3fc0a1 one less space, fixes failure with rebuilt llvm-gcc. by Chris Lattner · 16 years ago
  45. 0a4bbbf Fix grammaro. by Bill Wendling · 16 years ago
  46. 3079426 rename 'Result' to 'OS' in CalcTypeName for consistency by Chris Lattner · 16 years ago
  47. 0f7364b do not embed the raw_ostream into TypePrinting, pass it as an argument to print etc. by Chris Lattner · 16 years ago
  48. 583ffd8 stop calling Type::getDescription(). by Chris Lattner · 16 years ago
  49. 6d4306e simplifications by Chris Lattner · 16 years ago
  50. c287137 Change WriteTypeSymbolic to not put a space out before types, also, remove by Chris Lattner · 16 years ago
  51. 534361e make CalcTypeName take a stream instead of a string to concat onto, by Chris Lattner · 16 years ago
  52. a32c3e4 remove a bunch of nearly-duplicated code. by Chris Lattner · 16 years ago
  53. 36942d7 fix indentation, remove dead integer case. by Chris Lattner · 16 years ago
  54. b840cac pull calcTypeName into TypePrinting class, make its type stack by Chris Lattner · 16 years ago
  55. b1b9d91 inline method into its only use and simplify the result. by Chris Lattner · 16 years ago
  56. 88344e6 simplify condition by Chris Lattner · 16 years ago
  57. 9cc3446 start refactoring the .ll printer: introduce a new TypePrinting class by Chris Lattner · 16 years ago
  58. bc31caf add a stub for Roadsend PHP by Chris Lattner · 16 years ago
  59. 7088279 don't use the word 'aggregate' with constants, it is confusing. by Chris Lattner · 16 years ago
  60. 03bbad6 don't redescribe bitcast constraints in two places. It is not valid to by Chris Lattner · 16 years ago
  61. 452e262 reject 0 element vectors with: by Chris Lattner · 16 years ago
  62. 6cd7498 Update this text for first-class aggregates. by Nick Lewycky · 16 years ago
  63. e05b6f1 Fix typo. Found by William Moss. by Bill Wendling · 16 years ago
  64. da3e705 There is a way to specify targets that should succeed. It's the "XTARGET" by Bill Wendling · 16 years ago
  65. b141e39 make traits more flexible by splitting out node-related fragment by Gabor Greif · 16 years ago
  66. c8bb37a Last commit accidentially deleted this code. by Evan Cheng · 16 years ago
  67. 9a5c4e0 Avoid unused parameter warning. by Evan Cheng · 16 years ago
  68. 7cbb95f Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc". by Stuart Hastings · 16 years ago
  69. 9feb5dd Added another darwin subtarget by Mon P Wang · 16 years ago
  70. b1789b0 Testcase to insure C strings go to the cstring section. Darwin-specific. by Stuart Hastings · 16 years ago
  71. 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
  72. a05764c group friendship by Gabor Greif · 16 years ago
  73. 9a58023 Refactor TLS code and add some tests. The tests and expected results are: by Rafael Espindola · 16 years ago
  74. 0186250 document ilist_traits by Gabor Greif · 16 years ago
  75. 2946d1c Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 16 years ago
  76. 3899e49 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 16 years ago
  77. a1ae094 update year by Gabor Greif · 16 years ago
  78. 1c17ca1 fix comments by Gabor Greif · 16 years ago
  79. 0a0e68a Introduce a new technique for merging BasicBlock with Instruction sentinel by superposition. by Gabor Greif · 16 years ago
  80. 8b3894c Update release notes for static analyzer. by Ted Kremenek · 16 years ago
  81. c52551d 'append_cmd' should split its argument. by Mikhail Glushenkov · 16 years ago
  82. 579214a Silence compiler warning about use of uninitialized variables (in reality these by Nick Lewycky · 16 years ago
  83. 7569af7 Fix compiler warning about uninitialized variables. No functional change. by Nick Lewycky · 16 years ago
  84. ded2b20 Alignment values for i64 and f64 on ppc64 were wrong, by Dale Johannesen · 16 years ago
  85. 98f122f Make sure this test passes on linux-ppc. by Evan Cheng · 16 years ago
  86. 30fe9e4 Update another test for the LoopInfo::print changes. by Dan Gohman · 16 years ago
  87. d4b3a37 Update this test for the LoopInfo::print changes. by Dan Gohman · 16 years ago
  88. 927793b Make LoopInfo::print() identify header, exit, and latch blocks, by Dan Gohman · 16 years ago
  89. efc7839 MachineLICM CSE should match destination register classes; avoid hoisting implicit_def's. by Evan Cheng · 16 years ago
  90. ab68e9e drop some un-edited text for pure and ldc in here. by Chris Lattner · 16 years ago
  91. 9de4221 remove deleteNode definition, it is inherited in an identical fashion by Gabor Greif · 16 years ago
  92. cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 16 years ago
  93. ae72ca9 Fix universal builds to not use -XCClinker (a libtool thing) now that by Chris Lattner · 16 years ago
  94. 13d5b71 these utils don't need exports. by Chris Lattner · 16 years ago
  95. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  96. c953a88 no really, use the right path. by Chris Lattner · 16 years ago
  97. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 16 years ago
  98. 6b37dcd use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to by Chris Lattner · 16 years ago
  99. 61863a3 strip exported symbols from tools that build with TOOL_NO_EXPORTS=1. by Chris Lattner · 16 years ago
  100. 843daf4 pass -mmacosx-version-min to the compiler and linker, which makes the build by Chris Lattner · 16 years ago