[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/ExecutionEngine.h GenericValue.h
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 15:22:22 PDT 2003
Changes in directory llvm/include/llvm/ExecutionEngine:
ExecutionEngine.h updated: 1.15 -> 1.16
GenericValue.h updated: 1.1 -> 1.2
---
Log message:
Added LLVM copyright header (for lack of a better term).
---
Diffs of the changes: (+14 -0)
Index: llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
diff -u llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.15 llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.16
--- llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.15 Thu Oct 16 16:16:21 2003
+++ llvm/include/llvm/ExecutionEngine/ExecutionEngine.h Mon Oct 20 15:19:24 2003
@@ -1,4 +1,11 @@
//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- 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.
+//
+//===----------------------------------------------------------------------===//
//
// This file defines the abstract interface that implements execution support
// for LLVM.
Index: llvm/include/llvm/ExecutionEngine/GenericValue.h
diff -u llvm/include/llvm/ExecutionEngine/GenericValue.h:1.1 llvm/include/llvm/ExecutionEngine/GenericValue.h:1.2
--- llvm/include/llvm/ExecutionEngine/GenericValue.h:1.1 Mon Dec 23 18:01:01 2002
+++ llvm/include/llvm/ExecutionEngine/GenericValue.h Mon Oct 20 15:19:24 2003
@@ -1,5 +1,12 @@
//===-- GenericValue.h - Represent any type of LLVM value -------*- 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.
+//
+//===----------------------------------------------------------------------===//
+//
// The GenericValue class is used to represent an LLVM value of arbitrary type.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list