[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
[oota-llvm.git] / test / Analysis / ScalarEvolution / nsw.ll
2014-10-31 Bradley Smith[SCEV] Improve Scalar Evolution's use of no {un,}signed...
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2012-04-17 Benjamin KramerRevert "SCEV: When expanding a GEP the final addition...
2012-04-07 Benjamin KramerSCEV: When expanding a GEP the final addition to the...
2011-11-29 Andrew TrickSCEV fix. In general, Add/Mul expressions should not...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-11 Chris LattnerPer discussion with Dan G, inbounds geps *certainly...
2011-01-11 Eric ChristopherRevert the testcase from the previous reverted commit.
2011-01-09 Chris Lattneradd a testcase I missed in previous commit.
2011-01-09 Chris Lattnerteach SCEV analysis of PHI nodes that PHI recurences...
2011-01-09 Chris Lattnerreduce indentation. Print <nuw> and <nsw> when dumping...
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...