1. 638c96d Define the pushq instruction for x86-64. by Dan Gohman · 17 years ago
  2. ec82dc9 Add keyword explicit. by Dan Gohman · 17 years ago
  3. a1a8787 Properly remove duplicate instructions as result of diamond if-conversion. Other bug fixes. by Evan Cheng · 17 years ago
  4. bbf1197 Cache the results of dependsOnInvoke() by Owen Anderson · 17 years ago
  5. a8daa71 Fix indentation. by Owen Anderson · 17 years ago
  6. 60e1744 Don't perform an expensive check if it's not necessary. by Owen Anderson · 17 years ago
  7. 910b4b8 ensure we don't regress on these tests. We generate aweful code in x86-32 for by Chris Lattner · 17 years ago
  8. 521d5c7 XFAILing until I can fix properly. by Bill Wendling · 17 years ago
  9. a9e64f6 Revert patch. It regresses: by Bill Wendling · 17 years ago
  10. a4d71f0 Fix PR1517: by Reid Spencer · 17 years ago
  11. ab24b4c Fix PR1516: by Reid Spencer · 17 years ago
  12. 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
  13. e882fca Really turn if-converter loose: by Evan Cheng · 17 years ago
  14. 0c5c8d8 Testcase for MMX int to MMX register failure. by Bill Wendling · 17 years ago
  15. e81369f Fix a failure to bit_convert from integer GPR to MMX register. by Bill Wendling · 17 years ago
  16. 32bc789 Fix test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll by ignoring all instructions that depend on invokes. by Owen Anderson · 17 years ago
  17. 981746b Testcase where GVNPRE was getting confused by invoke instructions. by Owen Anderson · 17 years ago
  18. 24e5aad Codegen support (stripped out) for the annotate attribute. by Tanya Lattner · 17 years ago
  19. a2acf84 Not every predicable block can be safely duplicated. by Evan Cheng · 17 years ago
  20. d42e56e Instructions with unique labels or embedded jumptables cannot be duplicated during ifcvt. by Evan Cheng · 17 years ago
  21. 61a2598 Added CanBeDuplicated(). It returns true if an instruction can be safely duplicated (e.g. during ifcvt). by Evan Cheng · 17 years ago
  22. bedcd3b test case for annotate attribute by Tanya Lattner · 17 years ago
  23. 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 17 years ago
  24. 0f0eb18 Fold a binary operator with constant operands when expanding code for a SCEV. by Dan Gohman · 17 years ago
  25. c2c28fc Fix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retaining regclass info by Chris Lattner · 17 years ago
  26. 71683d3 make this test harder, include a tied register. by Chris Lattner · 17 years ago
  27. bf9d02e MachineInstr::isPredicable() is no longer needed. by Evan Cheng · 17 years ago
  28. 2d7a47a No longer needed. by Evan Cheng · 17 years ago
  29. f407082 Workaround for PR1508. by Duncan Sands · 17 years ago
  30. e19dd87 Use SCEVConstant::get instead of SCEVUnknown::get to create an by Dan Gohman · 17 years ago
  31. 383bcb2 Fix test/Transforms/GVNPRE/2007-06-15-Looping.ll by Owen Anderson · 17 years ago
  32. 0bee3f4 Add a testcase where GVNPRE what getting confused by a loop. by Owen Anderson · 17 years ago
  33. 9333545 Extra edges are deleted later if needed. by Evan Cheng · 17 years ago
  34. 9d46cd5 Use "ignore" rather than grep tricks. by Duncan Sands · 17 years ago
  35. d19534a Add a SCEV class and supporting code for sign-extend expressions. by Dan Gohman · 17 years ago
  36. 2c8c3a4 Allow small blocks to be duplicated to enable if-conversion. by Evan Cheng · 17 years ago
  37. 7cbe2eb Generalize many transforms to work on ~ of vectors in addition to ~ of by Chris Lattner · 17 years ago
  38. 3dcf510 add vector versions of this test by Chris Lattner · 17 years ago
  39. b0760c8 m_not should match vector not by Chris Lattner · 17 years ago
  40. cef4b53 add a Constant::getAllOnesValue helper function, which works on integers by Chris Lattner · 17 years ago
  41. e20b7be Enhance BinaryOperator::isNot to support vector not. by Chris Lattner · 17 years ago
  42. 003b620 Implement two xforms: 1. ~(~X | Y) === (X & ~Y) 2. (A|B) & ~(A&B) -> A^B by Chris Lattner · 17 years ago
  43. 546fdae testcase for PR1510 by Chris Lattner · 17 years ago
  44. 041a6c9 delete some obviously dead vector operations, which deletes a few thousand by Chris Lattner · 17 years ago
  45. bc198ee No really, clear predcessors states. by Evan Cheng · 17 years ago
  46. e37e243 If BB is predicated, invalidate its predecessor(s) which would if-convert it. It needs to be re-analyzed. by Evan Cheng · 17 years ago
  47. 51eaa86 Rename MVT::getVectorBaseType to MVT::getVectorElementType. by Dan Gohman · 17 years ago
  48. 318093b Do not treat FP_REG_KILL as terminator in branch analysis (X86). by Dale Johannesen · 17 years ago
  49. b7c908b Fix typo. by Evan Cheng · 17 years ago
  50. c101e95 Add a target hook to allow loads from constant pools to be rematerialized, and an by Dan Gohman · 17 years ago
  51. 86ff296 Fix some stupid bugs that have effectively disabled if-conversion. by Evan Cheng · 17 years ago
  52. af67ea7 Eliminate some redundant newlines in asm output. by Dan Gohman · 17 years ago
  53. 41783f0 Fix typos. by Duncan Sands · 17 years ago
  54. a321125 Add support to tablegen for specifying subregister classes on a per register class basis. by Christopher Lamb · 17 years ago
  55. 13e8b51 Handle blocks with 2 unconditional branches in AnalyzeBranch. by Dale Johannesen · 17 years ago
  56. ea63243 Only correctly lower exception handing intrinsics if exception handling is by Duncan Sands · 17 years ago
  57. 6595635 Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and by Dan Gohman · 17 years ago
  58. 2046e12 When creating CopyFromReg nodes, always use legal types. And use the by Dan Gohman · 17 years ago
  59. f19f6bb The fix that was applied for PR1224 stops the compiler by Duncan Sands · 17 years ago
  60. 93a8e5e Typo by Evan Cheng · 17 years ago
  61. cc8fb46 Now if-converting all 4 variants of triangles. by Evan Cheng · 17 years ago
  62. 71fcebc Fix test/Transforms/GVNPRE/2007-06-12-PhiTranslate.ll by Owen Anderson · 17 years ago
  63. 0f661dc Add a test where phi translation was producing a null result. by Owen Anderson · 17 years ago
  64. d75405f isReachableFromEntry() is not suitable for post dominator. by Devang Patel · 17 years ago
  65. de6e132 Remove redundant check. by Devang Patel · 17 years ago
  66. 6857e36 Protect updateDFSNumbers() by Devang Patel · 17 years ago
  67. 5fd306b Check A dominates B and vise versa first while searching for nearest by Devang Patel · 17 years ago
  68. 6c0955b one final bugfix by Chris Lattner · 17 years ago
  69. a89e5f1 modernize example by Chris Lattner · 17 years ago
  70. 239e712 Refactor some code, and fix test/Transforms/GVNPRE/2007-06-12-NoExit.ll by being more careful when using by Owen Anderson · 17 years ago
  71. 93f905d Testcase where GVNPRE crashes on functions with no exit nodes. by Owen Anderson · 17 years ago
  72. ce0b237 Sink CmpInst's to their uses to reduce register pressure. by Dale Johannesen · 17 years ago
  73. 9c7ee6b Make DFS number manipulation methods private. by Devang Patel · 17 years ago
  74. 7706d23 Make the run line for this test correct. Thanks to Chris for spotting it. by Owen Anderson · 17 years ago
  75. 4d42dea Break DominatorTree from ETNode. Remove unused PostETForest. by Devang Patel · 17 years ago
  76. 65d2862 Fix a few more bugs, including an instance of walking in reverse topological rather than topological order. This by Owen Anderson · 17 years ago
  77. 95d5c34 Add a GVN-PRE basic regression test. by Owen Anderson · 17 years ago
  78. bdfa1f8 Use SmallPtrSet instaed of std::set by Devang Patel · 17 years ago
  79. 87f05a2 Check immediate dominators first while searching for nearset common dominator. by Devang Patel · 17 years ago
  80. 3726b82 Maintain DFS number in DomTreeNode itself. by Devang Patel · 17 years ago
  81. fe7d4e5 Add and use DominatorTreeBase::findNearestCommonDominator(). by Devang Patel · 17 years ago
  82. 976e2da Fix a typo in bswap lowering. by Lauro Ramos Venancio · 17 years ago
  83. 9618bca Restructure code to reduce ifcvt compile time cost. by Evan Cheng · 17 years ago
  84. f60e5a2 Simplify. by Devang Patel · 17 years ago
  85. b28aaad simplify by Devang Patel · 17 years ago
  86. e3f6536 Simplify. Dominator Tree is required so always available. by Devang Patel · 17 years ago
  87. 0e71466 Handle functions with multiple exit blocks properly. by Owen Anderson · 17 years ago
  88. 2099ff0 Use DominatorTree instead of ETForest. by Devang Patel · 17 years ago
  89. a9bf49c Fix the build. by Reid Spencer · 17 years ago
  90. 139fe84 Perform PRE of comparison operators. by Owen Anderson · 17 years ago
  91. 94c8d3d rename C files to end with .c by Chris Lattner · 17 years ago
  92. fdbe720 fix x86-64 mmx calling convention for real, which passes in integer gprs. by Chris Lattner · 17 years ago
  93. 6b7c21c fix mmx handling bug by Chris Lattner · 17 years ago
  94. ae5eb7a Fix edge case. by Nick Lewycky · 17 years ago
  95. 1c9f91d Don't change CFG during analysis stage. Do so during ifcvt and invalidate predecessors accordingly. by Evan Cheng · 17 years ago
  96. b8b873c Collect statistics from GVN-PRE. by Owen Anderson · 17 years ago
  97. 7e75ba8 Carefully remove extraneous CFG edges after each ifcvt. by Evan Cheng · 17 years ago
  98. bfd2ec4 Add a utility routine to check for unpredicated terminator instruction. by Evan Cheng · 17 years ago
  99. 61718a6 Define AsmTransCBE for ARM. by Lauro Ramos Venancio · 17 years ago
  100. a7f916c Fix typo in a comment. by Owen Anderson · 17 years ago