[llvm-commits] CVS: llvm/tools/opt/AnalysisWrappers.cpp GraphPrinters.cpp PrintSCC.cpp opt.cpp

2007-05-02 Thread Devang Patel
Changes in directory llvm/tools/opt: AnalysisWrappers.cpp updated: 1.22 - 1.23 GraphPrinters.cpp updated: 1.15 - 1.16 PrintSCC.cpp updated: 1.16 - 1.17 opt.cpp updated: 1.135 - 1.136 --- Log message: Use 'static const char' instead of 'static const int'. Due to darwin gcc bug, one version of

[llvm-commits] CVS: llvm/tools/opt/AnalysisWrappers.cpp GraphPrinters.cpp PrintSCC.cpp opt.cpp

2007-05-02 Thread Devang Patel
Changes in directory llvm/tools/opt: AnalysisWrappers.cpp updated: 1.23 - 1.24 GraphPrinters.cpp updated: 1.16 - 1.17 PrintSCC.cpp updated: 1.17 - 1.18 opt.cpp updated: 1.136 - 1.137 --- Log message: Drop 'const' --- Diffs of the changes: (+16 -16) AnalysisWrappers.cpp |8

[llvm-commits] CVS: llvm/tools/opt/AnalysisWrappers.cpp GraphPrinters.cpp PrintSCC.cpp opt.cpp

2007-05-01 Thread Devang Patel
Changes in directory llvm/tools/opt: AnalysisWrappers.cpp updated: 1.21 - 1.22 GraphPrinters.cpp updated: 1.14 - 1.15 PrintSCC.cpp updated: 1.15 - 1.16 opt.cpp updated: 1.134 - 1.135 --- Log message: Do not use typeinfo to identify pass in pass manager. --- Diffs of the changes: (+31 -4)

[llvm-commits] CVS: llvm/tools/opt/AnalysisWrappers.cpp GraphPrinters.cpp PrintSCC.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/opt: AnalysisWrappers.cpp updated: 1.18 - 1.19 GraphPrinters.cpp updated: 1.11 - 1.12 PrintSCC.cpp updated: 1.14 - 1.15 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+6 -6)