No need to look through bitcasts for DbgInfoIntrinsic
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineShifts.cpp
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.