aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopSimplify/merge-exits.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+25
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-121-1/+1
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-181-1/+1
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-1/+1
* Make these tests more interesting by usingDan Gohman2009-10-241-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-081-2/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-271-0/+45