[llvm-commits] CVS: llvm/lib/Target/Sparc/MappingInfo.h SparcInstr.def SparcInstrSelectionSupport.h SparcInternals.h SparcRegClassInfo.h SparcV9.td SparcV9CodeEmitter.h SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:18:23 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
MappingInfo.h updated: 1.4 -> 1.5
SparcInstr.def updated: 1.22 -> 1.23
SparcInstrSelectionSupport.h updated: 1.10 -> 1.11
SparcInternals.h updated: 1.104 -> 1.105
SparcRegClassInfo.h updated: 1.21 -> 1.22
SparcV9.td updated: 1.28 -> 1.29
SparcV9CodeEmitter.h updated: 1.14 -> 1.15
SparcV9_F2.td updated: 1.7 -> 1.8
SparcV9_F3.td updated: 1.16 -> 1.17
SparcV9_F4.td updated: 1.9 -> 1.10
SparcV9_Reg.td updated: 1.5 -> 1.6
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+72 -0)
Index: llvm/lib/Target/Sparc/MappingInfo.h
diff -u llvm/lib/Target/Sparc/MappingInfo.h:1.4 llvm/lib/Target/Sparc/MappingInfo.h:1.5
--- llvm/lib/Target/Sparc/MappingInfo.h:1.4 Thu Sep 18 12:37:35 2003
+++ llvm/lib/Target/Sparc/MappingInfo.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- lib/Target/Sparc/MappingInfo.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.
+//
+//===----------------------------------------------------------------------===//
//
// Data structures to support the Reoptimizer's Instruction-to-MachineInstr
// mapping information gatherer.
Index: llvm/lib/Target/Sparc/SparcInstr.def
diff -u llvm/lib/Target/Sparc/SparcInstr.def:1.22 llvm/lib/Target/Sparc/SparcInstr.def:1.23
--- llvm/lib/Target/Sparc/SparcInstr.def:1.22 Fri Jun 20 06:32:11 2003
+++ llvm/lib/Target/Sparc/SparcInstr.def Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- SparcInstr.def - Sparc 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 describes all of the instructions that the sparc backend uses. It
// relys on an external 'I' macro being defined that takes the arguments
Index: llvm/lib/Target/Sparc/SparcInstrSelectionSupport.h
diff -u llvm/lib/Target/Sparc/SparcInstrSelectionSupport.h:1.10 llvm/lib/Target/Sparc/SparcInstrSelectionSupport.h:1.11
--- llvm/lib/Target/Sparc/SparcInstrSelectionSupport.h:1.10 Fri Jun 6 04:52:23 2003
+++ llvm/lib/Target/Sparc/SparcInstrSelectionSupport.h Tue Oct 21 10:17:13 2003
@@ -1,6 +1,13 @@
//===-- llvm/CodeGen/SparcInstrSelectionSupport.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.
+//
+//===----------------------------------------------------------------------===//
//
+// TODO: Need a description here.
//
//===----------------------------------------------------------------------===//
Index: llvm/lib/Target/Sparc/SparcInternals.h
diff -u llvm/lib/Target/Sparc/SparcInternals.h:1.104 llvm/lib/Target/Sparc/SparcInternals.h:1.105
--- llvm/lib/Target/Sparc/SparcInternals.h:1.104 Mon Oct 20 15:44:03 2003
+++ llvm/lib/Target/Sparc/SparcInternals.h Tue Oct 21 10:17:13 2003
@@ -1,5 +1,12 @@
//===-- SparcInternals.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 file defines stuff that is to be private to the Sparc backend, but is
// shared among different portions of the backend.
//
Index: llvm/lib/Target/Sparc/SparcRegClassInfo.h
diff -u llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.21 llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.22
--- llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.21 Sun Oct 12 22:32:08 2003
+++ llvm/lib/Target/Sparc/SparcRegClassInfo.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- SparcRegClassInfo.h - Register class def'ns for Sparc ---*- 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 the register classes used by the Sparc target description.
//
Index: llvm/lib/Target/Sparc/SparcV9.td
diff -u llvm/lib/Target/Sparc/SparcV9.td:1.28 llvm/lib/Target/Sparc/SparcV9.td:1.29
--- llvm/lib/Target/Sparc/SparcV9.td:1.28 Thu Aug 14 10:16:28 2003
+++ llvm/lib/Target/Sparc/SparcV9.td Tue Oct 21 10:17:13 2003
@@ -1,4 +1,13 @@
//===- SparcV9.td - Target Description for Sparc V9 Target ----------------===//
+//
+// 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.
+//
+//===----------------------------------------------------------------------===//
+//
+// TODO: Need a description here.
//
//===----------------------------------------------------------------------===//
Index: llvm/lib/Target/Sparc/SparcV9CodeEmitter.h
diff -u llvm/lib/Target/Sparc/SparcV9CodeEmitter.h:1.14 llvm/lib/Target/Sparc/SparcV9CodeEmitter.h:1.15
--- llvm/lib/Target/Sparc/SparcV9CodeEmitter.h:1.14 Wed Aug 6 11:20:22 2003
+++ llvm/lib/Target/Sparc/SparcV9CodeEmitter.h Tue Oct 21 10:17:13 2003
@@ -1,5 +1,13 @@
//===-- SparcV9CodeEmitter.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.
+//
+//===----------------------------------------------------------------------===//
+//
+// TODO: Need a description here.
//
//===----------------------------------------------------------------------===//
Index: llvm/lib/Target/Sparc/SparcV9_F2.td
diff -u llvm/lib/Target/Sparc/SparcV9_F2.td:1.7 llvm/lib/Target/Sparc/SparcV9_F2.td:1.8
--- llvm/lib/Target/Sparc/SparcV9_F2.td:1.7 Thu Aug 14 10:16:28 2003
+++ llvm/lib/Target/Sparc/SparcV9_F2.td Tue Oct 21 10:17:13 2003
@@ -1,5 +1,10 @@
//===- SparcV9_F2.td - Format 2 instructions: Sparc V9 Target -------------===//
+//
+// 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.
+//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
Index: llvm/lib/Target/Sparc/SparcV9_F3.td
diff -u llvm/lib/Target/Sparc/SparcV9_F3.td:1.16 llvm/lib/Target/Sparc/SparcV9_F3.td:1.17
--- llvm/lib/Target/Sparc/SparcV9_F3.td:1.16 Thu Aug 14 10:16:28 2003
+++ llvm/lib/Target/Sparc/SparcV9_F3.td Tue Oct 21 10:17:13 2003
@@ -1,5 +1,10 @@
//===- SparcV9_F3.td - Format 3 Instructions: Sparc V9 Target -------------===//
+//
+// 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.
+//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
Index: llvm/lib/Target/Sparc/SparcV9_F4.td
diff -u llvm/lib/Target/Sparc/SparcV9_F4.td:1.9 llvm/lib/Target/Sparc/SparcV9_F4.td:1.10
--- llvm/lib/Target/Sparc/SparcV9_F4.td:1.9 Thu Aug 14 10:16:28 2003
+++ llvm/lib/Target/Sparc/SparcV9_F4.td Tue Oct 21 10:17:13 2003
@@ -1,5 +1,10 @@
//===- SparcV9_F4.td - Format 4 instructions: Sparc V9 Target -------------===//
+//
+// 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.
+//
//===----------------------------------------------------------------------===//
//----------------------- F4 classes -----------------------------------------
Index: llvm/lib/Target/Sparc/SparcV9_Reg.td
diff -u llvm/lib/Target/Sparc/SparcV9_Reg.td:1.5 llvm/lib/Target/Sparc/SparcV9_Reg.td:1.6
--- llvm/lib/Target/Sparc/SparcV9_Reg.td:1.5 Thu Aug 14 10:16:28 2003
+++ llvm/lib/Target/Sparc/SparcV9_Reg.td Tue Oct 21 10:17:13 2003
@@ -1,5 +1,10 @@
//===- SparcV9_Reg.td - Sparc V9 Register definitions ---------------------===//
+//
+// 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.
+//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list