For the ARM integrated assembler add checking of the
[oota-llvm.git] / tools / opt / Passes.cpp
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...