summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopRotate
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman2012-02-161-0/+33
* Add simplifyLoopLatch to LoopRotate pass.Andrew Trick2012-02-141-0/+39
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-171-1/+1
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-171-1/+0
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-091-0/+16
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-141-0/+59
* merge tests into one crash.ll test.Chris Lattner2011-01-116-116/+109
* remove a bogus assertion: the latch block of a loop is not Chris Lattner2011-01-111-0/+31
* When loop rotation happens, it is *very* common for the duplicated condbrChris Lattner2011-01-081-11/+5
* Three major changes:Chris Lattner2011-01-081-2/+2
* Have loop-rotate simplify instructions (yay instsimplify!) as it clonesChris Lattner2011-01-081-3/+2
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-061-0/+35
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-171-5/+17
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-211-0/+35
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-0/+43
* Make these tests more interesting by usingDan Gohman2009-10-2410-10/+10
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-281-0/+47
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-119-9/+9
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-089-9/+9
* Testcase for PR2639.Owen Anderson2009-04-231-0/+38
* Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner2009-01-261-0/+21
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* New test for bug fixed in 50545.Dale Johannesen2008-05-011-0/+26
* remove this testcase. It isn't testing loop rotate, it is testing allChris Lattner2008-04-231-127/+0
* Byebye llvm-upgrade!Tanya Lattner2008-03-254-43/+14
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-231-25/+24
* Bunch of tests to check loop passes.Devang Patel2007-07-311-21/+0
* New test.Devang Patel2007-07-111-0/+21
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* Add a .cvsignore file.Reid Spencer2007-04-211-0/+1
* For PR1319:Reid Spencer2007-04-161-2/+2
* For PR1319:Reid Spencer2007-04-152-3/+6
* The "implementation" keyword is no more!Reid Spencer2007-04-111-2/+0
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Add test case for PR 1154.Devang Patel2007-04-101-0/+125
* Add check for opt crash.Devang Patel2007-04-091-0/+1
* Add Loop Rotate test cases.Devang Patel2007-04-097-0/+256