aboutsummaryrefslogtreecommitdiff
path: root/test/Other/2003-02-19-LoopInfoNestingBug.ll
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2009-10-24Update these tests to match what Loop::print now prints.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-02-27Update another test for the LoopInfo::print changes.Dan Gohman
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-27Adjust tests now that opt doesn't read .ll files.Chris Lattner
2006-08-22Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling
2003-07-01Fix testcase failing because of change of outputChris Lattner
2003-02-20Add a testcase for broken loopinfoChris Lattner