Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / ConstProp / overflow-ops.ll
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattnerhack to unbreak buildbots
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2009-10-05 Evan PhoenixExtend ConstantFolding to understand signed overflow...
2009-10-05 Chris Lattnerteach the optimizer how to constant fold uadd/usub...