summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/LoopPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-1438/+0
* [PM] Take more drastic measures to work around MSVC's failure on thisChandler Carruth2017-01-111-7/+10
* [PM] Pull a lambda out of an argument into a named variable to try andChandler Carruth2017-01-111-6/+7
* [PM] Another attempt to satisfy MSVC.Chandler Carruth2017-01-111-1/+1
* [PM] Try to appease MSVC by explicitly disambiguating a member name asChandler Carruth2017-01-111-1/+1
* [PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth2017-01-111-107/+1332
* [PM] Introduce a reasonable port of the main per-module pass pipelineChandler Carruth2016-12-221-1/+11
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-10/+4
* Consistently use LoopAnalysisManagerSean Silva2016-08-091-3/+3
* PM: Check that loop passes preserve a basic set of analysesJustin Bogner2016-05-031-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-23/+23
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-6/+6
* PM: Implement a basic loop pass managerJustin Bogner2016-02-251-0/+205
OpenPOWER on IntegriCloud