summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnswitch
Commit message (Expand)AuthorAge
* Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove...Edward O'Callaghan2009-11-25
* Fix for PR5373, Credit to Jakub Staszak.Edward O'Callaghan2009-11-24
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* Trim unnecessary declarations.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Actually test something. Use PR3170 test case.Devang Patel2008-12-08
* Undo previous patch. Devang Patel2008-12-08
* Ignore conditions that are outside the loop.Devang Patel2008-11-03
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-18
* Update dom tree. Fix PR 2372.Devang Patel2008-06-02
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Upgrade tests.Tanya Lattner2008-03-19
* Fix bug in updating dominance frontier after loop Devang Patel2007-10-05
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-02
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-01
* Bunch of tests to check loop passes.Devang Patel2007-07-31
* New test.Devang Patel2007-07-18
* Convert .cvsignore filesJohn Criswell2007-06-29
* Drop ModuleID from comment.Devang Patel2007-05-11
* New test.Devang Patel2007-05-09
* New test.Devang Patel2007-05-09
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Testcase that Nate found where LoopUnswitch chokes on eliminating a dead caseOwen Anderson2006-06-27
* new testcase, distilled from povrayChris Lattner2006-06-14
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase distilled from SPASSChris Lattner2006-02-22
* new testcase that broke unswitch due to loopsimplify not doing the right thing.Chris Lattner2006-02-14
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcaseChris Lattner2004-04-19