Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineMulDivRem.cpp
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.