aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify/sink-alloca.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-271-9/+34
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Special-case static allocas in IndVarSimplify's loop invariantDan Gohman2009-08-251-0/+31