[llvm-commits] CVS: llvm/lib/Transforms/ExprTypeConvert.cpp LevelRaise.cpp TransformInternals.cpp

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


Changes in directory llvm/lib/Transforms:

ExprTypeConvert.cpp updated: 1.81 -> 1.82
LevelRaise.cpp updated: 1.86 -> 1.87
TransformInternals.cpp updated: 1.39 -> 1.40

---
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/Transforms/ExprTypeConvert.cpp
diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.81 llvm/lib/Transforms/ExprTypeConvert.cpp:1.82
--- llvm/lib/Transforms/ExprTypeConvert.cpp:1.81	Sun Oct 19 16:34:27 2003
+++ llvm/lib/Transforms/ExprTypeConvert.cpp	Mon Oct 20 14:43:18 2003
@@ -1,4 +1,11 @@
 //===- ExprTypeConvert.cpp - Code to change an LLVM Expr Type -------------===//
+// 
+//                     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 part of level raising that checks to see if it is
 // possible to coerce an entire expression tree into a different type.  If


Index: llvm/lib/Transforms/LevelRaise.cpp
diff -u llvm/lib/Transforms/LevelRaise.cpp:1.86 llvm/lib/Transforms/LevelRaise.cpp:1.87
--- llvm/lib/Transforms/LevelRaise.cpp:1.86	Sun Oct 12 22:32:08 2003
+++ llvm/lib/Transforms/LevelRaise.cpp	Mon Oct 20 14:43:18 2003
@@ -1,4 +1,11 @@
 //===- LevelRaise.cpp - Code to change LLVM to higher level ---------------===//
+// 
+//                     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 'raising' part of the LevelChange API.  This is
 // useful because, in general, it makes the LLVM code terser and easier to


Index: llvm/lib/Transforms/TransformInternals.cpp
diff -u llvm/lib/Transforms/TransformInternals.cpp:1.39 llvm/lib/Transforms/TransformInternals.cpp:1.40
--- llvm/lib/Transforms/TransformInternals.cpp:1.39	Fri Oct 17 13:03:54 2003
+++ llvm/lib/Transforms/TransformInternals.cpp	Mon Oct 20 14:43:18 2003
@@ -1,4 +1,11 @@
 //===- TransformInternals.cpp - Implement shared functions for transforms -===//
+// 
+//                     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 defines shared functions used by the different components of the
 //  Transforms library.





More information about the llvm-commits mailing list