Add instcombine transforms to optimize tests of multiple bits of the same value into...
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineSelect.cpp
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.