Make it easier to pass a custom diagnostic handler to the IR linker.
[oota-llvm.git] / tools / opt / Passes.cpp
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...