summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/add2.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* preserve NUW/NSW when transforming add x,xChris Lattner2011-02-17
* filecheckizeChris Lattner2011-02-17
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* be more aggressive about transforming add -> or when the operands have noChris Lattner2008-05-19
* Implement PR1795, an instcombine hack for forming GEPs with integer pointer a...Chris Lattner2008-01-08
* For PR1319:Reid Spencer2007-04-16
* new testcaseChris Lattner2007-03-05