Remove the rest of my instcombine changes. Back to the drawing board on this one.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineSelect.cpp
2010-07-16 Owen AndersonRemove the rest of my instcombine changes. Back to...
2010-07-15 Owen AndersonSpeculatively revert r108429 to fix the clang self...
2010-07-15 Owen AndersonPer Chris' suggestion, get rid of the select canonicali...
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
2010-07-15 Eli FriedmanSpeculatively revert r108378; may be causing bootstrap...
2010-07-14 Owen AndersonAdd instcombine transforms to optimize tests of multipl...
2010-07-08 Benjamin KramerTeach instcombine to transform
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Chris Lattnerclean up header.
2010-01-05 Chris Lattnersplit select out to its own file.