Introduce an AnalysisManager which is like a pass manager but with a lot
[oota-llvm.git] / include / llvm / IR / PassManager.h
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...