[PM] Actually add the new pass manager support for the assumption cache.
[oota-llvm.git] / tools / opt / Passes.cpp
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-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-06 Chandler Carruth[PM] Hide a function we only use in an assert behind...
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Simplify how we use the registry by including...
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-06 Chandler Carruth[PM] Move the analysis registry into the Passes.cpp...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
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...
2014-04-21 Chandler Carruth[PM] Add a nice low-tech registry of passes as a boring...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Fix a bunch of bugs I spotted by inspection when...
2014-01-12 Chandler Carruth[PM] Add support for parsing function passes and functi...
2014-01-11 Chandler Carruth[PM] Actually nest pass managers correctly when parsing...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...