[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp SchedGraph.cpp SchedGraphCommon.cpp SchedPriorities.cpp

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


Changes in directory llvm/lib/CodeGen/InstrSched:

InstrScheduling.cpp updated: 1.59 -> 1.60
SchedGraph.cpp updated: 1.50 -> 1.51
SchedGraphCommon.cpp updated: 1.2 -> 1.3
SchedPriorities.cpp updated: 1.26 -> 1.27

---
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:  (+28 -0)

Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.59 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.60
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.59	Wed Sep 17 16:33:36 2003
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- InstrScheduling.cpp - Generic Instruction Scheduling support -------===//
+// 
+//                     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 llvm/CodeGen/InstrScheduling.h interface, along with
 // generic support routines for instruction scheduling.


Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.50 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.51
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.50	Thu Aug 28 16:43:17 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- SchedGraph.cpp - Scheduling Graph 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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Scheduling graph based on SSA graph plus extra dependence edges capturing
 // dependences due to machine resources (machine registers, CC registers, and


Index: llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.2 llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.3
--- llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp:1.2	Tue Aug 26 21:42:58 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- SchedGraphCommon.cpp - Scheduling Graphs Base Class- ---------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Scheduling graph base class that contains common information for SchedGraph
 // and ModuloSchedGraph scheduling graphs.


Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.26 llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.27
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.26	Mon Aug 25 17:42:20 2003
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp	Mon Oct 20 14:43:15 2003
@@ -1,5 +1,12 @@
 //===-- SchedPriorities.h - Encapsulate scheduling heuristics -------------===//
 // 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Strategy:
 //    Priority ordering rules:
 //    (1) Max delay, which is the order of the heap S.candsAsHeap.





More information about the llvm-commits mailing list