Added LLVM copyright header.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:20:30 +0000 (20:20 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:20:30 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9305 91177308-0d34-0410-b5e6-96231b3b80d8

17 files changed:
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeEmitterGen.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/CodeGenWrappers.cpp
utils/TableGen/CodeGenWrappers.h
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/InstrInfoEmitter.h
utils/TableGen/InstrSelectorEmitter.cpp
utils/TableGen/InstrSelectorEmitter.h
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/RegisterInfoEmitter.h
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackend.cpp
utils/TableGen/TableGenBackend.h

index 98976c73363774d3d30b0d546a4116c1bd953de7..bd3d2ffea57c7555a68d30567720923765b4793c 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeEmitterGen.cpp - Code Emitter Generator ------------------------===//
 //===- 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.
 //
 //
 // FIXME: Document.
 //
index 4b87da5067ee5683d30ab36f8fa62267570b5881..d7b4bc1adff88875c45440139c54c201e470212d 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeEmitterGen.h - Code Emitter Generator ----------------*- C++ -*-===//
 //===- 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
 //
 //
 // FIXME: document
 //
index d1e0e87ab9ca1722301573b41fcd09249381b432..5039ccaad0ae7d2af979193e55905954ea71400b 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.cpp - Code Generation Class Wrappers -----*- C++ -*-===//
 //===- 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
 //
 // These classes wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and
index 00ca3fcc60322a1677b52b9d2a03c0e3ae7ed837..f0b7200edc11771b263617860456da49804335f4 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.h - Code Generation Class Wrappers -------*- C++ -*-===//
 //===- 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
 //
 // These classes wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and
index d1e0e87ab9ca1722301573b41fcd09249381b432..5039ccaad0ae7d2af979193e55905954ea71400b 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.cpp - Code Generation Class Wrappers -----*- C++ -*-===//
 //===- 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
 //
 // These classes wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and
index 00ca3fcc60322a1677b52b9d2a03c0e3ae7ed837..f0b7200edc11771b263617860456da49804335f4 100644 (file)
@@ -1,4 +1,11 @@
 //===- CodeGenWrappers.h - Code Generation Class Wrappers -------*- C++ -*-===//
 //===- 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
 //
 // These classes wrap target description classes used by the various code
 // generation TableGen backends.  This makes it easier to access the data and
index 7b64f922f6cc71fbd35354859dfd596844adc5e3..a11244dd98835d6e843207d7d8b2fc5f73a2c302 100644 (file)
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. ------------===//
 //===- 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.
 //
 // This tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.
index 400c0db16c699423b9c31aa97bf82bc89f2f7ded..4adac31264c46ab87f7d335efd8f833326520b0e 100644 (file)
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.h - Generate a Instruction Set Desc. ----*- C++ -*-===//
 //===- 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.
 //
 // This tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.
index a3c535cad4e34ba90c5f2ca58abb07927fd97e35..9988d55684b007398520d9c0a20b24599cb486eb 100644 (file)
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. ------------===//
 //===- 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.
 //
 // This tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.
index 922aa79dfa1b6a7e2488c358206a23c38bb7afcb..2f9175c95a3189cfb4a5e2602d446e2da214f944 100644 (file)
@@ -1,4 +1,11 @@
 //===- InstrInfoEmitter.h - Generate a Instruction Set Desc. ----*- C++ -*-===//
 //===- 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.
 //
 // This tablegen backend is responsible for emitting a description of the target
 // instruction set for the code generator.
index 384005081e707668ea52264dce35857fc4258843..32ffe6245a17360fd9dbdcd504d75d9d5b37d3de 100644 (file)
@@ -1,4 +1,11 @@
 //===- Record.cpp - Record implementation ---------------------------------===//
 //===- 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 4a2fa057cfd0536bdc7583aa1195cd28dfd42274..e2233f88a847ce5a5023787489520f44ca1f36bb 100644 (file)
@@ -1,4 +1,11 @@
 //===- Record.h - Classes to represent Table Records ------------*- C++ -*-===//
 //===- 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.
 //
 // This file defines the main TableGen data structures, including the TableGen
 // types, values, and high-level data structures.
index 7652e6777282a4ada4299439eac1d28d2bebb759..67acc3f33377dcb998992a0fae03def0c0f9d240 100644 (file)
@@ -1,4 +1,11 @@
 //===- RegisterInfoEmitter.cpp - Generate a Register File Desc. -*- C++ -*-===//
 //===- 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,
 //
 // 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 65a03303cddd21e5e3951d1603d6a63cbed30d25..22c759facfceee7a5830a4f91a6ee3e6f48f9d3c 100644 (file)
@@ -1,4 +1,11 @@
 //===- RegisterInfoEmitter.h - Generate a Register File Desc. ---*- C++ -*-===//
 //===- 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,
 //
 // 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 971ac9081aad00ffeb83c0e6a1117e7945a06a66..803d0f0fdd5bd2dd641a1ab89a8bf07a29a767a0 100644 (file)
@@ -1,4 +1,11 @@
 //===- TableGen.cpp - Top-Level TableGen implementation -------------------===//
 //===- 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
 //
 // 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 b86ae72ce9dbadea44f9841dec47d843b2e89d0b..161b2eeb607e7458a284fd0ea53f4043f4fc341e 100644 (file)
@@ -1,4 +1,11 @@
 //===- TableGenBackend.cpp - Base class for TableGen Backends ---*- C++ -*-===//
 //===- 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...
 //
 //
 // This file provides useful services for TableGen backends...
 //
index 8dfbaddad160c442138d27fd0985f27fedf74e5a..23b83cac7ea68c0a4d6da6f4725a4ba137737df6 100644 (file)
@@ -1,4 +1,11 @@
 //===- TableGenBackend.h - Base class for TableGen Backends -----*- C++ -*-===//
 //===- 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.
 //
 // The TableGenBackend class is provided as a common interface for all TableGen
 // backends.  It provides useful services and an standardized interface.