From aefb666d07fdf695809fc92ef8497586674590d8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 15:29:18 +0000 Subject: [PATCH] Added LLVM copyright notice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9324 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/IGNode.h | 9 +++++++++ lib/CodeGen/RegAlloc/InterferenceGraph.h | 9 +++++++++ lib/CodeGen/RegAlloc/RegClass.h | 9 +++++++++ lib/Target/SparcV9/RegAlloc/IGNode.h | 9 +++++++++ lib/Target/SparcV9/RegAlloc/InterferenceGraph.h | 9 +++++++++ lib/Target/SparcV9/RegAlloc/RegClass.h | 9 +++++++++ lib/Target/SparcV9/SparcV9.burg.in | 9 +++++++++ utils/TableGen/FileLexer.l | 7 +++++++ utils/TableGen/FileParser.y | 7 +++++++ 9 files changed, 77 insertions(+) diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h index ddb70746fc5..f8286e22bdc 100644 --- a/lib/CodeGen/RegAlloc/IGNode.h +++ b/lib/CodeGen/RegAlloc/IGNode.h @@ -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 diff --git a/lib/CodeGen/RegAlloc/InterferenceGraph.h b/lib/CodeGen/RegAlloc/InterferenceGraph.h index 6074d073cfd..6b8cf3cd053 100644 --- a/lib/CodeGen/RegAlloc/InterferenceGraph.h +++ b/lib/CodeGen/RegAlloc/InterferenceGraph.h @@ -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 diff --git a/lib/CodeGen/RegAlloc/RegClass.h b/lib/CodeGen/RegAlloc/RegClass.h index b63ed9d9686..c861fbae210 100644 --- a/lib/CodeGen/RegAlloc/RegClass.h +++ b/lib/CodeGen/RegAlloc/RegClass.h @@ -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 diff --git a/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h index ddb70746fc5..f8286e22bdc 100644 --- a/lib/Target/SparcV9/RegAlloc/IGNode.h +++ b/lib/Target/SparcV9/RegAlloc/IGNode.h @@ -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 diff --git a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h index 6074d073cfd..6b8cf3cd053 100644 --- a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h +++ b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.h @@ -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 diff --git a/lib/Target/SparcV9/RegAlloc/RegClass.h b/lib/Target/SparcV9/RegAlloc/RegClass.h index b63ed9d9686..c861fbae210 100644 --- a/lib/Target/SparcV9/RegAlloc/RegClass.h +++ b/lib/Target/SparcV9/RegAlloc/RegClass.h @@ -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 diff --git a/lib/Target/SparcV9/SparcV9.burg.in b/lib/Target/SparcV9/SparcV9.burg.in index 08cfbcc1e97..a5bc98fa899 100644 --- a/lib/Target/SparcV9/SparcV9.burg.in +++ b/lib/Target/SparcV9/SparcV9.burg.in @@ -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 Xinclude diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index 64ed4c625a9..0858a8c5e44 100644 --- a/utils/TableGen/FileLexer.l +++ b/utils/TableGen/FileLexer.l @@ -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. diff --git a/utils/TableGen/FileParser.y b/utils/TableGen/FileParser.y index 2b434bf8aef..491cca310d0 100644 --- a/utils/TableGen/FileParser.y +++ b/utils/TableGen/FileParser.y @@ -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... // -- 2.34.1