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

2006-08-17 Thread LLVM
Changes in directory llvm/tools/analyze: AnalysisWrappers.cpp (r1.18) removed GraphPrinters.cpp (r1.11) removed Makefile (r1.34) removed PrintSCC.cpp (r1.14) removed analyze.cpp (r1.68) removed --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyz

[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/tools/analyze: AnalysisWrappers.cpp updated: 1.17 -> 1.18 --- Log message: fix printing call graphs --- Diffs of the changes: (+1 -1) AnalysisWrappers.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/analyze/AnalysisWrappers.cpp dif

[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp

2005-12-22 Thread Chris Lattner
Changes in directory llvm/tools/analyze: AnalysisWrappers.cpp updated: 1.16 -> 1.17 --- Log message: Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph rework. --- Diffs of the changes: (+17 -3) AnalysisWrappers.cpp | 20 +--- 1 files changed, 17