Merging r261258:
[oota-llvm.git] / test / Transforms / IndVarSimplify / loop_evaluate_6.ll
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...