[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/LiveRange.h LiveRangeInfo.h PhyRegAlloc.h RegAllocCommon.h

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:18:53 PDT 2003


Changes in directory llvm/lib/CodeGen/RegAlloc:

LiveRange.h updated: 1.22 -> 1.23
LiveRangeInfo.h updated: 1.20 -> 1.21
PhyRegAlloc.h updated: 1.54 -> 1.55
RegAllocCommon.h updated: 1.10 -> 1.11

---
Log message:

Added LLVM copyright header.



---
Diffs of the changes:  (+28 -0)

Index: llvm/lib/CodeGen/RegAlloc/LiveRange.h
diff -u llvm/lib/CodeGen/RegAlloc/LiveRange.h:1.22 llvm/lib/CodeGen/RegAlloc/LiveRange.h:1.23
--- llvm/lib/CodeGen/RegAlloc/LiveRange.h:1.22	Sat Sep 20 21:31:37 2003
+++ llvm/lib/CodeGen/RegAlloc/LiveRange.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===-- LiveRange.h - Store info about a live range -------------*- 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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Implements a live range using a ValueSet. A LiveRange is a simple set
 // of Values. 


Index: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
diff -u llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.20 llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.21
--- llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h:1.20	Sat Sep 20 21:31:37 2003
+++ llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===-- LiveRangeInfo.h - Track all LiveRanges for a Function ----*- 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 class LiveRangeInfo which constructs and keeps 
 // the LiveRangeMap which contains all the live ranges used in a method.


Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.54 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.55
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.54	Wed Sep 24 13:08:54 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===-- PhyRegAlloc.h - Graph Coloring Register Allocator -------*- 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 the main entry point for register allocation.
 //


Index: llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
diff -u llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h:1.10 llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h:1.11
--- llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h:1.10	Sat Sep 20 21:31:37 2003
+++ llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h	Tue Oct 21 10:17:13 2003
@@ -1,5 +1,12 @@
 //===-- RegAllocCommon.h --------------------------------------------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //  Shared declarations for register allocation.
 // 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list