[llvm-commits] CVS: llvm/utils/TableGen/CodeEmitterGen.cpp CodeEmitterGen.h CodeGenWrappers.cpp CodeGenWrappers.h InstrInfoEmitter.cpp InstrInfoEmitter.h InstrSelectorEmitter.cpp InstrSelectorEmitter.h Record.cpp Record.h RegisterInfoEmitter.cpp RegisterInfoEmitter.h TableGen.cpp TableGenBackend.cpp TableGenBackend.h

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


Changes in directory llvm/utils/TableGen:

CodeEmitterGen.cpp updated: 1.27 -> 1.28
CodeEmitterGen.h updated: 1.8 -> 1.9
CodeGenWrappers.cpp updated: 1.4 -> 1.5
CodeGenWrappers.h updated: 1.5 -> 1.6
InstrInfoEmitter.cpp updated: 1.5 -> 1.6
InstrInfoEmitter.h updated: 1.3 -> 1.4
InstrSelectorEmitter.cpp updated: 1.34 -> 1.35
InstrSelectorEmitter.h updated: 1.21 -> 1.22
Record.cpp updated: 1.28 -> 1.29
Record.h updated: 1.36 -> 1.37
RegisterInfoEmitter.cpp updated: 1.13 -> 1.14
RegisterInfoEmitter.h updated: 1.4 -> 1.5
TableGen.cpp updated: 1.21 -> 1.22
TableGenBackend.cpp updated: 1.3 -> 1.4
TableGenBackend.h updated: 1.4 -> 1.5

---
Log message:

Added LLVM copyright header.



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

Index: llvm/utils/TableGen/CodeEmitterGen.cpp
diff -u llvm/utils/TableGen/CodeEmitterGen.cpp:1.27 llvm/utils/TableGen/CodeEmitterGen.cpp:1.28
--- llvm/utils/TableGen/CodeEmitterGen.cpp:1.27	Wed Sep 17 13:21:48 2003
+++ llvm/utils/TableGen/CodeEmitterGen.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- CodeEmitterGen.cpp - Code Emitter Generator ------------------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // FIXME: Document.
 //


Index: llvm/utils/TableGen/CodeEmitterGen.h
diff -u llvm/utils/TableGen/CodeEmitterGen.h:1.8 llvm/utils/TableGen/CodeEmitterGen.h:1.9
--- llvm/utils/TableGen/CodeEmitterGen.h:1.8	Tue Aug  5 23:36:35 2003
+++ llvm/utils/TableGen/CodeEmitterGen.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- CodeEmitterGen.h - Code Emitter Generator ----------------*- 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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // FIXME: document
 //


Index: llvm/utils/TableGen/CodeGenWrappers.cpp
diff -u llvm/utils/TableGen/CodeGenWrappers.cpp:1.4 llvm/utils/TableGen/CodeGenWrappers.cpp:1.5
--- llvm/utils/TableGen/CodeGenWrappers.cpp:1.4	Fri Oct 10 16:55:29 2003
+++ llvm/utils/TableGen/CodeGenWrappers.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.cpp - Code Generation Class Wrappers -----*- 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 wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and


Index: llvm/utils/TableGen/CodeGenWrappers.h
diff -u llvm/utils/TableGen/CodeGenWrappers.h:1.5 llvm/utils/TableGen/CodeGenWrappers.h:1.6
--- llvm/utils/TableGen/CodeGenWrappers.h:1.5	Wed Aug 13 17:27:15 2003
+++ llvm/utils/TableGen/CodeGenWrappers.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.h - Code Generation Class Wrappers -------*- 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 wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and


Index: llvm/utils/TableGen/InstrInfoEmitter.cpp
diff -u llvm/utils/TableGen/InstrInfoEmitter.cpp:1.5 llvm/utils/TableGen/InstrInfoEmitter.cpp:1.6
--- llvm/utils/TableGen/InstrInfoEmitter.cpp:1.5	Wed Oct  8 00:20:08 2003
+++ llvm/utils/TableGen/InstrInfoEmitter.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. ------------===//
+// 
+//                     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 tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.


Index: llvm/utils/TableGen/InstrInfoEmitter.h
diff -u llvm/utils/TableGen/InstrInfoEmitter.h:1.3 llvm/utils/TableGen/InstrInfoEmitter.h:1.4
--- llvm/utils/TableGen/InstrInfoEmitter.h:1.3	Tue Aug  5 23:32:07 2003
+++ llvm/utils/TableGen/InstrInfoEmitter.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.h - Generate a Instruction Set Desc. ----*- 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 tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.


Index: llvm/utils/TableGen/InstrSelectorEmitter.cpp
diff -u llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.34 llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.35
--- llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.34	Mon Sep 22 15:27:10 2003
+++ llvm/utils/TableGen/InstrSelectorEmitter.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. ------------===//
+// 
+//                     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 tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.


Index: llvm/utils/TableGen/InstrSelectorEmitter.h
diff -u llvm/utils/TableGen/InstrSelectorEmitter.h:1.21 llvm/utils/TableGen/InstrSelectorEmitter.h:1.22
--- llvm/utils/TableGen/InstrSelectorEmitter.h:1.21	Wed Aug 20 17:07:45 2003
+++ llvm/utils/TableGen/InstrSelectorEmitter.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.h - Generate a Instruction Set Desc. ----*- 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 tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.


Index: llvm/utils/TableGen/Record.cpp
diff -u llvm/utils/TableGen/Record.cpp:1.28 llvm/utils/TableGen/Record.cpp:1.29
--- llvm/utils/TableGen/Record.cpp:1.28	Sun Aug 10 17:14:13 2003
+++ llvm/utils/TableGen/Record.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- Record.cpp - Record implementation ---------------------------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 //
 //===----------------------------------------------------------------------===//


Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.36 llvm/utils/TableGen/Record.h:1.37
--- llvm/utils/TableGen/Record.h:1.36	Sun Aug 10 17:38:36 2003
+++ llvm/utils/TableGen/Record.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- Record.h - Classes to represent Table Records ------------*- 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 the main TableGen data structures, including the TableGen
 // types, values, and high-level data structures.


Index: llvm/utils/TableGen/RegisterInfoEmitter.cpp
diff -u llvm/utils/TableGen/RegisterInfoEmitter.cpp:1.13 llvm/utils/TableGen/RegisterInfoEmitter.cpp:1.14
--- llvm/utils/TableGen/RegisterInfoEmitter.cpp:1.13	Wed Oct  8 00:20:08 2003
+++ llvm/utils/TableGen/RegisterInfoEmitter.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- RegisterInfoEmitter.cpp - Generate a Register File Desc. -*- 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 tablegen backend is responsible for emitting a description of a target
 // register file for a code generator.  It uses instances of the Register,


Index: llvm/utils/TableGen/RegisterInfoEmitter.h
diff -u llvm/utils/TableGen/RegisterInfoEmitter.h:1.4 llvm/utils/TableGen/RegisterInfoEmitter.h:1.5
--- llvm/utils/TableGen/RegisterInfoEmitter.h:1.4	Tue Aug  5 23:36:35 2003
+++ llvm/utils/TableGen/RegisterInfoEmitter.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- RegisterInfoEmitter.h - Generate a Register File Desc. ---*- 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 tablegen backend is responsible for emitting a description of a target
 // register file for a code generator.  It uses instances of the Register,


Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.21 llvm/utils/TableGen/TableGen.cpp:1.22
--- llvm/utils/TableGen/TableGen.cpp:1.21	Sun Sep  7 15:12:52 2003
+++ llvm/utils/TableGen/TableGen.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- TableGen.cpp - Top-Level TableGen implementation -------------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // TableGen is a tool which can be used to build up a description of something,
 // then invoke one or more "tablegen backends" to emit information about the


Index: llvm/utils/TableGen/TableGenBackend.cpp
diff -u llvm/utils/TableGen/TableGenBackend.cpp:1.3 llvm/utils/TableGen/TableGenBackend.cpp:1.4
--- llvm/utils/TableGen/TableGenBackend.cpp:1.3	Thu Aug  7 00:39:37 2003
+++ llvm/utils/TableGen/TableGenBackend.cpp	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- TableGenBackend.cpp - Base class for TableGen Backends ---*- 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 provides useful services for TableGen backends...
 //


Index: llvm/utils/TableGen/TableGenBackend.h
diff -u llvm/utils/TableGen/TableGenBackend.h:1.4 llvm/utils/TableGen/TableGenBackend.h:1.5
--- llvm/utils/TableGen/TableGenBackend.h:1.4	Thu Aug  7 00:39:37 2003
+++ llvm/utils/TableGen/TableGenBackend.h	Mon Oct 20 15:20:30 2003
@@ -1,4 +1,11 @@
 //===- TableGenBackend.h - Base class for TableGen Backends -----*- 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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // The TableGenBackend class is provided as a common interface for all TableGen
 // backends.  It provides useful services and an standardized interface.





More information about the llvm-commits mailing list