aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-30ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith1-5/+4
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-2/+2
2016-07-19[LoopReroll] Reroll loops with unordered atomic memory accessesSanjoy Das1-7/+7
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-15/+8
2016-05-10 Enable loopreroll for sext of loop control only IVLawrence Hu1-12/+33
2016-05-10Revert r26084: Enable loopreroll for sext of loop control only IVLawrence Hu1-33/+12
2016-05-10 Enable loopreroll for sext of loop control only IVLawrence Hu1-12/+33
2016-04-30 Reroll loops with multiple IV and negative step part 3Lawrence Hu1-9/+155
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-03-22[PATCH] Force LoopReroll to reset the loop trip count value after reroll.Zinovy Nis1-5/+8
2016-02-22Allow setting MaxRerollIterations above 16Elena Demikhovsky1-5/+4
2016-02-19[LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth1-10/+2
2016-01-25Enable loopreroll to rerool loop with pointer induction variable.Lawrence Hu1-50/+123
2016-01-25 Undo commit 258700 due to missing commit messageLawrence Hu1-123/+50
2016-01-25Differential Revision: http://reviews.llvm.org/D13151Lawrence Hu1-50/+123
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-1/+1
2015-12-15LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner1-5/+12
2015-10-15[ScalarOpts] Remove dead code.Benjamin Kramer1-16/+0
2015-10-13Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith1-5/+5
2015-09-28[LoopReroll] Ignore debug intrinsicsWeiming Zhao1-1/+20
2015-09-23[SCEV] Introduce ScalarEvolution::getOne and getZero.Sanjoy Das1-2/+1
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-3/+3
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-3/+3
2015-07-24Handle loop with negtive induction variable incrementLawrence Hu1-37/+35
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-16/+11
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-2/+1
2015-02-16[LoopReroll] Relax some assumptions a little.James Molloy1-3/+6
2015-02-16[LoopReroll] Don't crash on dead codeJames Molloy1-0/+2
2015-02-12[LoopRerolling] Be more forgiving with instruction order.James Molloy1-17/+82
2015-02-11[LoopReroll] Introduce the concept of DAGRootSets.James Molloy1-202/+376
2015-01-29[LoopReroll] Alter the data structures used during reroll validation.James Molloy1-159/+207
2015-01-29[LoopReroll] Refactor most of reroll() into a helper classJames Molloy1-220/+273
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth1-4/+4
2015-01-15[PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth1-3/+3
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+1
2014-10-28Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi1-6/+5
2014-10-28LoopRerollPass.cpp: Use range-based loop. NFC.NAKAMURA Takumi1-11/+9
2014-10-28Untabify and whitespace cleanups.NAKAMURA Takumi1-17/+16
2014-07-10Feeding isSafeToSpeculativelyExecute its DataLayout pointerHal Finkel1-2/+4
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-19Remove some empty statementsAlp Toker1-1/+1
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-33/+24
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-3/+3