aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopUnswitch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-201-2/+2
* Second attempt at PR12573:Bill Wendling2012-04-301-2/+2
* Remove hack from r154987. The problem persists even with it, so it's not even...Bill Wendling2012-04-301-11/+1
* Put this expensive check below the less expensive ones.Bill Wendling2012-04-191-9/+9
* Use a heavy hammer to fix PR12573.Bill Wendling2012-04-181-0/+9
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-101-29/+12
* whitespaceAndrew Trick2012-04-101-140/+140
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-021-4/+29
* This pass didn't want the inline cost per-se, it just wants generic codeChandler Carruth2012-03-151-1/+1
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-3/+3
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-9/+11
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-7/+8
* Fixed comment in loop-unswitch.Stepan Dyatkovskiy2012-01-161-1/+1
* Cosmetic patch for r148215.Stepan Dyatkovskiy2012-01-151-13/+0
* Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...Stepan Dyatkovskiy2012-01-151-114/+180
* Speculatively revert r148132+r148133 to try and fix a buildbot failure.Eli Friedman2012-01-131-166/+115
* Cosmetic patch for r148132.Stepan Dyatkovskiy2012-01-131-13/+1
* LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...Stepan Dyatkovskiy2012-01-131-112/+175
* Improved compile time:Stepan Dyatkovskiy2012-01-111-38/+98
* Fix typo "infinte".Nick Lewycky2011-12-231-1/+2
* Add the actual code for r147175.Chad Rosier2011-12-221-11/+82
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-221-82/+11
* Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy2011-12-141-11/+82
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-2/+1
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-1/+1
* Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...Stepan Dyatkovskiy2011-11-291-1/+5
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-1/+1
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-3/+23
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-4/+4
* Revert r133513:Eric Christopher2011-06-231-4/+4
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-4/+4
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-4/+4
* Change how PHINodes store their operands.Jay Foad2011-06-201-4/+4
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-031-1/+5
* Simplify r132022 based on Cameron's feedback.Evan Cheng2011-05-251-12/+5
* Forgot dyn_cast check.Evan Cheng2011-05-241-4/+4
* Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConstant can delete a deadEvan Cheng2011-05-241-13/+34
* Make LoopUnswitch preserve ScalarEvolution by just forgetting everything aboutCameron Zwarich2011-02-111-0/+5
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-081-14/+1
* Constant folding here is pointless, because InstructionSimplifyDuncan Sands2010-11-231-8/+1
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-181-6/+7
* If dom tree information is available, make it possible to passDuncan Sands2010-11-141-1/+1
* Passes do not need to recursively initialize passes that they preserve, ifOwen Anderson2010-10-191-1/+0
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-5/+5
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+8
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-011-9/+8
* apparently unswitch had the same "Feature". Stop itsChris Lattner2010-08-291-7/+2