summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopUnswitch
Commit message (Expand)AuthorAgeFilesLines
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-101-8/+3
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-021-0/+46
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Improved compile time:Stepan Dyatkovskiy2012-01-111-2/+2
* Reinstate r146578; it doesn't appear to be the cause of some recent execution-Chad Rosier2011-12-223-0/+313
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-223-313/+0
* Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy2011-12-143-0/+313
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-0/+67
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-031-0/+28
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-181-0/+28
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-011-0/+53
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-1/+1
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-201-0/+19
* fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner2010-02-021-1/+16
* remove an unreduced testcase, rename another.Chris Lattner2010-02-022-1697/+0
* Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove...Edward O'Callaghan2009-11-251-24/+0
* Fix for PR5373, Credit to Jakub Staszak.Edward O'Callaghan2009-11-241-0/+24
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-1/+1
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-111-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1115-15/+15
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-091-0/+34
* Trim unnecessary declarations.Dan Gohman2009-09-081-550/+0
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0815-15/+15
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-082-52/+645
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-0/+52
* Actually test something. Use PR3170 test case.Devang Patel2008-12-081-36/+25
* Undo previous patch. Devang Patel2008-12-081-1/+1
* Ignore conditions that are outside the loop.Devang Patel2008-11-031-0/+47
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-181-0/+22
* Update dom tree. Fix PR 2372.Devang Patel2008-06-021-0/+26
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests.Tanya Lattner2008-03-196-1640/+1599
* Fix bug in updating dominance frontier after loop Devang Patel2007-10-051-0/+29
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-021-0/+55
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-011-0/+30
* Bunch of tests to check loop passes.Devang Patel2007-07-312-0/+72
* New test.Devang Patel2007-07-181-0/+66
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Drop ModuleID from comment.Devang Patel2007-05-112-2/+2
* New test.Devang Patel2007-05-091-0/+95
* New test.Devang Patel2007-05-091-0/+32
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* For PR950:Reid Spencer2006-12-311-3/+3
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-025-5/+5
* Testcase that Nate found where LoopUnswitch chokes on eliminating a dead caseOwen Anderson2006-06-271-0/+31
* new testcase, distilled from povrayChris Lattner2006-06-141-0/+44
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1