[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
[oota-llvm.git] / include / llvm / Analysis / CGSCCPassManager.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-01 Benjamin KramerRemove std::move on return of temporary.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
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-12 Chandler Carruth[PM] Sink the reference vs. value decision for IR units...
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
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-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...