aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CGSCCPassManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisManager,LazyCallGra...NAKAMURA Takumi1-2/+2
2016-08-24[PM] Introduce basic update capabilities to the new PM's CGSCC passChandler Carruth1-5/+342
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+0
2016-03-11[PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth1-3/+0
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi1-0/+3
2016-02-28Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi1-3/+0
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi1-0/+3
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-55/+8
2016-02-26[PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth1-8/+0
2016-02-23[PM] Remove an overly aggressive assert now that I can actually test theChandler Carruth1-1/+0
2016-02-23[PM] Improve the API and comments around the analysis manager proxies.Chandler Carruth1-0/+8
2015-01-13[PM] Remove the defunt CGSCC-specific debug flag.Chandler Carruth1-4/+0
2015-01-13[PM] Refactor the new pass manager to use a single template to implementChandler Carruth1-32/+0
2015-01-13[PM] Fold all three analysis managers into a single AnalysisManagerChandler Carruth1-100/+0
2015-01-13[PM] Re-clang-format much of this code as the code has changed some andChandler Carruth1-2/+2
2015-01-07[PM] Fix a pretty nasty bug where the new pass manager would invalidateChandler Carruth1-6/+28
2015-01-06[PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth1-0/+1
2015-01-06[PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth1-1/+4
2015-01-05[PM] Don't run the machinery of invalidating all the analysis passesChandler Carruth1-0/+4
2015-01-05[PM] Add names and debug logging for analysis passes to the new passChandler Carruth1-0/+11
2015-01-05[PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth1-17/+17
2014-04-21[PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth1-0/+167