1. e89ada9 Add some dead stores to pacify my least favorite GCC warning: may be by Chandler Carruth · 14 years ago
  2. 4cd2ad1 Expand a little on the description of what InstructionSimplify does. by Duncan Sands · 14 years ago
  3. a63395a If a GEP index simply advances by multiples of a type of zero size, by Duncan Sands · 14 years ago
  4. 85bbff6 Move the "gep undef" -> "undef" transform from instcombine to by Duncan Sands · 14 years ago
  5. e60d79f Add a rather pointless InstructionSimplify transform, inspired by recent constant by Duncan Sands · 14 years ago
  6. 87689cf Remove threading of Xor over selects and phis, with an explanation by Duncan Sands · 14 years ago
  7. 2b74987 Move some those Xor simplifications which don't require creating new by Duncan Sands · 14 years ago
  8. d261dc6 Previously SimplifyInstruction could report that an instruction by Duncan Sands · 14 years ago
  9. ff10341 Fix a layering violation: hasConstantValue, which is part of the PHINode by Duncan Sands · 14 years ago
  10. 1845009 In which I discover the existence of loops. Threading an operation by Duncan Sands · 14 years ago
  11. 5520089 Teach InstructionSimplify the trick of skipping incoming phi by Duncan Sands · 14 years ago
  12. eff0581 If dom tree information is available, make it possible to pass by Duncan Sands · 14 years ago
  13. cd6636c Teach InstructionSimplify about phi nodes. I chose to have it simply by Duncan Sands · 14 years ago
  14. 12a86f5 Strip trailing whitespace. by Duncan Sands · 14 years ago
  15. bc68d71 Reduce the maximum recursion depth, 5 seems pointlessly too much. by Duncan Sands · 14 years ago
  16. a74a58c Teach InstructionSimplify how to look through PHI nodes. Since PHI by Duncan Sands · 14 years ago
  17. b2cbdc3 Simplify binary operations where one operand is a select instruction. by Duncan Sands · 14 years ago
  18. 3bbb0cc Factorize code, no functionality change. by Duncan Sands · 14 years ago
  19. 92826de Add simplification of floating point comparisons with the result by Duncan Sands · 14 years ago
  20. 1ac7c99 Fix a README item: when doing a comparison with the result by Duncan Sands · 14 years ago
  21. 4e282de Revert r114097, adding back in the assertion against replacing an Instruction by itself. Now that CorrelatedValuePropagation is by Owen Anderson · 14 years ago
  22. 4b91c3a Fix PR8161, in which an unreachable loop causes recursive instruction simplification to try by Owen Anderson · 14 years ago
  23. 6844c8e Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. by Benjamin Kramer · 14 years ago
  24. d2bfe54 Fix PR7647, handling the case when 'To' ends up being by Chris Lattner · 14 years ago
  25. e2f9313 Revert r108401; it breaks bootstrap :( by Eli Friedman · 14 years ago
  26. 3ed60a2 Add AssertingVH which makes PR7647 break consistently. by Eli Friedman · 14 years ago
  27. 0475426 move some select simplifications out out instcombine into by Chris Lattner · 15 years ago
  28. c8e14b3 fix incorrect folding of icmp with undef, PR6481. by Chris Lattner · 15 years ago
  29. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
  30. 8aee8ef factor some logic out of instcombine into a new SimplifyAddInst method. by Chris Lattner · 15 years ago
  31. c514c1f factor some instcombine simplifications for getelementptr out to a new by Chris Lattner · 15 years ago
  32. 40d8c28 move some generally useful functions out of jump threading by Chris Lattner · 15 years ago
  33. 70ce6d0 I misread the parens, not so redundant after all. by Chris Lattner · 15 years ago
  34. 9f3ce36 remove some redundant parens. by Chris Lattner · 15 years ago
  35. e345378 add a new SimplifyInstruction API, which is like ConstantFoldInstruction, by Chris Lattner · 15 years ago
  36. d06094f factor simplification logic for AND and OR out to InstSimplify from instcombine. by Chris Lattner · 15 years ago
  37. 210c5d4 pull a bunch of logic out of instcombine into instsimplify for compare by Chris Lattner · 15 years ago
  38. 9dbb429 rename SimplifyCompare -> SimplifyCmpInst and split it into by Chris Lattner · 15 years ago
  39. 8f73dea fix ConstantFoldCompareInstOperands to take the LHS/RHS as by Chris Lattner · 15 years ago
  40. 9f3c25a stub out a new libanalysis "instruction simplify" interface that by Chris Lattner · 15 years ago