summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LoopUnswitch] Check OptimizeForSize before traversing over all basic blocks ...Chen Li2015-08-131-7/+6
* don't repeat function names in comments; NFCSanjay Patel2015-08-111-39/+34
* fix 80-cols; NFCSanjay Patel2015-08-111-19/+22
* [LoopUnswitch] Preserve make.implicit metadata for unswitched conditionsChen Li2015-08-051-0/+1
* wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel2015-08-041-0/+1
* [LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions...Chen Li2015-07-251-20/+60
* [PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth2015-07-221-2/+1
* [LoopUnswitch] Code refactoring to separate trivial loop unswitch and non-tri...Chen Li2015-07-221-96/+112
* [LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...Chen Li2015-07-151-1/+2
* This change fixes three bugs in loop unswitching. This change causes an 81% s...Mark Heffernan2015-06-231-40/+65
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fix PR13851: Preserve metadata for the unswitched branchWeiming Zhao2015-06-231-20/+67
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-1/+3
* Transforms: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-3/+1
* [multiversion] Thread a function argument through all the callers of theChandler Carruth2015-02-011-1/+2
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-4/+5
* Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames2015-01-281-10/+3
* [PM] Replace the Pass argument to SplitEdge with specific analyses usedChandler Carruth2015-01-191-3/+3
* [PM] Cleanup a dead option to critical edge splitting that I noticedChandler Carruth2015-01-191-3/+1
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-2/+5
* [PM] Lift the analyses into the interface forChandler Carruth2015-01-191-1/+2
* [PM] Pull the analyses used for another utility routine into its APIChandler Carruth2015-01-181-1/+3
* [PM] Sink the specific analyses preserved by SplitBlock into itsChandler Carruth2015-01-181-1/+1
* [PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth2015-01-181-3/+3
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-4/+4
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-10/+11
* Add functions for finding ephemeral valuesHal Finkel2014-09-071-4/+10
* Add an Assumption-Tracking PassHal Finkel2014-09-071-0/+9
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-3/+5
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-5/+3
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-19/+19
* [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
OpenPOWER on IntegriCloud