summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopRotate
Commit message (Expand)AuthorAge
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-21
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-20
* Make these tests more interesting by usingDan Gohman2009-10-24
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-28
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Testcase for PR2639.Owen Anderson2009-04-23
* Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner2009-01-26
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* New test for bug fixed in 50545.Dale Johannesen2008-05-01
* remove this testcase. It isn't testing loop rotate, it is testing allChris Lattner2008-04-23
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-23
* Bunch of tests to check loop passes.Devang Patel2007-07-31
* New test.Devang Patel2007-07-11
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add a .cvsignore file.Reid Spencer2007-04-21
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* The "implementation" keyword is no more!Reid Spencer2007-04-11
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Add test case for PR 1154.Devang Patel2007-04-10
* Add check for opt crash.Devang Patel2007-04-09
* Add Loop Rotate test cases.Devang Patel2007-04-09