| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 4 | -6/+6 |
* | Enable the new LoopInfo algorithm by default. | Andrew Trick | 2012-06-26 | 1 | -2/+2 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling | 2011-09-02 | 1 | -0/+8 |
* | Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. | Cameron Zwarich | 2011-03-15 | 2 | -2/+38 |
* | Rename 'loopsimplify' to 'loop-simplify'. | Cameron Zwarich | 2011-02-10 | 1 | -2/+2 |
* | Avoid depending on LCSSA implicitly pulling in LoopSimplify. | Dan Gohman | 2010-07-26 | 1 | -2/+2 |
* | Make isLCSSA ignore uses in blocks not reachable from the entry block, | Dan Gohman | 2010-03-09 | 1 | -0/+27 |
* | Trim a bunch of unneeded code from this testcase. | Dan Gohman | 2009-11-10 | 1 | -94/+1 |
* | Generalize LCSSA to handle loops with exits with predecessors outside | Dan Gohman | 2009-11-09 | 1 | -0/+635 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 10 | -13/+13 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 3 | -6/+6 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 10 | -13/+13 |
* | Quote another '%S' in a test. | Daniel Dunbar | 2009-09-05 | 1 | -2/+2 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 1 | -0/+143 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -9/+9 |
* | Fix broken logic in DominatorTreeBase::Split. Part of PR4238. | Eli Friedman | 2009-05-21 | 1 | -1/+1 |
* | 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 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 6 | -294/+124 |
* | Bunch of tests to check loop passes. | Devang Patel | 2007-07-31 | 3 | -0/+55 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -1/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 3 | -6/+6 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -2/+2 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 3 | -6/+6 |
* | Accomodate new name manglinge done by llvm-upgrade | Reid Spencer | 2007-01-06 | 1 | -2/+2 |
* | Update test cases that grepped for register names that have now changed | Reid Spencer | 2007-01-03 | 1 | -2/+4 |
* | For PR1070: | Reid Spencer | 2007-01-02 | 2 | -4/+8 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 6 | -9/+9 |
* | another testcase for PR977 | Chris Lattner | 2006-10-31 | 1 | -0/+210 |
* | testcase for PR977 | Chris Lattner | 2006-10-31 | 1 | -0/+270 |
* | Improve cvs ignoring of test results. | Reid Spencer | 2006-10-27 | 1 | -0/+1 |
* | Add a test for the LCSSA issue I just fixed. | Owen Anderson | 2006-07-09 | 1 | -0/+31 |
* | Make sure that LCSSA works properly when it encounters an exit block that has | Owen Anderson | 2006-06-12 | 1 | -0/+28 |
* | Update the regression tests, and add a new one encountered while compiling cr... | Owen Anderson | 2006-06-04 | 2 | -2/+28 |
* | Require both tests to pass. | Owen Anderson | 2006-05-29 | 1 | -1/+1 |
* | Update the testcase to check the full extent of LCSSA. | Owen Anderson | 2006-05-29 | 1 | -0/+1 |
* | Trivial testcase that LCSSA can already handle. | Owen Anderson | 2006-05-26 | 2 | -0/+28 |