summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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