[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp InstrSelection.cpp InstrSelectionSupport.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 14:44:01 PDT 2003


Changes in directory llvm/lib/CodeGen/InstrSelection:

InstrForest.cpp updated: 1.47 -> 1.48
InstrSelection.cpp updated: 1.62 -> 1.63
InstrSelectionSupport.cpp updated: 1.55 -> 1.56

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

Index: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.47 llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.48
--- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.47	Sun Oct 19 16:34:27 2003
+++ llvm/lib/CodeGen/InstrSelection/InstrForest.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- InstrForest.cpp - Build instruction forest for inst selection -----===//
+// 
+//                     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 key goal is to group instructions into a single
 //  tree if one or more of them might be potentially combined into a single


Index: llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.62 llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.63
--- llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.62	Wed Sep 17 16:34:23 2003
+++ llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===- InstrSelection.cpp - Machine Independent Inst Selection Driver -----===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Machine-independent driver file for instruction selection.  This file
 // constructs a forest of BURG instruction trees and then uses the


Index: llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.55 llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.56
--- llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.55	Tue Jul 29 14:50:12 2003
+++ llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- InstrSelectionSupport.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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Target-independent instruction selection code.  See SparcInstrSelection.cpp
 // for usage.





More information about the llvm-commits mailing list