If we detect that the instruction we are simplifying is unreachable, arrange for
[oota-llvm.git] / lib / Analysis / InstructionSimplify.cpp
2010-12-15 Duncan SandsIf we detect that the instruction we are simplifying...
2010-11-29 Chandler CarruthAdd some dead stores to pacify my least favorite GCC...
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-22 Duncan SandsIf a GEP index simply advances by multiples of a type...
2010-11-22 Duncan SandsMove the "gep undef" -> "undef" transform from instcomb...
2010-11-21 Duncan SandsAdd a rather pointless InstructionSimplify transform...
2010-11-19 Duncan SandsRemove threading of Xor over selects and phis, with...
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-15 Duncan SandsTeach InstructionSimplify the trick of skipping incomin...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-11-10 Duncan SandsReduce the maximum recursion depth, 5 seems pointlessly...
2010-11-10 Duncan SandsTeach InstructionSimplify how to look through PHI nodes...
2010-11-10 Duncan SandsSimplify binary operations where one operand is a selec...
2010-11-09 Duncan SandsFactorize code, no functionality change.
2010-11-07 Duncan SandsAdd simplification of floating point comparisons with...
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-15 Eli FriedmanRevert r108401; it breaks bootstrap :(
2010-07-15 Eli FriedmanAdd AssertingVH which makes PR7647 break consistently.
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-02-22 Dan GohmanConstant-fold certain comparisons with infinity and...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Chris LattnerI misread the parens, not so redundant after all.
2009-11-10 Chris Lattnerremove some redundant parens.
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-09 Chris Lattnerpull a bunch of logic out of instcombine into instsimpl...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...