Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for default...
[oota-llvm.git] / test / Transforms / IndVarSimplify / preserve-signed-wrap.ll
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
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-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...