[llvm-commits] CVS: llvm/lib/Bytecode/Writer/ConstantWriter.cpp InstructionWriter.cpp Writer.cpp

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


Changes in directory llvm/lib/Bytecode/Writer:

ConstantWriter.cpp updated: 1.24 -> 1.25
InstructionWriter.cpp updated: 1.33 -> 1.34
Writer.cpp updated: 1.43 -> 1.44

---
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:  (+21 -0)

Index: llvm/lib/Bytecode/Writer/ConstantWriter.cpp
diff -u llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.24 llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.25
--- llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.24	Thu Oct 16 21:02:40 2003
+++ llvm/lib/Bytecode/Writer/ConstantWriter.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- ConstantWriter.cpp - Functions for writing constants --------------===//
+// 
+//                     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 routines for encoding constants to a bytecode 
 // stream.


Index: llvm/lib/Bytecode/Writer/InstructionWriter.cpp
diff -u llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.33 llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.34
--- llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.33	Sat Oct 18 00:54:48 2003
+++ llvm/lib/Bytecode/Writer/InstructionWriter.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- InstructionWriter.cpp - Functions for writing instructions --------===//
+// 
+//                     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 routines for encoding instruction opcodes to a 
 // bytecode stream.


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.43 llvm/lib/Bytecode/Writer/Writer.cpp:1.44
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.43	Sat Oct 18 01:30:21 2003
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- Writer.cpp - Library for writing VM 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/Writer.h
 //





More information about the llvm-commits mailing list