1. ab55ebd Redo the arithmetic with overflow architecture. I was changing the semantics of by Bill Wendling · 16 years ago
  2. 9053154 Fix W3C validator errors. by Mikhail Glushenkov · 16 years ago
  3. 99a3a2c Use correct file for the llvmc tutorial. by Mikhail Glushenkov · 16 years ago
  4. 68319f8 Update the auto-generated llvmc documentation. by Mikhail Glushenkov · 16 years ago
  5. ba71d67 Add a '-Wo,' option that passes options to opt. by Mikhail Glushenkov · 16 years ago
  6. 38b6fd6 Fix a 80 col. violation. by Evan Cheng · 16 years ago
  7. 66286e9 * Removed stray </p> tag * Whitespace cleanups by Misha Brukman · 16 years ago
  8. 2d33c54 * <div align=center> is not valid HTML 4.01 - removed alignment by Misha Brukman · 16 years ago
  9. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  10. 430245f Conform to the HTML 4.01 Strict specification. by Misha Brukman · 16 years ago
  11. 277a147 Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the by Nick Lewycky · 16 years ago
  12. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  13. 39309df * Fixed formatting of command descriptions to be consistent: by Misha Brukman · 16 years ago
  14. 9053a73 fix grammar, thanks Duncan! by Torok Edwin · 16 years ago
  15. de1e521 Merge Base.td and Tools.td. by Mikhail Glushenkov · 16 years ago
  16. 87f1e77 introduce BasicBlock::getUniquePredecessor() by Torok Edwin · 16 years ago
  17. e1d44b5 Put Edge* classes into anonymous namespace. by Mikhail Glushenkov · 16 years ago
  18. 6db08c4 Avoid generating a convert_rndsat node when the src and dest type are the same. by Mon P Wang · 16 years ago
  19. 775bb80 Clarify FIXME. by Bill Wendling · 16 years ago
  20. f67303d Whitespace clean up (tabs with spaces) by Mon P Wang · 16 years ago
  21. a60b523 Make fix for r60829 less conservative to allow the proper optimization for by Mon P Wang · 16 years ago
  22. 0ffa3de Add a newline after this debug output. by Bill Wendling · 16 years ago
  23. c1449e6 s/A Few Coding Standards/LLVM Coding Standards/g by Misha Brukman · 16 years ago
  24. 2476e5d If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on by Bill Wendling · 16 years ago
  25. e5ad88e Preliminary ARM debug support based on patch by Mikael of FlexyCore. by Evan Cheng · 16 years ago
  26. 6bb14ca Some code clean up. by Evan Cheng · 16 years ago
  27. 9a90132 Only perform SETO/SETC to JO/JC conversion if extractvalue is coming from an arithmetic with overflow instruction. by Bill Wendling · 16 years ago
  28. f82242d fix typo. thanks Baldrick for noticing by Nuno Lopes · 16 years ago
  29. 58dc0b5 add gcc 4.1.2 from redhat to the list of broken compilers by Nuno Lopes · 16 years ago
  30. b8ee801 Update these instructions to the 2.4 release. by Duncan Sands · 16 years ago
  31. ab0c578 For amusement, implement SADDO, SSUBO, UADDO, USUBO by Duncan Sands · 16 years ago
  32. 0cfe052 Mention the Ada and Fortran front-ends. by Duncan Sands · 16 years ago
  33. 7050f3d Don't dereference the end() iterator. This was by Duncan Sands · 16 years ago
  34. 01f8d09 Added a little more information that vector shifts require vector shift amount. by Mon P Wang · 16 years ago
  35. bae527d Fixed a bug when trying to optimize a extract vector element of a by Mon P Wang · 16 years ago
  36. 5788d1a Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some overflow issues. Patch by Thomas Jablin. by Evan Cheng · 16 years ago
  37. bc5e15e Whitespace changes. by Bill Wendling · 16 years ago
  38. 80b9902 Rewrite instructions for configuring external tests to reflect reality. by Dale Johannesen · 16 years ago
  39. 369e02d Fix a bug introduced by r59265. If lazy compilation is disabled, return actual function ptr instead of ptr to stub if function is already compiled. by Evan Cheng · 16 years ago
  40. 2dae65d move an entry, add some notes, remove a completed item (IMPLICIT_DEF) by Chris Lattner · 16 years ago
  41. b957bda Allow basicaa to walk through geps with identical indices in by Chris Lattner · 16 years ago
  42. 2ce4e5c Whitespace fixes. by Bill Wendling · 16 years ago
  43. f55a210 Update CalcLatency to work in terms of edge latencies, rather than by Dan Gohman · 16 years ago
  44. 94ea5be Fix a couple of Dwarf bugs. by Evan Cheng · 16 years ago
  45. aedc637 CellSPU: by Scott Michel · 16 years ago
  46. 30a64a7 Implement fast-isel conversion of a branch instruction that's branching on an by Bill Wendling · 16 years ago
  47. 54e4c36 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 16 years ago
  48. 5a45bf1 loosen up an assertion that isn't valid when called from by Chris Lattner · 16 years ago
  49. bcf28c0 Minor code simplification. by Dan Gohman · 16 years ago
  50. 74c3765 Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 16 years ago
  51. bc99be1 Teach GVN to invalidate some memdep information when it does an RAUW by Chris Lattner · 16 years ago
  52. 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 16 years ago
  53. 20d6f09 Teach BasicAA::getModRefInfo(CallSite, CallSite) some by Chris Lattner · 16 years ago
  54. 3579e44 Fix a fixme: allow memdep to see past read-only calls when doing by Chris Lattner · 16 years ago
  55. 1559b36 rename getNonLocalDependency -> getNonLocalCallDependency, and remove by Chris Lattner · 16 years ago
  56. 91bcf64 Switch GVN::processNonLocalLoad to using the new by Chris Lattner · 16 years ago
  57. ae19931 random cleanups, no functionality change. by Chris Lattner · 16 years ago
  58. 28575f2 xfail this for now. by Evan Cheng · 16 years ago
  59. a9d50c0 Back out 60748 for now. It's breaking SPASS, 254.gap, and 464.h264ref. by Evan Cheng · 16 years ago
  60. f848028 Cosmetic changes. by Evan Cheng · 16 years ago
  61. 34283c8 remove unused var by Nuno Lopes · 16 years ago
  62. e3a49cd Whitespace cleanups. by Dan Gohman · 16 years ago
  63. 260435c Remove Clang tests since clang is not installed on the buildbots. by Mikhail Glushenkov · 16 years ago
  64. 78bd53d Add some rudimentary tests for . by Mikhail Glushenkov · 16 years ago
  65. efc5c31 Man page typo fix. by Mikhail Glushenkov · 16 years ago
  66. 74bcb05 Support -emit-llvm properly (with -S and -c). by Mikhail Glushenkov · 16 years ago
  67. 677a7ec Handle a compiler warning. by Duncan Sands · 16 years ago
  68. 9f1e12a fix typos gabor noticed by Chris Lattner · 16 years ago
  69. c065b3f Correct my English. by Bill Wendling · 16 years ago
  70. 6563371 restructure the top level non-local ptr dep query to handle by Chris Lattner · 16 years ago
  71. 9863c3f rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB by Chris Lattner · 16 years ago
  72. 77f86ad DisableGVCompilation should not abort on internal GlobalValue's. by Evan Cheng · 16 years ago
  73. 1cd46bb In LegalizeOp, don't change the result type of CONVERT_RNDSAT when promoting by Mon P Wang · 16 years ago
  74. 0bed364 It's easy to handle SLE/SGE when the loop has a unit stride. by Nick Lewycky · 16 years ago
  75. ba4dacc if we have two elements, insert both, don't use std::sort. by Chris Lattner · 16 years ago
  76. 1aeadac If we're only adding one new element to 'Cache', insert it into its known by Chris Lattner · 16 years ago
  77. 511b36c convert a couple other places that use pred_iterator to use the caching by Chris Lattner · 16 years ago
  78. 0401245 newline at end of phile by Chris Lattner · 16 years ago
  79. 4012fdd use hte new pred cache to speed up the new non-local memdep by Chris Lattner · 16 years ago
  80. 312b9a1 pred_iterator got a lot slower since use-diet landed. This is a by Chris Lattner · 16 years ago
  81. db1b5bf CellSPU: by Scott Michel · 16 years ago
  82. e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 16 years ago
  83. 46a879e Fix a really subtle off-by-one bug that Duncan noticed with valgrind by Chris Lattner · 16 years ago
  84. e07d3de CellSPU: by Scott Michel · 16 years ago
  85. 52370a1 Add initial support for fast-isel of the [SU]ADDO intrinsics. It isn't by Bill Wendling · 16 years ago
  86. 5fb580e Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! by Dan Gohman · 16 years ago
  87. fe1d9e9 remove two unneeded forward declarations, pointed out by Gabor. by Chris Lattner · 16 years ago
  88. aeac8f9 Don't charge full latency for an anti-dependence, in this simplistic by Dan Gohman · 16 years ago
  89. 55fdaec Fix a couple of mistaken switch case fall-throughs. Thanks to Bill by Dan Gohman · 16 years ago
  90. 51d8b66 Actually test something. Use PR3170 test case. by Devang Patel · 16 years ago
  91. 20fa76e remove DebugIterations option. Despite the accusations, by Chris Lattner · 16 years ago
  92. e4d1082 Re-apply 60689 now my head is screwed on right. by Evan Cheng · 16 years ago
  93. a629b48 Fix the top-level comments, and fix some 80-column violations. by Dan Gohman · 16 years ago
  94. b79a011 Move the conversion to intptr_t to a separate statement. This by Dan Gohman · 16 years ago
  95. 2d4e9bc Revert 60689. It caused many regressions on Darwin targets. by Dan Gohman · 16 years ago
  96. 4cd3145 Use 'delete []' instead of 'delete' in OwningArray::reset(). by Ted Kremenek · 16 years ago
  97. 042b877 Fix spelling. Thanks Duncan! by Devang Patel · 16 years ago
  98. 6d9896f Undo previous patch. by Devang Patel · 16 years ago
  99. 174f938 Fix comment typo. by Duncan Sands · 16 years ago
  100. 1832705 Fix comment typo. by Duncan Sands · 16 years ago