Move InstCombine's knowledge of fdiv to SimplifyInstruction().
[oota-llvm.git] / include / llvm / Analysis / InstructionSimplify.h
2011-01-29 Frits van BommelMove InstCombine's knowledge of fdiv to SimplifyInstruc...
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2010-12-28 Duncan SandsClarify that InstructionSimplify only returns values...
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
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-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
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 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 Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...