aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/LoopPassManagerTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Consistently use LoopAnalysisManagerSean Silva1-3/+3
2016-05-03PM: Check that loop passes preserve a basic set of analysesJustin Bogner1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-23/+23
2016-03-11[PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth1-6/+6
2016-02-25PM: Implement a basic loop pass managerJustin Bogner1-0/+205