Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9e03061b2f860c8fb5ad753912197f7cf8b5f5fb
/
lib
/
Analysis
/
InstructionSimplify.cpp
92826de
Add simplification of floating point comparisons with the result
by Duncan Sands
· 15 years ago
1ac7c99
Fix a README item: when doing a comparison with the result
by Duncan Sands
· 15 years ago
4e282de
Revert r114097, adding back in the assertion against replacing an Instruction by itself. Now that CorrelatedValuePropagation is
by Owen Anderson
· 15 years ago
4b91c3a
Fix PR8161, in which an unreachable loop causes recursive instruction simplification to try
by Owen Anderson
· 15 years ago
6844c8e
Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.
by Benjamin Kramer
· 15 years ago
d2bfe54
Fix PR7647, handling the case when 'To' ends up being
by Chris Lattner
· 15 years ago
e2f9313
Revert r108401; it breaks bootstrap :(
by Eli Friedman
· 15 years ago
3ed60a2
Add AssertingVH which makes PR7647 break consistently.
by Eli Friedman
· 15 years ago
0475426
move some select simplifications out out instcombine into
by Chris Lattner
· 15 years ago
c8e14b3
fix incorrect folding of icmp with undef, PR6481.
by Chris Lattner
· 15 years ago
6b617a7
Constant-fold certain comparisons with infinity and negative infinity.
by Dan Gohman
· 15 years ago
8aee8ef
factor some logic out of instcombine into a new SimplifyAddInst method.
by Chris Lattner
· 16 years ago
c514c1f
factor some instcombine simplifications for getelementptr out to a new
by Chris Lattner
· 16 years ago
40d8c28
move some generally useful functions out of jump threading
by Chris Lattner
· 16 years ago
70ce6d0
I misread the parens, not so redundant after all.
by Chris Lattner
· 16 years ago
9f3ce36
remove some redundant parens.
by Chris Lattner
· 16 years ago
e345378
add a new SimplifyInstruction API, which is like ConstantFoldInstruction,
by Chris Lattner
· 16 years ago
d06094f
factor simplification logic for AND and OR out to InstSimplify from instcombine.
by Chris Lattner
· 16 years ago
210c5d4
pull a bunch of logic out of instcombine into instsimplify for compare
by Chris Lattner
· 16 years ago
9dbb429
rename SimplifyCompare -> SimplifyCmpInst and split it into
by Chris Lattner
· 16 years ago
8f73dea
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
by Chris Lattner
· 16 years ago
9f3c25a
stub out a new libanalysis "instruction simplify" interface that
by Chris Lattner
· 16 years ago