Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 1 | -0/+2 |
* | move some select simplifications out out instcombine into | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
* | factor some logic out of instcombine into a new SimplifyAddInst method. | Chris Lattner | 2009-11-27 | 1 | -0/+5 |
* | factor some instcombine simplifications for getelementptr out to a new | Chris Lattner | 2009-11-27 | 1 | -0/+5 |
* | move some generally useful functions out of jump threading | Chris Lattner | 2009-11-10 | 1 | -0/+9 |
* | add a new SimplifyInstruction API, which is like ConstantFoldInstruction, | Chris Lattner | 2009-11-10 | 1 | -1/+5 |
* | factor simplification logic for AND and OR out to InstSimplify from instcombine. | Chris Lattner | 2009-11-10 | 1 | -2/+13 |
* | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner | 2009-11-09 | 1 | -2/+15 |
* | stub out a new libanalysis "instruction simplify" interface that | Chris Lattner | 2009-11-09 | 1 | -0/+37 |