aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopPassManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-10[PM] Support invalidation of inner analysis managers from a pass over the out...Chandler Carruth1-1/+19
2016-05-03PM: Check that loop passes preserve a basic set of analysesJustin Bogner1-0/+19
2016-03-11[PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth1-1/+0
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi1-0/+1
2016-02-28Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi1-1/+0
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi1-0/+1
2016-02-27[PM] Provide explicit instantiation declarations and definitions for theChandler Carruth1-0/+2
2016-02-27[PM] Provide two templates for the two directionalities of analysisChandler Carruth1-27/+4
2016-02-26[PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth1-4/+0
2016-02-25PM: Implement a basic loop pass managerJustin Bogner1-0/+45