Fix 9216 - Endless loop in InstCombine pass.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineMulDivRem.cpp
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-29 Frits van BommelCall SimplifyFDivInst() in InstCombiner::visitFDiv().
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...
2010-12-22 Duncan SandsAdd a generic expansion transform: A op (B op' C) ...
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-11-17 Benjamin KramerInstCombine: Add a missing irem identity (X % X -> 0).
2010-11-13 Duncan SandsGeneralize the reassociation transform in SimplifyCommu...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-17 Owen AndersonFix comment.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Chris Lattnersplit mul/div/rem instructions out to their own file.