summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
Commit message (Expand)AuthorAge
* Make several tests less fragile.Dan Gohman2010-01-12
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-19
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12
* Fix recent regression in gcc.dg/pr26719.c (6835035).Dale Johannesen2009-04-29