aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnswitch
AgeCommit message (Expand)Author
2010-11-18Factor code for testing whether replacing one value with anotherDuncan Sands
2010-09-01Fix loop unswitching's assumption that a code path which eitherDan Gohman
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-04-20RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner
2010-02-02fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner
2010-02-02remove an unreduced testcase, rename another.Chris Lattner
2009-11-25Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove...Edward O'Callaghan
2009-11-24Fix for PR5373, Credit to Jakub Staszak.Edward O'Callaghan
2009-09-28Move the dominator verification code out of special code embedded withinDan Gohman
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman
2009-09-08Trim unnecessary declarations.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-06Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng
2008-12-08Actually test something. Use PR3170 test case.Devang Patel
2008-12-08Undo previous patch. Devang Patel
2008-11-03Ignore conditions that are outside the loop.Devang Patel
2008-06-18Preserve dominance frontier while trivially unswitching loop.Devang Patel
2008-06-02Update dom tree. Fix PR 2372.Devang Patel
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-19Upgrade tests.Tanya Lattner
2007-10-05Fix bug in updating dominance frontier after loop Devang Patel
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-02Update dominator info for the middle blocks created while splitingDevang Patel
2007-08-01Update dominator info for the middle blocks created while splitingDevang Patel
2007-07-31Bunch of tests to check loop passes.Devang Patel
2007-07-18New test.Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-11Drop ModuleID from comment.Devang Patel
2007-05-09New test.Devang Patel
2007-05-09New test.Devang Patel
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-06-27Testcase that Nate found where LoopUnswitch chokes on eliminating a dead caseOwen Anderson
2006-06-14new testcase, distilled from povrayChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-02-22new testcase distilled from SPASSChris Lattner
2006-02-14new testcase that broke unswitch due to loopsimplify not doing the right thing.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-04-19New testcaseChris Lattner