[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/IGNode.cpp InterferenceGraph.cpp LiveRangeInfo.cpp PhyRegAlloc.cpp RegClass.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 14:45:05 PDT 2003


Changes in directory llvm/lib/CodeGen/RegAlloc:

IGNode.cpp updated: 1.9 -> 1.10
InterferenceGraph.cpp updated: 1.16 -> 1.17
LiveRangeInfo.cpp updated: 1.44 -> 1.45
PhyRegAlloc.cpp updated: 1.118 -> 1.119
RegClass.cpp updated: 1.25 -> 1.26

---
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/CodeGen/RegAlloc/IGNode.cpp
diff -u llvm/lib/CodeGen/RegAlloc/IGNode.cpp:1.9 llvm/lib/CodeGen/RegAlloc/IGNode.cpp:1.10
--- llvm/lib/CodeGen/RegAlloc/IGNode.cpp:1.9	Mon Sep  1 15:05:47 2003
+++ llvm/lib/CodeGen/RegAlloc/IGNode.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- IGNode.cpp --------------------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //  class IGNode for coloring-based register allocation for LLVM.
 // 
 //===----------------------------------------------------------------------===//


Index: llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp
diff -u llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp:1.16 llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp:1.17
--- llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp:1.16	Mon Sep  1 15:05:47 2003
+++ llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- InterferenceGraph.cpp ---------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //  Interference graph for coloring-based register allocation for LLVM.
 // 
 //===----------------------------------------------------------------------===//


Index: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
diff -u llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.44 llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.45
--- llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.44	Mon Sep  1 15:12:17 2003
+++ llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- LiveRangeInfo.cpp -------------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //  Live range construction for coloring-based register allocation for LLVM.
 // 
 //===----------------------------------------------------------------------===//


Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.118 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.119
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.118	Tue Sep 30 15:13:59 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- PhyRegAlloc.cpp ---------------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Traditional graph-coloring global register allocator currently used
 // by the SPARC back-end.
 //


Index: llvm/lib/CodeGen/RegAlloc/RegClass.cpp
diff -u llvm/lib/CodeGen/RegAlloc/RegClass.cpp:1.25 llvm/lib/CodeGen/RegAlloc/RegClass.cpp:1.26
--- llvm/lib/CodeGen/RegAlloc/RegClass.cpp:1.25	Thu Sep 11 17:34:13 2003
+++ llvm/lib/CodeGen/RegAlloc/RegClass.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- RegClass.cpp -----------------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //  class RegClass for coloring-based register allocation for LLVM.
 // 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list