Remove a instcombine transform that (no longer?) makes sense:
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineAddSub.cpp
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-08 Nuno Lopescanonicalize:
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-04-26 Chad RosierAdd instcombine patterns for the following transformations:
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-02-20 Benjamin KramerInstCombine: Make OptimizePointerDifference more aggres...
2011-12-24 Benjamin KramerInstCombine: Add a combine that turns (2^n)-1 ^ x back...
2011-12-24 Benjamin KramerInstCombine: Canonicalize (2^n)-1 - x into (2^n)-1...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-02-17 Chris Lattneradd is always integer, thanks to Frits for noticing...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-11 Chris LattnerWhen lowering an inbounds gep, the intermediate adds...
2011-02-10 Chris Lattnerimplement the first part of PR8882: when lowering an...
2011-02-10 Chris LattnerA bunch of cleanups and simplifications using the new...
2011-01-15 Chris Lattnerone more instcombine variant that is needed to work...
2010-12-22 Duncan SandsAdd a generic expansion transform: A op (B op' C) ...
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
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-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-13 Bill WendlingWhen the visitSub method was split into visitSub and...
2010-01-05 Chris Lattnerreduce indentation
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Chris Lattnersplit add/sub out to its own file. Eliminate use of