aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/overflow-ops.ll
AgeCommit message (Expand)Author
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-03-27Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel
2010-10-14fix a bug I introduced, no idea how this didn't repro right.Chris Lattner
2010-10-14hack to unbreak buildbotsChris Lattner
2010-10-14add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner
2009-10-05Extend ConstantFolding to understand signed overflow variantsEvan Phoenix
2009-10-05teach the optimizer how to constant fold uadd/usub intrinsics.Chris Lattner