[llvm-commits] CVS: llvm/include/llvm/Assembly/CWriter.h CachedWriter.h Parser.h PrintModulePass.h Writer.h

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 15:22:02 PDT 2003


Changes in directory llvm/include/llvm/Assembly:

CWriter.h updated: 1.3 -> 1.4
CachedWriter.h updated: 1.10 -> 1.11
Parser.h updated: 1.6 -> 1.7
PrintModulePass.h updated: 1.13 -> 1.14
Writer.h updated: 1.25 -> 1.26

---
Log message:

Added LLVM copyright header (for lack of a better term).



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

Index: llvm/include/llvm/Assembly/CWriter.h
diff -u llvm/include/llvm/Assembly/CWriter.h:1.3 llvm/include/llvm/Assembly/CWriter.h:1.4
--- llvm/include/llvm/Assembly/CWriter.h:1.3	Tue Sep 30 13:37:41 2003
+++ llvm/include/llvm/Assembly/CWriter.h	Mon Oct 20 15:19:19 2003
@@ -1,4 +1,11 @@
 //===-- llvm/Assembly/CWriter.h - C Printer for LLVM programs ---*- C++ -*-===//
+// 
+//                     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 functionality is implemented by the lib/CWriter library.  This library
 // is used to print C language files to an iostream.


Index: llvm/include/llvm/Assembly/CachedWriter.h
diff -u llvm/include/llvm/Assembly/CachedWriter.h:1.10 llvm/include/llvm/Assembly/CachedWriter.h:1.11
--- llvm/include/llvm/Assembly/CachedWriter.h:1.10	Tue Sep 30 13:37:41 2003
+++ llvm/include/llvm/Assembly/CachedWriter.h	Mon Oct 20 15:19:19 2003
@@ -1,4 +1,11 @@
 //===-- llvm/Assembly/CachedWriter.h - Printer Accellerator -----*- C++ -*-===//
+// 
+//                     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 a 'CacheWriter' class that is used to accelerate printing
 // chunks of LLVM.  This is used when a module is not being changed, but random


Index: llvm/include/llvm/Assembly/Parser.h
diff -u llvm/include/llvm/Assembly/Parser.h:1.6 llvm/include/llvm/Assembly/Parser.h:1.7
--- llvm/include/llvm/Assembly/Parser.h:1.6	Tue Sep 30 13:37:41 2003
+++ llvm/include/llvm/Assembly/Parser.h	Mon Oct 20 15:19:19 2003
@@ -1,4 +1,11 @@
 //===-- llvm/Assembly/Parser.h - Parser for VM assembly files ---*- C++ -*-===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 //  These classes are implemented by the lib/AsmParser library.
 //


Index: llvm/include/llvm/Assembly/PrintModulePass.h
diff -u llvm/include/llvm/Assembly/PrintModulePass.h:1.13 llvm/include/llvm/Assembly/PrintModulePass.h:1.14
--- llvm/include/llvm/Assembly/PrintModulePass.h:1.13	Tue Sep 30 13:37:41 2003
+++ llvm/include/llvm/Assembly/PrintModulePass.h	Mon Oct 20 15:19:19 2003
@@ -1,4 +1,11 @@
 //===- llvm/Assembly/PrintModulePass.h - Printing Pass ----------*- C++ -*-===//
+// 
+//                     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 two passes to print out a module.  The PrintModulePass pass
 // simply prints out the entire module when it is executed.  The


Index: llvm/include/llvm/Assembly/Writer.h
diff -u llvm/include/llvm/Assembly/Writer.h:1.25 llvm/include/llvm/Assembly/Writer.h:1.26
--- llvm/include/llvm/Assembly/Writer.h:1.25	Tue Sep 30 13:37:41 2003
+++ llvm/include/llvm/Assembly/Writer.h	Mon Oct 20 15:19:19 2003
@@ -1,4 +1,11 @@
 //===-- llvm/Assembly/Writer.h - Printer for VM assembly files --*- C++ -*-===//
+// 
+//                     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 functionality is implemented by the lib/Assembly/Writer library.
 // This library is used to print VM assembly language files to an iostream. It





More information about the llvm-commits mailing list