Age | Commit message (Expand) | Author |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-03-20 | LoopSimplify bug fix. Handle indirect loop back edges. | Andrew Trick |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-12-15 | Make loop preheader insertion in LoopSimplify handle the case where the loop ... | Eli Friedman |
2011-10-12 | Removed colons from some target datalayout strings in test, since they don't ... | Lang Hames |
2011-09-19 | Update to the new EH syntax. | Bill Wendling |
2011-09-19 | Dramatically reduce this testcase. | Bill Wendling |
2011-09-13 | Generalize test case to handle multiple indvars modes. | Andrew Trick |
2011-08-31 | Reenable test. | Bill Wendling |
2011-08-31 | Revert accidental commit | Bill Wendling |
2011-08-31 | Disable this test until Bill fixes it properly. | Eli Friedman |
2011-08-31 | Update more tests to the new EH scheme. | Bill Wendling |
2011-08-30 | Remove the old tail duplication pass. It is not used and is unable to update | Rafael Espindola |
2011-08-03 | SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget | Andrew Trick |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-03-18 | Avoid creating canonical induction variables for non-native types. | Andrew Trick |
2011-02-10 | Rename 'loopsimplify' to 'loop-simplify'. | Cameron Zwarich |
2011-01-02 | Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr... | Duncan Sands |
2010-09-04 | Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge | Dan Gohman |
2010-08-14 | LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867. | Dan Gohman |
2010-07-16 | LoopSimplify does not update domfrontier correctly. | Tobias Grosser |
2009-11-20 | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman |
2009-11-05 | The introduction of indirectbr meant the introduction of | Dan Gohman |
2009-10-24 | Make these tests more interesting by using | Dan Gohman |
2009-10-19 | Fix SplitBlockPredecessors' LoopInfo updating code to handle the case | Dan Gohman |
2009-09-28 | Move the dominator verification code out of special code embedded within | 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 | Convert a few more opt | llvm-dis to opt -S. | 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-06-27 | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman |
2009-05-21 | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman |
2009-04-28 | As with r70333, give the primary induction variable a use so | Dan Gohman |
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-03-25 | Byebye llvm-upgrade! | Tanya Lattner |
2007-10-29 | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner |
2007-08-15 | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman |
2007-06-29 | Convert .cvsignore files | John Criswell |
2007-04-15 | For PR1319: | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2007-01-06 | this testcase is too large to be useful, and requires a .bc file to be | Chris Lattner |
2007-01-06 | Regenerate for new bytecode file format. | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-03 | Upgrade to version 7 bytecode format. | Reid Spencer |
2006-12-02 | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer |
2006-08-12 | New testcase, this used to take hours to loopsimplify. | Chris Lattner |
2006-04-12 | Added the ability to xfail based on llvmgcc version | Tanya Lattner |
2006-03-23 | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer |