aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CGSCCPassManager.cpp
AgeCommit message (Expand)AuthorFilesLines
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