Merging r258184:
[oota-llvm.git] / lib / Analysis / CGSCCPassManager.cpp
2015-01-13 Chandler Carruth[PM] Remove the defunt CGSCC-specific debug flag.
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-13 Chandler Carruth[PM] Re-clang-format much of this code as the code...
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...