summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/InstructionSimplify.h
Commit message (Expand)AuthorAge
* move some select simplifications out out instcombine intoChris Lattner2010-04-20
* factor some logic out of instcombine into a new SimplifyAddInst method.Chris Lattner2009-11-27
* factor some instcombine simplifications for getelementptr out to a new Chris Lattner2009-11-27
* move some generally useful functions out of jump threadingChris Lattner2009-11-10
* add a new SimplifyInstruction API, which is like ConstantFoldInstruction, Chris Lattner2009-11-10
* factor simplification logic for AND and OR out to InstSimplify from instcombine.Chris Lattner2009-11-10
* rename SimplifyCompare -> SimplifyCmpInst and split it into Chris Lattner2009-11-09
* stub out a new libanalysis "instruction simplify" interface thatChris Lattner2009-11-09