Added LLVM copyright notice.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 21 Oct 2003 15:29:18 +0000 (15:29 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 21 Oct 2003 15:29:18 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/IGNode.h
lib/CodeGen/RegAlloc/InterferenceGraph.h
lib/CodeGen/RegAlloc/RegClass.h
lib/Target/SparcV9/RegAlloc/IGNode.h
lib/Target/SparcV9/RegAlloc/InterferenceGraph.h
lib/Target/SparcV9/RegAlloc/RegClass.h
lib/Target/SparcV9/SparcV9.burg.in
utils/TableGen/FileLexer.l
utils/TableGen/FileParser.y

index ddb70746fc5b689244cdd6386d67ac3d912dd99d..f8286e22bdcda9b8ea6b171f1c1776257c6e59d0 100644 (file)
@@ -1,3 +1,12 @@
+//===-- IGNode.h - Represent a node in an interference graph ----*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   IGNode.h                      -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    July 25, 01
index 6074d073cfd2536c2fd95f45a6fc345d73953547..6b8cf3cd053b7ece3b91e10a4d5f45de58785ef6 100644 (file)
@@ -1,3 +1,12 @@
+//===-- InterferenceGraph.h - Interference graph for register coloring -*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   InterferenceGraph.h   -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    July 20, 01
index b63ed9d96864627c4e87f723b5c15baabda3f098..c861fbae210e48284cc2c86eed6e2635317ea8a6 100644 (file)
@@ -1,3 +1,12 @@
+//===-- RegClass.h - Machine Independent register coloring ------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   RegClass.h   -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    Aug 20, 01
index ddb70746fc5b689244cdd6386d67ac3d912dd99d..f8286e22bdcda9b8ea6b171f1c1776257c6e59d0 100644 (file)
@@ -1,3 +1,12 @@
+//===-- IGNode.h - Represent a node in an interference graph ----*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   IGNode.h                      -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    July 25, 01
index 6074d073cfd2536c2fd95f45a6fc345d73953547..6b8cf3cd053b7ece3b91e10a4d5f45de58785ef6 100644 (file)
@@ -1,3 +1,12 @@
+//===-- InterferenceGraph.h - Interference graph for register coloring -*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   InterferenceGraph.h   -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    July 20, 01
index b63ed9d96864627c4e87f723b5c15baabda3f098..c861fbae210e48284cc2c86eed6e2635317ea8a6 100644 (file)
@@ -1,3 +1,12 @@
+//===-- RegClass.h - Machine Independent register coloring ------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+
 /* Title:   RegClass.h   -*- C++ -*-
    Author:  Ruchira Sasanka
    Date:    Aug 20, 01
index 08cfbcc1e973b751e803b9f551b1575d10dc7523..a5bc98fa8992ad40841e679238b1f7b2fea8fe04 100644 (file)
@@ -1,4 +1,13 @@
 %{               // -*- 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.
+// 
+//===----------------------------------------------------------------------===*/
+
 Xinclude <cstdio>
 Xinclude <llvm/CodeGen/InstrForest.h>
 
index 64ed4c625a97022e5fd5865a3d6db0929de37110..0858a8c5e44b0d869eefeeb94b1a036801155c60 100644 (file)
@@ -1,4 +1,11 @@
 /*===-- FileLexer.l - Scanner for TableGen 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 file defines a simple flex scanner for TableGen files.  This is pretty
 // straight-forward, except for the magic to handle file inclusion.
index 2b434bf8aefefc5b6a9ba56ff970d5e1e7bde7b4..491cca310d066dbff5647996c70084f006c6fb10 100644 (file)
@@ -1,4 +1,11 @@
 //===-- FileParser.y - Parser for TableGen 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 file implements the bison parser for Table Generator files...
 //