Age | Commit message (Expand) | Author |
2012-12-30 | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko |
2012-12-30 | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko |
2012-12-20 | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy |
2012-09-02 | LoopRotation: Make the brute force DomTree update more brute force. | Benjamin Kramer |
2012-08-30 | Fix test case. | Benjamin Kramer |
2012-08-30 | LoopRotate: Also rotate loops with multiple exits. | Benjamin Kramer |
2012-07-17 | llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301. | NAKAMURA Takumi |
2012-07-02 | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth |
2012-04-07 | Fix ValueTracking to conclude that debug intrinsics are safe to | Chandler Carruth |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-02-16 | loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr... | Eli Friedman |
2012-02-14 | Add simplifyLoopLatch to LoopRotate pass. | Andrew Trick |
2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
2011-04-09 | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner |
2011-02-14 | Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th... | Devang Patel |
2011-01-11 | merge tests into one crash.ll test. | Chris Lattner |
2011-01-11 | remove a bogus assertion: the latch block of a loop is not | Chris Lattner |
2011-01-08 | When loop rotation happens, it is *very* common for the duplicated condbr | Chris Lattner |
2011-01-08 | Three major changes: | Chris Lattner |
2011-01-08 | Have loop-rotate simplify instructions (yay instsimplify!) as it clones | Chris Lattner |
2010-09-06 | Teach loop rotate to hoist trivially invariant instructions | Chris Lattner |
2010-08-17 | When rotating loops, put the original header at the bottom of the | Dan Gohman |
2010-06-26 | Fix some tests that didn't test anything. | Benjamin Kramer |
2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
2009-12-21 | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner |
2009-11-20 | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman |
2009-10-24 | Make these tests more interesting by using | Dan Gohman |
2009-09-28 | Add a testcase to help test analysis preservation. | Dan Gohman |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-04-23 | Testcase for PR2639. | Owen Anderson |
2009-01-26 | Fix PR3408 by making a non-obvious assumption very obvious, and | Chris Lattner |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
2008-05-01 | New test for bug fixed in 50545. | Dale Johannesen |
2008-04-23 | remove this testcase. It isn't testing loop rotate, it is testing all | Chris Lattner |
2008-03-25 | Byebye llvm-upgrade! | Tanya Lattner |
2007-11-23 | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands |
2007-07-31 | Bunch of tests to check loop passes. | Devang Patel |
2007-07-11 | New test. | Devang Patel |
2007-06-29 | Convert .cvsignore files | John Criswell |
2007-04-21 | Add a .cvsignore file. | Reid Spencer |
2007-04-16 | For PR1319: | Reid Spencer |
2007-04-15 | For PR1319: | Reid Spencer |
2007-04-11 | The "implementation" keyword is no more! | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2007-04-10 | Add test case for PR 1154. | Devang Patel |
2007-04-09 | Add check for opt crash. | Devang Patel |