Uniformize the names of type predicates: rather than having isFloatTy and
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineSimplifyDemanded.cpp
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-08 Chris Lattnerfix some problems handling large vectors reported in...
2010-01-29 Duncan SandsHaving RHSKnownZero and RHSKnownOne be alternative...
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...
2010-01-04 Chris Lattnermove the 'SimplifyDemandedFoo' methods out to their...