summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnswitch
Commit message (Expand)AuthorAgeFilesLines
* Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...Owen Anderson2015-10-091-0/+39
* [LoopUnswitch] Add block frequency analysis to recognize hot/cold regionsChen Li2015-09-291-0/+52
* Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsetsPhilip Reames2015-09-231-0/+28
* [LoopUnswitch] Preserve make.implicit metadata for unswitched conditionsChen Li2015-08-051-0/+23
* [LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions...Chen Li2015-07-252-5/+52
* [LoopUnswitch] Code refactoring to separate trivial loop unswitch and non-tri...Chen Li2015-07-221-0/+28
* Fix PR13851: Preserve metadata for the unswitched branchWeiming Zhao2015-06-231-0/+77
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-172-4/+4
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-122-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-162-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-132-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2710-29/+29
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-275-6/+6
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-142-2/+2
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-302-11/+3
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-126-4/+5
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-086-0/+4
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-224-9/+22
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-303-3/+3
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-1/+38
* Fix tests that didn't test anything.Benjamin Kramer2012-09-261-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-263-26/+26
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-201-0/+25
* Second attempt at PR12573:Bill Wendling2012-04-301-0/+101
* 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
OpenPOWER on IntegriCloud