index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-07-15
Fix PR7647, handling the case when 'To' ends up being
Chris Lattner
2010-07-15
Revert r108401; it breaks bootstrap :(
Eli Friedman
2010-07-15
Add AssertingVH which makes PR7647 break consistently.
Eli Friedman
2010-04-20
move some select simplifications out out instcombine into
Chris Lattner
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