diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:19:47 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:19:47 +0000 |
commit | 6fbcc26f1460eaee4e0eb8b426fc1ff0c7af11be (patch) | |
tree | 6364f1c2b2c89aae167b00703823e0c12418d6a4 /lib | |
parent | 1fc0d67e3e0ff7220dc52a14378110ed9cf626d8 (diff) |
Added LLVM copyright header (for lack of a better term).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 7 | ||||
-rw-r--r-- | lib/Target/SparcV9/MachineCodeForInstruction.h | 7 | ||||
-rw-r--r-- | lib/Target/SparcV9/MachineFunctionInfo.h | 7 | ||||
-rw-r--r-- | lib/Target/SparcV9/MachineInstrAnnot.h | 7 | ||||
-rw-r--r-- | lib/VMCore/ConstantFold.h | 7 | ||||
-rw-r--r-- | lib/VMCore/ConstantFolding.h | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 3228ce260f..7e56de99dc 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -1,4 +1,11 @@ //===-- llvm/SlotCalculator.h - Calculate value slots -----------*- 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 class calculates the slots that values will land in. This is useful for // when writing bytecode or assembly out, because you have to know these things. diff --git a/lib/Target/SparcV9/MachineCodeForInstruction.h b/lib/Target/SparcV9/MachineCodeForInstruction.h index 25994a94a3..d421f3e971 100644 --- a/lib/Target/SparcV9/MachineCodeForInstruction.h +++ b/lib/Target/SparcV9/MachineCodeForInstruction.h @@ -1,4 +1,11 @@ //===-- llvm/CodeGen/MachineCodeForInstruction.h ----------------*- 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. +// +//===----------------------------------------------------------------------===// // // Representation of the sequence of machine instructions created for a single // VM instruction. Additionally records information about hidden and implicit diff --git a/lib/Target/SparcV9/MachineFunctionInfo.h b/lib/Target/SparcV9/MachineFunctionInfo.h index 53df8bde7f..db73322278 100644 --- a/lib/Target/SparcV9/MachineFunctionInfo.h +++ b/lib/Target/SparcV9/MachineFunctionInfo.h @@ -1,5 +1,12 @@ //===-- llvm/CodeGen/MachineFunctionInfo.h ----------------------*- 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 class keeps track of information about the stack frame and about the // per-function constant pool. // diff --git a/lib/Target/SparcV9/MachineInstrAnnot.h b/lib/Target/SparcV9/MachineInstrAnnot.h index 9a3b99d540..98dde590b8 100644 --- a/lib/Target/SparcV9/MachineInstrAnnot.h +++ b/lib/Target/SparcV9/MachineInstrAnnot.h @@ -1,4 +1,11 @@ //===-- llvm/CodeGen/MachineInstrAnnot.h ------------------------*- 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. +// +//===----------------------------------------------------------------------===// // // Annotations used to pass information between code generation phases. // diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index b23566c209..ef19cd257f 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -1,4 +1,11 @@ //===-- ConstantHandling.h - Stuff for manipulating constants ---*- 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 contains the declarations of some cool operators that allow you // to do natural things with constant pool values. diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index b23566c209..ef19cd257f 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -1,4 +1,11 @@ //===-- ConstantHandling.h - Stuff for manipulating constants ---*- 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 contains the declarations of some cool operators that allow you // to do natural things with constant pool values. |