aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnswitch
AgeCommit message (Expand)Author
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-09-26Fix tests that didn't test anything.Benjamin Kramer
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-05-20Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne
2012-04-30Second attempt at PR12573:Bill Wendling
2012-04-10Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick
2012-04-02Fast fix for PR12343:Stepan Dyatkovskiy
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-11Improved compile time:Stepan Dyatkovskiy
2011-12-22Reinstate r146578; it doesn't appear to be the cause of some recent execution-Chad Rosier
2011-12-22Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier
2011-12-14Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy
2011-09-27Split the landing pad basic block with the correct function. Also merge theBill Wendling
2011-06-03Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky
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