summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify/merge-exits.ll
Commit message (Expand)AuthorAge
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Make these tests more interesting by usingDan Gohman2009-10-24
* 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 LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-27