1. 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 16 years ago
  2. 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
  3. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
  4. 1323e8b add PR # by Chris Lattner · 16 years ago
  5. e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 16 years ago
  6. e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 16 years ago
  7. 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 16 years ago
  8. f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 16 years ago
  9. 42a8bbc Update test by Anton Korobeynikov · 16 years ago
  10. 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 16 years ago
  11. 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 16 years ago
  12. 58e39b0 One more permutation of subtracting off a base value. by Dale Johannesen · 16 years ago
  13. a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 16 years ago
  14. 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 16 years ago
  15. b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 16 years ago
  16. f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 16 years ago
  17. b8fd419 More precise XFAIL. by Bill Wendling · 16 years ago
  18. c6acb57 Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it. by Bill Wendling · 16 years ago
  19. 5379f41 Fix PR3149. If an early clobber def is a physical register and it is tied to an input operand, it effectively extends the live range of the physical register. Currently we do not have a good way to represent this. by Evan Cheng · 16 years ago
  20. 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 16 years ago
  21. ab63152 - CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges. by Evan Cheng · 16 years ago
  22. 2f6fea9 Fix bug 3202. by Rafael Espindola · 16 years ago
  23. f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
  24. 7538454 Fix test to account for generating some vector code for mul v2i64 instead by Mon P Wang · 16 years ago
  25. 82c19ae Re-XFAIL this test until debug stuff settles down. by Bill Wendling · 16 years ago
  26. 1d04548 Added some basic test cases for r61209 by Mon P Wang · 16 years ago
  27. 2a8f659 Make all the vector elements positive in an srem of constant vector. by Nick Lewycky · 16 years ago
  28. a5d5c02 XFAIL on Linux. by Bill Wendling · 16 years ago
  29. 10ef02e Do not XFAIL. by Bill Wendling · 16 years ago
  30. 3ac619e by Devang Patel · 16 years ago
  31. 965c415 Xfail these tests for now. by Devang Patel · 16 years ago
  32. bce4afe Enhance heap sra to be substantially more aggressive w.r.t PHI by Chris Lattner · 16 years ago
  33. 28dc98f Fix for PR3225: disable a broken optimization in by Eli Friedman · 16 years ago
  34. fd3b7b7 A new dag combine; several permutations of this by Dale Johannesen · 16 years ago
  35. 85d3d4f Fix another crash found by inspection. If we have a PHI node merging by Chris Lattner · 16 years ago
  36. 542dc1a fix a crash found by inspection. by Chris Lattner · 16 years ago
  37. 080efb8 Add a helper to remove a branch and DCE the condition, and use it by Eli Friedman · 16 years ago
  38. 43445c1 Remove empty test. by Bill Wendling · 16 years ago
  39. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  40. 09dc9c0 We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error. by Evan Cheng · 16 years ago
  41. 367cdff add testcase for -print-dbginfo by Torok Edwin · 16 years ago
  42. 1447f5c Generalize support for analyzing loops to include SLE/SGE loop exit conditions by Nick Lewycky · 16 years ago
  43. f478951 fix PR3217: fully cached queries need to be verified against the by Chris Lattner · 16 years ago
  44. 812d750 Enable anti-dependence breaking by default when post-RA scheduling is enabled. by Dan Gohman · 16 years ago
  45. 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 16 years ago
  46. 657084a add testcase for r61051 by Chris Lattner · 16 years ago
  47. 93b3b92 Added support for splitting and scalarizing vector shifts. by Mon P Wang · 16 years ago
  48. ca17422 add a basic test for heap-sra by Chris Lattner · 16 years ago
  49. 1314f20 Teach basicaa to use the nocapture attribute when possible. When the by Chris Lattner · 16 years ago
  50. 8f416f3 Add a testcase for GCC PR 23455, which lpre handles now. Add some by Chris Lattner · 16 years ago
  51. d17c030 Added support to LegalizeType for expanding the operands of scalar to vector by Mon P Wang · 16 years ago
  52. ef423eb gvn now hoists this load out of the hot non-call path. by Chris Lattner · 16 years ago
  53. 4807e07 Adjust testcase to make it more stable across visitation order changes, by Chris Lattner · 16 years ago
  54. f331316 make GVN try to rename inputs to the resultant replaced values, which by Chris Lattner · 16 years ago
  55. 9e59c64 Implement initial support for PHI translation in memdep. This means that by Chris Lattner · 16 years ago
  56. 5c6d91c another random testcase that shouldn't crash gvn and is by Chris Lattner · 16 years ago
  57. 3f101bb RLE isn't smart enough to eliminate this safely yet. by Chris Lattner · 16 years ago
  58. 4f118f0 rename some tests to be more uniform in naming convention. by Chris Lattner · 16 years ago
  59. c2f33f2 gvn should never crash on this. by Chris Lattner · 16 years ago
  60. 8295e49 Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: by Bill Wendling · 16 years ago
  61. 8799229 make RLE preserve the name of the load that it replaces. This is just by Chris Lattner · 16 years ago
  62. 9e269f0 Re-enable test. by Devang Patel · 16 years ago
  63. d350e02 - Use patterns instead of creating completely new instruction matching patterns, by Bill Wendling · 16 years ago
  64. e062b07 XFAIL these tests for now. by Devang Patel · 16 years ago
  65. 8bdc692 Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 linux. by Nick Lewycky · 16 years ago
  66. 277a147 Sneaky, sneaky: move the -1 to the outside of the SMax. Reinstate the by Nick Lewycky · 16 years ago
  67. 2476e5d If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on by Bill Wendling · 16 years ago
  68. ab0c578 For amusement, implement SADDO, SSUBO, UADDO, USUBO by Duncan Sands · 16 years ago
  69. bae527d Fixed a bug when trying to optimize a extract vector element of a by Mon P Wang · 16 years ago
  70. b957bda Allow basicaa to walk through geps with identical indices in by Chris Lattner · 16 years ago
  71. 94ea5be Fix a couple of Dwarf bugs. by Evan Cheng · 16 years ago
  72. 30a64a7 Implement fast-isel conversion of a branch instruction that's branching on an by Bill Wendling · 16 years ago
  73. 5a45bf1 loosen up an assertion that isn't valid when called from by Chris Lattner · 16 years ago
  74. 74c3765 Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 16 years ago
  75. 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 16 years ago
  76. 20d6f09 Teach BasicAA::getModRefInfo(CallSite, CallSite) some by Chris Lattner · 16 years ago
  77. 28575f2 xfail this for now. by Evan Cheng · 16 years ago
  78. 260435c Remove Clang tests since clang is not installed on the buildbots. by Mikhail Glushenkov · 16 years ago
  79. 78bd53d Add some rudimentary tests for . by Mikhail Glushenkov · 16 years ago
  80. 0bed364 It's easy to handle SLE/SGE when the loop has a unit stride. by Nick Lewycky · 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. 51d8b66 Actually test something. Use PR3170 test case. by Devang Patel · 16 years ago
  84. 6d9896f Undo previous patch. by Devang Patel · 16 years ago
  85. c8a1a3c Factor out the code for sign-extending/truncating gep indices by Dan Gohman · 16 years ago
  86. b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
  87. abb009d Add some clarifying comments. by Mikhail Glushenkov · 16 years ago
  88. 15dcc2a Add tests for tblgen's LLVMC backend. by Mikhail Glushenkov · 16 years ago
  89. a16ead8 fix a bug I introduced in simplifycfg handling single entry phi by Chris Lattner · 16 years ago
  90. c3ccc1a Clean up some ARM GV asm printing out; minor fixes to match what gcc does. by Evan Cheng · 16 years ago
  91. 5e600e6 Reimplement the inner loop of DSE. It now uniformly uses getDependence(), by Chris Lattner · 16 years ago
  92. 3b95481 Fix test to pass on Linux. by Dale Johannesen · 16 years ago
  93. 203af58 Make LoopStrengthReduce smarter about hoisting things out of by Dale Johannesen · 16 years ago
  94. 9b052cf This test also requires -mattr=+sse41. by Evan Cheng · 16 years ago
  95. 84100ba Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLONES into a load from constpool in order to fold into restores. This is not safe to do when PIC base is being used for a number of reasons: by Evan Cheng · 16 years ago
  96. 7f7c736 Fix test/Transforms/GVN/pre-load.ll by Chris Lattner · 16 years ago
  97. ae94e59 Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols. by Evan Cheng · 16 years ago
  98. cd730fa CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that by Scott Michel · 16 years ago
  99. 3831005 Rewrite code that 1) filters loops and 2) calculates new loop bounds. by Devang Patel · 16 years ago
  100. a8103da Temporarily revert r60519. It was causing a bootstrap failure: by Bill Wendling · 16 years ago