diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:29:18 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:29:18 +0000 |
| commit | 9583cfafc520a5620492a76ee8e958bc74f74383 (patch) | |
| tree | 2a10cb10ea48e3e513cabd0228b88437381620d6 | |
| parent | 29265fe9811e92eb7ac377a1e64979b4abc0a4c6 (diff) | |
| download | bcm5719-llvm-9583cfafc520a5620492a76ee8e958bc74f74383.tar.gz bcm5719-llvm-9583cfafc520a5620492a76ee8e958bc74f74383.zip | |
Added LLVM copyright notice.
llvm-svn: 9324
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/IGNode.h | 9 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h | 9 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/RegClass.h | 9 | ||||
| -rw-r--r-- | llvm/lib/Target/Sparc/Sparc.burg.in | 9 | ||||
| -rw-r--r-- | llvm/utils/TableGen/FileLexer.l | 7 | ||||
| -rw-r--r-- | llvm/utils/TableGen/FileParser.y | 7 |
6 files changed, 50 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h index ddb70746fc5..f8286e22bdc 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.h +++ b/llvm/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/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h b/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h index 6074d073cfd..6b8cf3cd053 100644 --- a/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h +++ b/llvm/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/llvm/lib/CodeGen/RegAlloc/RegClass.h b/llvm/lib/CodeGen/RegAlloc/RegClass.h index b63ed9d9686..c861fbae210 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.h +++ b/llvm/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/llvm/lib/Target/Sparc/Sparc.burg.in b/llvm/lib/Target/Sparc/Sparc.burg.in index 08cfbcc1e97..a5bc98fa899 100644 --- a/llvm/lib/Target/Sparc/Sparc.burg.in +++ b/llvm/lib/Target/Sparc/Sparc.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 <cstdio> Xinclude <llvm/CodeGen/InstrForest.h> diff --git a/llvm/utils/TableGen/FileLexer.l b/llvm/utils/TableGen/FileLexer.l index 64ed4c625a9..0858a8c5e44 100644 --- a/llvm/utils/TableGen/FileLexer.l +++ b/llvm/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/llvm/utils/TableGen/FileParser.y b/llvm/utils/TableGen/FileParser.y index 2b434bf8aef..491cca310d0 100644 --- a/llvm/utils/TableGen/FileParser.y +++ b/llvm/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... // |

