summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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
OpenPOWER on IntegriCloud