[llvm-commits] CVS: llvm/include/llvm/AbstractTypeUser.h Constant.h ConstantHandling.h Constants.h DerivedTypes.h GlobalVariable.h Instruction.h Pass.h PassAnalysisSupport.h PassSupport.h SymbolTable.h User.h iOther.h iPHINode.h iTerminators.h

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 13:53:04 PDT 2003


Changes in directory llvm/include/llvm:

AbstractTypeUser.h updated: 1.6 -> 1.6.2.1
Constant.h updated: 1.7 -> 1.7.2.1
ConstantHandling.h updated: 1.26 -> 1.26.2.1
Constants.h updated: 1.26 -> 1.26.2.1
DerivedTypes.h updated: 1.29 -> 1.29.2.1
GlobalVariable.h updated: 1.20 -> 1.20.2.1
Instruction.h updated: 1.40 -> 1.40.2.1
Pass.h updated: 1.33 -> 1.33.2.1
PassAnalysisSupport.h updated: 1.12 -> 1.12.2.1
PassSupport.h updated: 1.12 -> 1.12.2.1
SymbolTable.h updated: 1.21 -> 1.21.2.1
User.h updated: 1.18 -> 1.18.2.1
iOther.h updated: 1.35 -> 1.35.2.1
iPHINode.h updated: 1.9 -> 1.9.2.1
iTerminators.h updated: 1.27 -> 1.27.2.1

---
Log message:

Initial checkin of autoconf code.


---
Diffs of the changes:

Index: llvm/include/llvm/AbstractTypeUser.h
diff -u llvm/include/llvm/AbstractTypeUser.h:1.6 llvm/include/llvm/AbstractTypeUser.h:1.6.2.1
--- llvm/include/llvm/AbstractTypeUser.h:1.6	Tue Jan 14 15:29:52 2003
+++ llvm/include/llvm/AbstractTypeUser.h	Mon Jun 23 13:51:40 2003
@@ -21,7 +21,7 @@
 #ifndef LLVM_ABSTRACT_TYPE_USER_H
 #define LLVM_ABSTRACT_TYPE_USER_H
 
-#include <assert.h>
+#include "Config/assert.h"
 class Type;
 class DerivedType;
 


Index: llvm/include/llvm/Constant.h
diff -u llvm/include/llvm/Constant.h:1.7 llvm/include/llvm/Constant.h:1.7.2.1
--- llvm/include/llvm/Constant.h:1.7	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/Constant.h	Mon Jun 23 13:51:40 2003
@@ -7,7 +7,7 @@
 #ifndef LLVM_CONSTANT_H
 #define LLVM_CONSTANT_H
 
-#include <assert.h>
+#include "Config/assert.h"
 #include "llvm/User.h"
 
 class Constant : public User {


Index: llvm/include/llvm/ConstantHandling.h
diff -u llvm/include/llvm/ConstantHandling.h:1.26 llvm/include/llvm/ConstantHandling.h:1.26.2.1
--- llvm/include/llvm/ConstantHandling.h:1.26	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/ConstantHandling.h	Mon Jun 23 13:51:40 2003
@@ -33,7 +33,7 @@
 #ifndef LLVM_CONSTANTHANDLING_H
 #define LLVM_CONSTANTHANDLING_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Constants.h"
 #include "llvm/Type.h"


Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.26 llvm/include/llvm/Constants.h:1.26.2.1
--- llvm/include/llvm/Constants.h:1.26	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/Constants.h	Mon Jun 23 13:51:40 2003
@@ -8,7 +8,7 @@
 #ifndef LLVM_CONSTANTS_H
 #define LLVM_CONSTANTS_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Constant.h"
 #include "Support/DataTypes.h"


Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.29 llvm/include/llvm/DerivedTypes.h:1.29.2.1
--- llvm/include/llvm/DerivedTypes.h:1.29	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/DerivedTypes.h	Mon Jun 23 13:51:40 2003
@@ -11,7 +11,7 @@
 #ifndef LLVM_DERIVED_TYPES_H
 #define LLVM_DERIVED_TYPES_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Type.h"
 


Index: llvm/include/llvm/GlobalVariable.h
diff -u llvm/include/llvm/GlobalVariable.h:1.20 llvm/include/llvm/GlobalVariable.h:1.20.2.1
--- llvm/include/llvm/GlobalVariable.h:1.20	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/GlobalVariable.h	Mon Jun 23 13:51:40 2003
@@ -13,7 +13,7 @@
 #ifndef LLVM_GLOBAL_VARIABLE_H
 #define LLVM_GLOBAL_VARIABLE_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/GlobalValue.h"
 class Module;


Index: llvm/include/llvm/Instruction.h
diff -u llvm/include/llvm/Instruction.h:1.40 llvm/include/llvm/Instruction.h:1.40.2.1
--- llvm/include/llvm/Instruction.h:1.40	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/Instruction.h	Mon Jun 23 13:51:40 2003
@@ -8,7 +8,7 @@
 #ifndef LLVM_INSTRUCTION_H
 #define LLVM_INSTRUCTION_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/User.h"
 template<typename SC> struct ilist_traits;


Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.33 llvm/include/llvm/Pass.h:1.33.2.1
--- llvm/include/llvm/Pass.h:1.33	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/Pass.h	Mon Jun 23 13:51:40 2003
@@ -22,7 +22,7 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include <vector>
 #include <map>


Index: llvm/include/llvm/PassAnalysisSupport.h
diff -u llvm/include/llvm/PassAnalysisSupport.h:1.12 llvm/include/llvm/PassAnalysisSupport.h:1.12.2.1
--- llvm/include/llvm/PassAnalysisSupport.h:1.12	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/PassAnalysisSupport.h	Mon Jun 23 13:51:40 2003
@@ -14,7 +14,7 @@
 
 // No need to include Pass.h, we are being included by it!
 
-#include <assert.h>
+#include "Config/assert.h"
 
 //===----------------------------------------------------------------------===//
 // AnalysisUsage - Represent the analysis usage information of a pass.  This


Index: llvm/include/llvm/PassSupport.h
diff -u llvm/include/llvm/PassSupport.h:1.12 llvm/include/llvm/PassSupport.h:1.12.2.1
--- llvm/include/llvm/PassSupport.h:1.12	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/PassSupport.h	Mon Jun 23 13:51:40 2003
@@ -14,7 +14,7 @@
 #ifndef LLVM_PASS_SUPPORT_H
 #define LLVM_PASS_SUPPORT_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 // No need to include Pass.h, we are being included by it!
 


Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.21 llvm/include/llvm/SymbolTable.h:1.21.2.1
--- llvm/include/llvm/SymbolTable.h:1.21	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/SymbolTable.h	Mon Jun 23 13:51:40 2003
@@ -16,7 +16,7 @@
 #ifndef LLVM_SYMBOL_TABLE_H
 #define LLVM_SYMBOL_TABLE_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Value.h"
 #include <map>


Index: llvm/include/llvm/User.h
diff -u llvm/include/llvm/User.h:1.18 llvm/include/llvm/User.h:1.18.2.1
--- llvm/include/llvm/User.h:1.18	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/User.h	Mon Jun 23 13:51:40 2003
@@ -12,7 +12,7 @@
 #ifndef LLVM_USER_H
 #define LLVM_USER_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Value.h"
 


Index: llvm/include/llvm/iOther.h
diff -u llvm/include/llvm/iOther.h:1.35 llvm/include/llvm/iOther.h:1.35.2.1
--- llvm/include/llvm/iOther.h:1.35	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/iOther.h	Mon Jun 23 13:51:40 2003
@@ -8,7 +8,7 @@
 #ifndef LLVM_IOTHER_H
 #define LLVM_IOTHER_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/InstrTypes.h"
 


Index: llvm/include/llvm/iPHINode.h
diff -u llvm/include/llvm/iPHINode.h:1.9 llvm/include/llvm/iPHINode.h:1.9.2.1
--- llvm/include/llvm/iPHINode.h:1.9	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/iPHINode.h	Mon Jun 23 13:51:40 2003
@@ -7,7 +7,7 @@
 #ifndef LLVM_IPHINODE_H
 #define LLVM_IPHINODE_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/Instruction.h"
 class BasicBlock;


Index: llvm/include/llvm/iTerminators.h
diff -u llvm/include/llvm/iTerminators.h:1.27 llvm/include/llvm/iTerminators.h:1.27.2.1
--- llvm/include/llvm/iTerminators.h:1.27	Wed Jun 11 09:01:26 2003
+++ llvm/include/llvm/iTerminators.h	Mon Jun 23 13:51:40 2003
@@ -9,7 +9,7 @@
 #ifndef LLVM_ITERMINATORS_H
 #define LLVM_ITERMINATORS_H
 
-#include <assert.h>
+#include "Config/assert.h"
 
 #include "llvm/InstrTypes.h"
 





More information about the llvm-commits mailing list