index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
InstructionSimplify.cpp
Age
Commit message (
Expand
)
Author
2010-03-03
fix incorrect folding of icmp with undef, PR6481.
Chris Lattner
2010-02-22
Constant-fold certain comparisons with infinity and negative infinity.
Dan Gohman
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