[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ArchiveReader.cpp ConstantReader.cpp InstructionReader.cpp Reader.cpp ReaderWrappers.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 14:45:36 PDT 2003


Changes in directory llvm/lib/Bytecode/Reader:

ArchiveReader.cpp updated: 1.6 -> 1.7
ConstantReader.cpp updated: 1.59 -> 1.60
InstructionReader.cpp updated: 1.61 -> 1.62
Reader.cpp updated: 1.86 -> 1.87
ReaderWrappers.cpp updated: 1.15 -> 1.16

---
Log message:

Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.



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

Index: llvm/lib/Bytecode/Reader/ArchiveReader.cpp
diff -u llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.6 llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.7
--- llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.6	Mon Sep 22 18:42:00 2003
+++ llvm/lib/Bytecode/Reader/ArchiveReader.cpp	Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
 //===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
+// 
+//                     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 implements the ReadArchiveFile interface, which allows a linker to
 // read all of the LLVM bytecode files contained in a .a file.  This file


Index: llvm/lib/Bytecode/Reader/ConstantReader.cpp
diff -u llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.59 llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.60
--- llvm/lib/Bytecode/Reader/ConstantReader.cpp:1.59	Sat Oct 18 00:54:18 2003
+++ llvm/lib/Bytecode/Reader/ConstantReader.cpp	Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
 //===- ReadConst.cpp - Code to constants and constant pools ---------------===//
+// 
+//                     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 implements functionality to deserialize constants and entire 
 // constant pools.


Index: llvm/lib/Bytecode/Reader/InstructionReader.cpp
diff -u llvm/lib/Bytecode/Reader/InstructionReader.cpp:1.61 llvm/lib/Bytecode/Reader/InstructionReader.cpp:1.62
--- llvm/lib/Bytecode/Reader/InstructionReader.cpp:1.61	Sun Oct 19 16:34:27 2003
+++ llvm/lib/Bytecode/Reader/InstructionReader.cpp	Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
 //===- ReadInst.cpp - Code to read an instruction from bytecode -----------===//
+// 
+//                     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 the mechanism to read an instruction from a bytecode 
 // stream.


Index: llvm/lib/Bytecode/Reader/Reader.cpp
diff -u llvm/lib/Bytecode/Reader/Reader.cpp:1.86 llvm/lib/Bytecode/Reader/Reader.cpp:1.87
--- llvm/lib/Bytecode/Reader/Reader.cpp:1.86	Sat Oct 18 14:48:10 2003
+++ llvm/lib/Bytecode/Reader/Reader.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- Reader.cpp - Code to read bytecode files ---------------------------===//
+// 
+//                     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 library implements the functionality defined in llvm/Bytecode/Reader.h
 //


Index: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
diff -u llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.15 llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.16
--- llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.15	Sat Oct 18 00:54:18 2003
+++ llvm/lib/Bytecode/Reader/ReaderWrappers.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- ReaderWrappers.cpp - Parse bytecode from file or buffer  -----------===//
+// 
+//                     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 implements loading and parsing a bytecode file and parsing a
 // bytecode module from a given buffer.





More information about the llvm-commits mailing list