summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* remove some dead codeNuno Lopes2014-04-171-21/+0
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-14/+11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-3/+3
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+5
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Remove dead code from LoopUnswitchHal Finkel2013-11-081-127/+0
* Adjust file to the coding standard.Jakub Staszak2013-08-061-53/+49
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-4/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+7
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Simplify code. No functionality change.Jakub Staszak2012-10-161-7/+3
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* 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
OpenPOWER on IntegriCloud