summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-0/+1
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-2/+2
* [PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth2017-01-111-10/+4
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-0/+1
* Remove the AssumptionCacheHal Finkel2016-12-151-1/+0
* Consistently use LoopAnalysisManagerSean Silva2016-08-091-1/+1
* LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFCJustin Bogner2016-06-171-1/+2
* [PM] Port of the DepndenceAnalysis to the new PM.Chandler Carruth2016-05-121-1/+1
* PM: Port LoopSimplifyCFG to the new pass managerJustin Bogner2016-05-031-42/+55
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* [LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth2016-02-191-14/+3
* Fix typo in LoopSimplifyCFGFiona Glaser2016-01-291-1/+1
* Add LoopSimplifyCFG passFiona Glaser2016-01-291-0/+111
OpenPOWER on IntegriCloud