[PM] Actually add the new pass manager support for the assumption cache.
[oota-llvm.git] / tools / opt / PassRegistry.def
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-14 Chandler Carruth[PM] Port domtree to the new pass manager (at last).
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Chandler Carruth[PM] Sink the no-op pass parsing logic into the .def...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Chandler Carruth[PM] Wire the analysis passes (such as they are) into...
2014-04-21 Chandler Carruth[PM] Add a nice low-tech registry of passes as a boring...