summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopAnalysisManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...Alina Sbirlea2019-08-211-1/+1
* Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea2019-06-111-2/+0
* [MemorySSA] LCSSA preserves MemorySSA.Alina Sbirlea2019-04-231-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LoopPassManager] MemorySSA should be preserved when enabled.Alina Sbirlea2018-09-061-2/+2
* Fixed spelling mistake in comments of LLVM Analysis passesVedant Kumar2018-02-281-1/+1
* Add MemorySSA as loop dependency, disabled by default [NFC].Alina Sbirlea2017-11-211-3/+15
* Do not call Loop::getName on possibly dead loopsSanjoy Das2017-10-041-2/+4
* Use a BumpPtrAllocator for Loop objectsSanjoy Das2017-09-281-1/+1
* Revert r293017 and fix the actual underlying issue.Chandler Carruth2017-02-071-1/+2
* Rewind instantiations of OuterAnalysisManagerProxy in r289317, r291651, and r...NAKAMURA Takumi2017-01-251-2/+1
* [LoopInfo] Add helper methods to compute two useful orderings of theChandler Carruth2017-01-201-18/+4
* [PM] The assumption cache is fundamentally designed to be self-updating,Chandler Carruth2017-01-151-1/+0
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-0/+160
OpenPOWER on IntegriCloud