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

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 12:48:08 PDT 2003


Changes in directory llvm/tools/analyze:

AnalysisWrappers.cpp updated: 1.4 -> 1.5
GraphPrinters.cpp updated: 1.2 -> 1.3
analyze.cpp updated: 1.53 -> 1.54

---
Log message:

Added copyright header to all C++ source files.



---
Diffs of the changes:  (+24 -0)

Index: llvm/tools/analyze/AnalysisWrappers.cpp
diff -u llvm/tools/analyze/AnalysisWrappers.cpp:1.4 llvm/tools/analyze/AnalysisWrappers.cpp:1.5
--- llvm/tools/analyze/AnalysisWrappers.cpp:1.4	Mon Jul 14 12:15:35 2003
+++ llvm/tools/analyze/AnalysisWrappers.cpp	Mon Oct 20 12:47:05 2003
@@ -1,4 +1,12 @@
 //===- AnalysisWrappers.cpp - Wrappers around non-pass analyses -----------===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //
 // This file defines pass wrappers around LLVM analyses that don't make sense to
 // be passes.  It provides a nice standard pass interface to these classes so


Index: llvm/tools/analyze/GraphPrinters.cpp
diff -u llvm/tools/analyze/GraphPrinters.cpp:1.2 llvm/tools/analyze/GraphPrinters.cpp:1.3
--- llvm/tools/analyze/GraphPrinters.cpp:1.2	Sun Nov  3 20:55:30 2002
+++ llvm/tools/analyze/GraphPrinters.cpp	Mon Oct 20 12:47:05 2003
@@ -1,4 +1,12 @@
 //===- GraphPrinters.cpp - DOT printers for various graph types -----------===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //
 // This file defines several printers for various different types of graphs used
 // by the LLVM infrastructure.  It uses the generic graph interface to convert


Index: llvm/tools/analyze/analyze.cpp
diff -u llvm/tools/analyze/analyze.cpp:1.53 llvm/tools/analyze/analyze.cpp:1.54
--- llvm/tools/analyze/analyze.cpp:1.53	Mon May 12 17:12:44 2003
+++ llvm/tools/analyze/analyze.cpp	Mon Oct 20 12:47:05 2003
@@ -1,4 +1,12 @@
 //===----------------------------------------------------------------------===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // The LLVM analyze utility
 //
 // This utility is designed to print out the results of running various analysis





More information about the llvm-commits mailing list