summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/overflow-ops.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-27
* fix a bug I introduced, no idea how this didn't repro right.Chris Lattner2010-10-14
* hack to unbreak buildbotsChris Lattner2010-10-14
* add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner2010-10-14
* Extend ConstantFolding to understand signed overflow variantsEvan Phoenix2009-10-05
* teach the optimizer how to constant fold uadd/usub intrinsics.Chris Lattner2009-10-05