[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h Primitives.h Reader.h WriteBytecodePass.h Writer.h
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 15:22:17 PDT 2003
Changes in directory llvm/include/llvm/Bytecode:
Format.h updated: 1.4 -> 1.5
Primitives.h updated: 1.12 -> 1.13
Reader.h updated: 1.14 -> 1.15
WriteBytecodePass.h updated: 1.8 -> 1.9
Writer.h updated: 1.3 -> 1.4
---
Log message:
Added LLVM copyright header (for lack of a better term).
---
Diffs of the changes: (+35 -0)
Index: llvm/include/llvm/Bytecode/Format.h
diff -u llvm/include/llvm/Bytecode/Format.h:1.4 llvm/include/llvm/Bytecode/Format.h:1.5
--- llvm/include/llvm/Bytecode/Format.h:1.4 Tue Sep 30 13:37:43 2003
+++ llvm/include/llvm/Bytecode/Format.h Mon Oct 20 15:19:21 2003
@@ -1,4 +1,11 @@
//===-- llvm/Bytecode/Format.h - VM bytecode file format info ---*- 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 header defines intrinsic constants that are useful to libraries that
// need to hack on bytecode files directly, like the reader and writer.
Index: llvm/include/llvm/Bytecode/Primitives.h
diff -u llvm/include/llvm/Bytecode/Primitives.h:1.12 llvm/include/llvm/Bytecode/Primitives.h:1.13
--- llvm/include/llvm/Bytecode/Primitives.h:1.12 Tue Sep 30 13:37:43 2003
+++ llvm/include/llvm/Bytecode/Primitives.h Mon Oct 20 15:19:21 2003
@@ -1,4 +1,11 @@
//===-- llvm/Bytecode/Primitives.h - Bytecode file format prims -*- 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 header defines some basic functions for reading and writing basic
// primitive types to a bytecode stream.
Index: llvm/include/llvm/Bytecode/Reader.h
diff -u llvm/include/llvm/Bytecode/Reader.h:1.14 llvm/include/llvm/Bytecode/Reader.h:1.15
--- llvm/include/llvm/Bytecode/Reader.h:1.14 Sat Oct 4 15:14:26 2003
+++ llvm/include/llvm/Bytecode/Reader.h Mon Oct 20 15:19:21 2003
@@ -1,4 +1,11 @@
//===-- llvm/Bytecode/Reader.h - Reader for VM bytecode 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/Bytecode/Reader library.
// This library is used to read VM bytecode files from an iostream.
Index: llvm/include/llvm/Bytecode/WriteBytecodePass.h
diff -u llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.8 llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.9
--- llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.8 Tue Sep 30 13:37:43 2003
+++ llvm/include/llvm/Bytecode/WriteBytecodePass.h Mon Oct 20 15:19:21 2003
@@ -1,4 +1,11 @@
//===- llvm/Bytecode/WriteBytecodePass.h - Bytecode Writer 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 a simple pass to write the working module to a file after
// pass processing is completed.
Index: llvm/include/llvm/Bytecode/Writer.h
diff -u llvm/include/llvm/Bytecode/Writer.h:1.3 llvm/include/llvm/Bytecode/Writer.h:1.4
--- llvm/include/llvm/Bytecode/Writer.h:1.3 Tue Sep 30 13:37:43 2003
+++ llvm/include/llvm/Bytecode/Writer.h Mon Oct 20 15:19:21 2003
@@ -1,4 +1,11 @@
//===-- llvm/Bytecode/Writer.h - Writer for VM bytecode 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/BytecodeWriter library.
// This library is used to write VM bytecode files to an iostream. First, you
More information about the llvm-commits
mailing list