[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp BugDriver.h CodeGeneratorBug.cpp CrashDebugger.cpp ExecutionDriver.cpp ExtractFunction.cpp ListReducer.h Miscompilation.cpp OptimizerDriver.cpp TestPasses.cpp bugpoint.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 12:48:06 PDT 2003


Changes in directory llvm/tools/bugpoint:

BugDriver.cpp updated: 1.18 -> 1.19
BugDriver.h updated: 1.17 -> 1.18
CodeGeneratorBug.cpp updated: 1.26 -> 1.27
CrashDebugger.cpp updated: 1.19 -> 1.20
ExecutionDriver.cpp updated: 1.29 -> 1.30
ExtractFunction.cpp updated: 1.14 -> 1.15
ListReducer.h updated: 1.5 -> 1.6
Miscompilation.cpp updated: 1.21 -> 1.22
OptimizerDriver.cpp updated: 1.13 -> 1.14
TestPasses.cpp updated: 1.3 -> 1.4
bugpoint.cpp updated: 1.8 -> 1.9

---
Log message:

Added copyright header to all C++ source files.



---
Diffs of the changes:  (+88 -0)

Index: llvm/tools/bugpoint/BugDriver.cpp
diff -u llvm/tools/bugpoint/BugDriver.cpp:1.18 llvm/tools/bugpoint/BugDriver.cpp:1.19
--- llvm/tools/bugpoint/BugDriver.cpp:1.18	Wed Oct 15 15:42:48 2003
+++ llvm/tools/bugpoint/BugDriver.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- BugDriver.cpp - Top-Level BugPoint class 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 class contains all of the shared state and information that is used by
 // the BugPoint tool to track down errors in optimizations.  This class is the


Index: llvm/tools/bugpoint/BugDriver.h
diff -u llvm/tools/bugpoint/BugDriver.h:1.17 llvm/tools/bugpoint/BugDriver.h:1.18
--- llvm/tools/bugpoint/BugDriver.h:1.17	Fri Oct 17 18:03:16 2003
+++ llvm/tools/bugpoint/BugDriver.h	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- BugDriver.h - Top-Level BugPoint class -------------------*- 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 class contains all of the shared state and information that is used by
 // the BugPoint tool to track down errors in optimizations.  This class is the


Index: llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff -u llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.26 llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.27
--- llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.26	Sun Oct 19 18:32:50 2003
+++ llvm/tools/bugpoint/CodeGeneratorBug.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- CodeGeneratorBug.cpp - Debug code generation bugs ------------------===//
+// 
+//                     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 program code generation debugging support.
 //


Index: llvm/tools/bugpoint/CrashDebugger.cpp
diff -u llvm/tools/bugpoint/CrashDebugger.cpp:1.19 llvm/tools/bugpoint/CrashDebugger.cpp:1.20
--- llvm/tools/bugpoint/CrashDebugger.cpp:1.19	Fri Oct 10 12:55:03 2003
+++ llvm/tools/bugpoint/CrashDebugger.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- CrashDebugger.cpp - Debug compilation crashes ----------------------===//
+// 
+//                     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 bugpoint internals that narrow down compilation crashes
 //


Index: llvm/tools/bugpoint/ExecutionDriver.cpp
diff -u llvm/tools/bugpoint/ExecutionDriver.cpp:1.29 llvm/tools/bugpoint/ExecutionDriver.cpp:1.30
--- llvm/tools/bugpoint/ExecutionDriver.cpp:1.29	Sun Oct 19 16:54:13 2003
+++ llvm/tools/bugpoint/ExecutionDriver.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- ExecutionDriver.cpp - Allow execution of LLVM 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 code used to execute the program utilizing one of the
 // various ways of running LLVM bytecode.


Index: llvm/tools/bugpoint/ExtractFunction.cpp
diff -u llvm/tools/bugpoint/ExtractFunction.cpp:1.14 llvm/tools/bugpoint/ExtractFunction.cpp:1.15
--- llvm/tools/bugpoint/ExtractFunction.cpp:1.14	Wed Sep 10 16:11:42 2003
+++ llvm/tools/bugpoint/ExtractFunction.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- ExtractFunction.cpp - Extract a function from 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 implements a method that extracts a function from program, cleans
 // it up, and returns it as a new module.


Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.5 llvm/tools/bugpoint/ListReducer.h:1.6
--- llvm/tools/bugpoint/ListReducer.h:1.5	Mon Aug 18 09:38:08 2003
+++ llvm/tools/bugpoint/ListReducer.h	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- ListReducer.h - Trim down list while retaining property --*- 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 class is to be used as a base class for operations that want to zero in
 // on a subset of the input which still causes the bug we are tracking.


Index: llvm/tools/bugpoint/Miscompilation.cpp
diff -u llvm/tools/bugpoint/Miscompilation.cpp:1.21 llvm/tools/bugpoint/Miscompilation.cpp:1.22
--- llvm/tools/bugpoint/Miscompilation.cpp:1.21	Sat Oct 18 14:27:48 2003
+++ llvm/tools/bugpoint/Miscompilation.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- Miscompilation.cpp - Debug program miscompilations -----------------===//
+// 
+//                     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 program miscompilation debugging support.
 //


Index: llvm/tools/bugpoint/OptimizerDriver.cpp
diff -u llvm/tools/bugpoint/OptimizerDriver.cpp:1.13 llvm/tools/bugpoint/OptimizerDriver.cpp:1.14
--- llvm/tools/bugpoint/OptimizerDriver.cpp:1.13	Fri Oct 10 14:12:45 2003
+++ llvm/tools/bugpoint/OptimizerDriver.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- OptimizerDriver.cpp - Allow BugPoint to run passes safely ----------===//
+// 
+//                     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 an interface that allows bugpoint to run various passes
 // without the threat of a buggy pass corrupting bugpoint (of course, bugpoint


Index: llvm/tools/bugpoint/TestPasses.cpp
diff -u llvm/tools/bugpoint/TestPasses.cpp:1.3 llvm/tools/bugpoint/TestPasses.cpp:1.4
--- llvm/tools/bugpoint/TestPasses.cpp:1.3	Thu Aug  7 16:19:30 2003
+++ llvm/tools/bugpoint/TestPasses.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- TestPasses.cpp - "buggy" passes used to test bugpoint --------------===//
+// 
+//                     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 "buggy" passes that are used to test bugpoint, to check
 // that it is narrowing down testcases correctly.


Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.8 llvm/tools/bugpoint/bugpoint.cpp:1.9
--- llvm/tools/bugpoint/bugpoint.cpp:1.8	Sat Oct 18 16:55:35 2003
+++ llvm/tools/bugpoint/bugpoint.cpp	Mon Oct 20 12:47:07 2003
@@ -1,4 +1,12 @@
 //===- bugpoint.cpp - The LLVM BugPoint utility ---------------------------===//
+// 
+//                     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 program is an automated compiler debugger tool.  It is used to narrow
 // down miscompilations and crash problems to a specific pass in the compiler,





More information about the llvm-commits mailing list