summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopRotation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Transforms: Fix bootstrap after r266565Duncan P. N. Exon Smith2016-04-171-1/+1
* IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith2016-04-071-1/+1
* [LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth2016-02-191-19/+4
* [LoopRotate] Don't perform loop rotation if the loop header calls a convergen...Justin Lebar2016-02-121-0/+5
* LoopRotate: Convert the methods of LoopRotate to utility functions. NFCJustin Bogner2015-12-141-79/+82
* LoopRotate: Reorder some method implementations. NFCJustin Bogner2015-12-141-159/+159
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-5/+6
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+10
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-3/+3
* Convert a bunch of loops to foreach. NFC.Pete Cooper2015-08-061-2/+2
* [GMR] Add a late run of GlobalsModRef to the main pass pipeline behindChandler Carruth2015-07-231-0/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-2/+5
* LoopRotate: When reconstructing loop simplify form don't split edges from ind...Benjamin Kramer2015-02-201-0/+2
* [multiversion] Thread a function argument through all the callers of theChandler Carruth2015-02-011-3/+4
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-3/+3
* LoopRotate: Don't walk the uses of a ConstantDavid Majnemer2015-01-271-11/+8
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-2/+5
* [PM] Replace another Pass argument with specific analyses that areChandler Carruth2015-01-181-1/+1
* [PM] Refactor how the LoopRotation pass access the DominatorTree.Chandler Carruth2015-01-181-20/+18
* [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-7/+8
* Do not simplifyLatch for loops where hoisting increments couldresult in extra...Yi Jiang2014-10-291-3/+30
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-0/+1
* Add functions for finding ephemeral valuesHal Finkel2014-09-071-1/+9
* Fix typos in comments and docJF Bastien2014-08-051-2/+2
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-261-4/+14
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadataAlexey Bataev2014-04-151-0/+9
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-291-3/+18
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-16/+21
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-071-0/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-14/+29
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-1/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-1/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-021-32/+21
* LoopRotation: Check some invariants of the dominator updating code.Benjamin Kramer2012-09-011-0/+3
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-301-13/+60
* Clean whitespaces.Nadav Rotem2012-07-241-3/+4
OpenPOWER on IntegriCloud