[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp ExternalFunctions.cpp Interpreter.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 14:45:02 PDT 2003
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Execution.cpp updated: 1.101 -> 1.102
ExternalFunctions.cpp updated: 1.64 -> 1.65
Interpreter.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: (+21 -0)
Index: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.101 llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.102
--- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.101 Sat Oct 18 00:55:25 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Execution.cpp Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
//===-- Execution.cpp - Implement code to simulate the program ------------===//
//
+// 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 contains the actual instruction interpreter.
//
//===----------------------------------------------------------------------===//
Index: llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:1.64 llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:1.65
--- llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:1.64 Sat Oct 18 00:55:25 2003
+++ llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
//===-- ExternalFunctions.cpp - Implement External Functions --------------===//
//
+// 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 contains both code to deal with invoking "external" functions, but
// also contains code that implements "exported" external functions.
//
Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.13 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.14
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.13 Mon Sep 22 15:33:34 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Mon Oct 20 14:43:16 2003
@@ -1,4 +1,11 @@
//===- Interpreter.cpp - Top-Level LLVM Interpreter Implementation --------===//
+//
+// 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 top-level functionality for the LLVM interpreter.
// This interpreter is designed to be a very simple, portable, inefficient
More information about the llvm-commits
mailing list