[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp TraceValues.cpp

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


Changes in directory llvm/lib/Transforms/Instrumentation:

EmitFunctions.cpp updated: 1.12 -> 1.13
TraceValues.cpp updated: 1.62 -> 1.63

---
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/Transforms/Instrumentation/EmitFunctions.cpp
diff -u llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.12 llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.13
--- llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.12	Sun Oct 12 22:32:08 2003
+++ llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp	Mon Oct 20 14:43:19 2003
@@ -1,4 +1,11 @@
 //===-- EmitFunctions.cpp - interface to insert instrumentation -----------===//
+// 
+//                     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 inserts a global constant table with function pointers all along
 //


Index: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.62 llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.63
--- llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.62	Sun Oct 19 16:34:28 2003
+++ llvm/lib/Transforms/Instrumentation/TraceValues.cpp	Mon Oct 20 14:43:19 2003
@@ -1,4 +1,11 @@
 //===- TraceValues.cpp - Value Tracing for debugging ----------------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Support for inserting LLVM code to print values at basic block and function
 // exits.





More information about the llvm-commits mailing list