Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineShifts.cpp
2010-01-23 Chris Lattnerfix a potential overflow issue Eli pointed out.
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-18 Chris Lattnermy instcombine transformations to make extension elimin...
2010-01-10 Chris Lattnerchange the preferred canonical form for a sign extensio...
2010-01-10 Chris Lattnerfix indentation of switch statements, no functionality...
2010-01-08 Chris Lattnerteach instcombine to delete sign extending shift pairs...
2010-01-05 Chris Lattnersplit instcombine of shifts out to its own file.