summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...Alina Sbirlea2019-08-011-2/+1
* Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea2019-06-111-2/+10
* Fix compilation warnings when compiling with GCC 7.3Alexandre Ganea2019-05-061-10/+0
* [AliasAnalysis/NewPassManager] Invalidate AAManager less often.Alina Sbirlea2019-04-301-1/+0
* Revert [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-241-0/+1
* [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-231-1/+0
* [MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].Alina Sbirlea2019-02-121-0/+2
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-4/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [New PM] Introducing PassInstrumentation frameworkFedor Sergeev2018-09-201-0/+5
* Temporarily Revert "[New PM] Introducing PassInstrumentation framework"Eric Christopher2018-09-201-5/+0
* [New PM] Introducing PassInstrumentation frameworkFedor Sergeev2018-09-191-0/+5
* Revert rL342544: [New PM] Introducing PassInstrumentation frameworkFedor Sergeev2018-09-191-5/+0
* [New PM] Introducing PassInstrumentation frameworkFedor Sergeev2018-09-191-0/+5
* [Dominators] Remove verifyDomTree and add some verifying for Post Dom TreesDavid Green2018-02-281-6/+6
* Need to work around the gcc Wunused-function bug as far back as gcc 6.1, upda...Eric Christopher2017-11-161-3/+3
* Use a BumpPtrAllocator for Loop objectsSanjoy Das2017-09-281-7/+8
* Rename markAsErased to erase, as pointed out in a previous review; NFCSanjoy Das2017-09-221-1/+1
* [LoopInfo] Make LoopBase and Loop destructors non-publicSanjoy Das2017-09-191-23/+17
* Supressed warning: declared ‘static’ but never defined.Galina Kistanova2017-06-141-0/+11
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [PM] Defend against getting slightly wrong template arguments passedChandler Carruth2017-02-071-2/+8
* [PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.Chandler Carruth2017-01-211-107/+258
* [PM] The assumption cache is fundamentally designed to be self-updating,Chandler Carruth2017-01-151-23/+1
* Fix unused variable warningSimon Pilgrim2017-01-111-1/+1
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-0/+1438
OpenPOWER on IntegriCloud