Age | Commit message (Expand) | Author |
---|---|---|
2009-11-27 | factor some logic out of instcombine into a new SimplifyAddInst method. | Chris Lattner |
2009-11-27 | factor some instcombine simplifications for getelementptr out to a new | Chris Lattner |
2009-11-10 | move some generally useful functions out of jump threading | Chris Lattner |
2009-11-10 | I misread the parens, not so redundant after all. | Chris Lattner |
2009-11-10 | remove some redundant parens. | Chris Lattner |
2009-11-10 | add a new SimplifyInstruction API, which is like ConstantFoldInstruction, | Chris Lattner |
2009-11-10 | factor simplification logic for AND and OR out to InstSimplify from instcombine. | Chris Lattner |
2009-11-09 | pull a bunch of logic out of instcombine into instsimplify for compare | Chris Lattner |
2009-11-09 | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner |
2009-11-09 | fix ConstantFoldCompareInstOperands to take the LHS/RHS as | Chris Lattner |
2009-11-09 | stub out a new libanalysis "instruction simplify" interface that | Chris Lattner |