1. d2bfe54 Fix PR7647, handling the case when 'To' ends up being by Chris Lattner · 15 years ago
  2. e2f9313 Revert r108401; it breaks bootstrap :( by Eli Friedman · 15 years ago
  3. 3ed60a2 Add AssertingVH which makes PR7647 break consistently. by Eli Friedman · 15 years ago
  4. 0475426 move some select simplifications out out instcombine into by Chris Lattner · 15 years ago
  5. c8e14b3 fix incorrect folding of icmp with undef, PR6481. by Chris Lattner · 15 years ago
  6. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
  7. 8aee8ef factor some logic out of instcombine into a new SimplifyAddInst method. by Chris Lattner · 16 years ago
  8. c514c1f factor some instcombine simplifications for getelementptr out to a new by Chris Lattner · 16 years ago
  9. 40d8c28 move some generally useful functions out of jump threading by Chris Lattner · 16 years ago
  10. 70ce6d0 I misread the parens, not so redundant after all. by Chris Lattner · 16 years ago
  11. 9f3ce36 remove some redundant parens. by Chris Lattner · 16 years ago
  12. e345378 add a new SimplifyInstruction API, which is like ConstantFoldInstruction, by Chris Lattner · 16 years ago
  13. d06094f factor simplification logic for AND and OR out to InstSimplify from instcombine. by Chris Lattner · 16 years ago
  14. 210c5d4 pull a bunch of logic out of instcombine into instsimplify for compare by Chris Lattner · 16 years ago
  15. 9dbb429 rename SimplifyCompare -> SimplifyCmpInst and split it into by Chris Lattner · 16 years ago
  16. 8f73dea fix ConstantFoldCompareInstOperands to take the LHS/RHS as by Chris Lattner · 16 years ago
  17. 9f3c25a stub out a new libanalysis "instruction simplify" interface that by Chris Lattner · 16 years ago