[PM] Create a separate library for high-level pass management code.
[oota-llvm.git] / tools / opt / NewPMDriver.cpp
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Chandler Carruth[PM] Refactor the analysis registration and pass pipeli...
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-06 Chandler Carruth[PM] Move the analysis registry into the Passes.cpp...
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] Wire the analysis passes (such as they are) into...
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-02-06 Chandler Carruth[PM] Back out one hunk of the patch in r200901 that...
2014-02-06 Chandler Carruth[PM] Wire up the analysis managers in the opt driver...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
2014-01-13 Chandler Carruth[PM] Add an enum for describing the desired output...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...