[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp ModuloScheduling.cpp

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


Changes in directory llvm/lib/CodeGen/ModuloScheduling:

ModuloSchedGraph.cpp updated: 1.12 -> 1.13
ModuloScheduling.cpp updated: 1.13 -> 1.14

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

Index: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.12 llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.13
--- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp:1.12	Thu Aug 28 12:17:59 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp	Mon Oct 20 14:43:15 2003
@@ -1,5 +1,12 @@
 //===- ModuloSchedGraph.cpp - Modulo Scheduling Graph and Set -*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Description here
 //===----------------------------------------------------------------------===//
 


Index: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.13 llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.14
--- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.13	Sun Oct 12 22:32:07 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp	Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
 //===-- ModuloScheduling.cpp - Software Pipeling Approach - SMS -----------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // The is a software pipelining pass based on the Swing Modulo Scheduling
 // algorithm (SMS).





More information about the llvm-commits mailing list