| Commit message (Expand) | Author | Age | Files | Lines |
* | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
* | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner | 2011-06-17 | 1 | -1/+0 |
* | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner | 2011-04-09 | 1 | -0/+16 |
* | Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th... | Devang Patel | 2011-02-14 | 1 | -0/+59 |
* | merge tests into one crash.ll test. | Chris Lattner | 2011-01-11 | 6 | -116/+109 |
* | remove a bogus assertion: the latch block of a loop is not | Chris Lattner | 2011-01-11 | 1 | -0/+31 |
* | When loop rotation happens, it is *very* common for the duplicated condbr | Chris Lattner | 2011-01-08 | 1 | -11/+5 |
* | Three major changes: | Chris Lattner | 2011-01-08 | 1 | -2/+2 |
* | Have loop-rotate simplify instructions (yay instsimplify!) as it clones | Chris Lattner | 2011-01-08 | 1 | -3/+2 |
* | Teach loop rotate to hoist trivially invariant instructions | Chris Lattner | 2010-09-06 | 1 | -0/+35 |
* | When rotating loops, put the original header at the bottom of the | Dan Gohman | 2010-08-17 | 1 | -5/+17 |
* | Fix some tests that didn't test anything. | Benjamin Kramer | 2010-06-26 | 1 | -1/+1 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner | 2009-12-21 | 1 | -0/+35 |
* | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman | 2009-11-20 | 1 | -0/+43 |
* | Make these tests more interesting by using | Dan Gohman | 2009-10-24 | 10 | -10/+10 |
* | Add a testcase to help test analysis preservation. | Dan Gohman | 2009-09-28 | 1 | -0/+47 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 9 | -9/+9 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 9 | -9/+9 |
* | Testcase for PR2639. | Owen Anderson | 2009-04-23 | 1 | -0/+38 |
* | Fix PR3408 by making a non-obvious assumption very obvious, and | Chris Lattner | 2009-01-26 | 1 | -0/+21 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | New test for bug fixed in 50545. | Dale Johannesen | 2008-05-01 | 1 | -0/+26 |
* | remove this testcase. It isn't testing loop rotate, it is testing all | Chris Lattner | 2008-04-23 | 1 | -127/+0 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 4 | -43/+14 |
* | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands | 2007-11-23 | 1 | -25/+24 |
* | Bunch of tests to check loop passes. | Devang Patel | 2007-07-31 | 1 | -21/+0 |
* | New test. | Devang Patel | 2007-07-11 | 1 | -0/+21 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -1/+0 |
* | Add a .cvsignore file. | Reid Spencer | 2007-04-21 | 1 | -0/+1 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -2/+2 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 2 | -3/+6 |
* | The "implementation" keyword is no more! | Reid Spencer | 2007-04-11 | 1 | -2/+0 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | Add test case for PR 1154. | Devang Patel | 2007-04-10 | 1 | -0/+125 |
* | Add check for opt crash. | Devang Patel | 2007-04-09 | 1 | -0/+1 |
* | Add Loop Rotate test cases. | Devang Patel | 2007-04-09 | 7 | -0/+256 |