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