[llvm-commits] CVS: llvm/lib/Target/MRegisterInfo.cpp TargetData.cpp TargetInstrInfo.cpp TargetMachine.cpp TargetSchedInfo.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 14:44:54 PDT 2003
Changes in directory llvm/lib/Target:
MRegisterInfo.cpp updated: 1.3 -> 1.4
TargetData.cpp updated: 1.38 -> 1.39
TargetInstrInfo.cpp updated: 1.8 -> 1.9
TargetMachine.cpp updated: 1.18 -> 1.19
TargetSchedInfo.cpp updated: 1.11 -> 1.12
---
Log message:
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
---
Diffs of the changes: (+35 -0)
Index: llvm/lib/Target/MRegisterInfo.cpp
diff -u llvm/lib/Target/MRegisterInfo.cpp:1.3 llvm/lib/Target/MRegisterInfo.cpp:1.4
--- llvm/lib/Target/MRegisterInfo.cpp:1.3 Sun Aug 3 08:49:25 2003
+++ llvm/lib/Target/MRegisterInfo.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===- MRegisterInfo.cpp - Target Register Information Implementation -----===//
+//
+// 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 MRegisterInfo interface.
//
Index: llvm/lib/Target/TargetData.cpp
diff -u llvm/lib/Target/TargetData.cpp:1.38 llvm/lib/Target/TargetData.cpp:1.39
--- llvm/lib/Target/TargetData.cpp:1.38 Sun Aug 24 08:49:22 2003
+++ llvm/lib/Target/TargetData.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===-- TargetData.cpp - Data size & alignment routines --------------------==//
+//
+// 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 target properties related to datatype size/offset/alignment
// information. It uses lazy annotations to cache information about how
Index: llvm/lib/Target/TargetInstrInfo.cpp
diff -u llvm/lib/Target/TargetInstrInfo.cpp:1.8 llvm/lib/Target/TargetInstrInfo.cpp:1.9
--- llvm/lib/Target/TargetInstrInfo.cpp:1.8 Thu Jun 26 19:00:41 2003
+++ llvm/lib/Target/TargetInstrInfo.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===-- TargetInstrInfo.cpp - Target Instruction Information --------------===//
+//
+// 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/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.18 llvm/lib/Target/TargetMachine.cpp:1.19
--- llvm/lib/Target/TargetMachine.cpp:1.18 Sat Apr 26 14:47:36 2003
+++ llvm/lib/Target/TargetMachine.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===-- TargetMachine.cpp - General Target Information ---------------------==//
+//
+// 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 general parts of a Target machine.
// This file also implements TargetCacheInfo.
Index: llvm/lib/Target/TargetSchedInfo.cpp
diff -u llvm/lib/Target/TargetSchedInfo.cpp:1.11 llvm/lib/Target/TargetSchedInfo.cpp:1.12
--- llvm/lib/Target/TargetSchedInfo.cpp:1.11 Mon Aug 4 19:02:06 2003
+++ llvm/lib/Target/TargetSchedInfo.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===-- SchedInfo.cpp - Generic code to support target schedulers ----------==//
+//
+// 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 generic part of a Scheduler description for a
// target. This functionality is defined in the llvm/Target/SchedInfo.h file.
More information about the llvm-commits
mailing list