summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnswitch
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Fix tests that didn't test anything.Benjamin Kramer2012-09-26
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-20
* Second attempt at PR12573:Bill Wendling2012-04-30
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-10
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-02
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Improved compile time:Stepan Dyatkovskiy2012-01-11
* Reinstate r146578; it doesn't appear to be the cause of some recent execution-Chad Rosier2011-12-22
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-22
* Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy2011-12-14
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-27
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-03
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-18
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-01
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-20
* fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner2010-02-02
* remove an unreduced testcase, rename another.Chris Lattner2010-02-02
* 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