[llvm-commits] CVS: llvm/lib/Target/X86/X86.h X86.td X86InstrBuilder.h X86InstrInfo.h X86InstrInfo.td X86RegisterInfo.h X86RegisterInfo.td X86TargetMachine.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:18:09 PDT 2003
Changes in directory llvm/lib/Target/X86:
X86.h updated: 1.19 -> 1.20
X86.td updated: 1.6 -> 1.7
X86InstrBuilder.h updated: 1.6 -> 1.7
X86InstrInfo.h updated: 1.26 -> 1.27
X86InstrInfo.td updated: 1.13 -> 1.14
X86RegisterInfo.h updated: 1.15 -> 1.16
X86RegisterInfo.td updated: 1.7 -> 1.8
X86TargetMachine.h updated: 1.15 -> 1.16
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+56 -0)
Index: llvm/lib/Target/X86/X86.h
diff -u llvm/lib/Target/X86/X86.h:1.19 llvm/lib/Target/X86/X86.h:1.20
--- llvm/lib/Target/X86/X86.h:1.19 Wed Aug 13 13:15:29 2003
+++ llvm/lib/Target/X86/X86.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- X86.h - Top-level interface for X86 representation ------*- 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 entry points for global functions defined in the x86
// target library, as used by the LLVM JIT.
Index: llvm/lib/Target/X86/X86.td
diff -u llvm/lib/Target/X86/X86.td:1.6 llvm/lib/Target/X86/X86.td:1.7
--- llvm/lib/Target/X86/X86.td:1.6 Wed Aug 6 10:32:20 2003
+++ llvm/lib/Target/X86/X86.td Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- X86.td - Target definition file for the Intel X86 arch ---*- 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 is a target description file for the Intel i386 architecture, refered to
// here as the "X86" architecture.
Index: llvm/lib/Target/X86/X86InstrBuilder.h
diff -u llvm/lib/Target/X86/X86InstrBuilder.h:1.6 llvm/lib/Target/X86/X86InstrBuilder.h:1.7
--- llvm/lib/Target/X86/X86InstrBuilder.h:1.6 Tue Jan 14 18:04:14 2003
+++ llvm/lib/Target/X86/X86InstrBuilder.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- X86InstrBuilder.h - Functions to aid building x86 insts -*- 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 exposes functions that may be used with BuildMI from the
// MachineInstrBuilder.h file to handle X86'isms in a clean way.
Index: llvm/lib/Target/X86/X86InstrInfo.h
diff -u llvm/lib/Target/X86/X86InstrInfo.h:1.26 llvm/lib/Target/X86/X86InstrInfo.h:1.27
--- llvm/lib/Target/X86/X86InstrInfo.h:1.26 Wed Aug 6 10:32:20 2003
+++ llvm/lib/Target/X86/X86InstrInfo.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- X86InstructionInfo.h - X86 Instruction Information ---------*-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 X86 implementation of the TargetInstrInfo class.
//
Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.13 llvm/lib/Target/X86/X86InstrInfo.td:1.14
--- llvm/lib/Target/X86/X86InstrInfo.td:1.13 Mon Oct 20 00:53:31 2003
+++ llvm/lib/Target/X86/X86InstrInfo.td Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- X86InstrInfo.td - Describe the X86 Instruction Set -------*- 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 describes the X86 instruction set, defining the instructions, and
// properties of the instructions which are needed for code generation, machine
Index: llvm/lib/Target/X86/X86RegisterInfo.h
diff -u llvm/lib/Target/X86/X86RegisterInfo.h:1.15 llvm/lib/Target/X86/X86RegisterInfo.h:1.16
--- llvm/lib/Target/X86/X86RegisterInfo.h:1.15 Sun Aug 3 10:48:14 2003
+++ llvm/lib/Target/X86/X86RegisterInfo.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- X86RegisterInfo.h - X86 Register Information Impl --------*- 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 X86 implementation of the MRegisterInfo class.
//
Index: llvm/lib/Target/X86/X86RegisterInfo.td
diff -u llvm/lib/Target/X86/X86RegisterInfo.td:1.7 llvm/lib/Target/X86/X86RegisterInfo.td:1.8
--- llvm/lib/Target/X86/X86RegisterInfo.td:1.7 Mon Aug 11 10:38:50 2003
+++ llvm/lib/Target/X86/X86RegisterInfo.td Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- X86RegisterInfo.td - Describe the X86 Register File ------*- 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 describes the X86 Register file, defining the registers themselves,
// aliases between the registers, and the register classes built out of the
Index: llvm/lib/Target/X86/X86TargetMachine.h
diff -u llvm/lib/Target/X86/X86TargetMachine.h:1.15 llvm/lib/Target/X86/X86TargetMachine.h:1.16
--- llvm/lib/Target/X86/X86TargetMachine.h:1.15 Mon Oct 20 12:59:09 2003
+++ llvm/lib/Target/X86/X86TargetMachine.h Tue Oct 21 10:17:13 2003
@@ -1,5 +1,12 @@
//===-- X86TargetMachine.h - Define TargetMachine for the X86 ---*- 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 declares the X86 specific subclass of TargetMachine.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list