summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-21 14:48:24 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-21 14:48:24 +0000
commit78d66e4ac1435959f12e1d868188bf5295557d50 (patch)
tree8637225f236fe661d34b2e49cdd3b875dd366472
parent6e38b0ef412c3a41d6e7ad4b04704f3fb2b9f875 (diff)
downloadbcm5719-llvm-78d66e4ac1435959f12e1d868188bf5295557d50.tar.gz
bcm5719-llvm-78d66e4ac1435959f12e1d868188bf5295557d50.zip
resurrect lost tests by renaming them to not end with .tr
llvm-svn: 51375
-rw-r--r--llvm/test/C++Frontend/2003-08-24-Cleanup.cpp (renamed from llvm/test/C++Frontend/2003-08-24-Cleanup.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp (renamed from llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-10-21-InnerClass.cpp (renamed from llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp (renamed from llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp (renamed from llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp (renamed from llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp (renamed from llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp (renamed from llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp (renamed from llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr)0
-rw-r--r--llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp (renamed from llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr)0
-rw-r--r--llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c (renamed from llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c (renamed from llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c (renamed from llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-11-03-AddrArrayElement.c (renamed from llvm/test/CFrontend/2003-11-03-AddrArrayElement.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c (renamed from llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-11-13-TypeSafety.c (renamed from llvm/test/CFrontend/2003-11-13-TypeSafety.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-11-19-AddressOfRegister.c (renamed from llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr)0
-rw-r--r--llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c (renamed from llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c (renamed from llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c (renamed from llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-02-13-IllegalVararg.c (renamed from llvm/test/CFrontend/2004-02-13-IllegalVararg.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-02-20-Builtins.c (renamed from llvm/test/CFrontend/2004-02-20-Builtins.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-03-07-ExternalConstant.c (renamed from llvm/test/CFrontend/2004-03-07-ExternalConstant.c.tr)0
-rw-r--r--llvm/test/CFrontend/2004-06-17-UnorderedCompares.c (renamed from llvm/test/CFrontend/2004-06-17-UnorderedCompares.c.tr)0
-rw-r--r--llvm/test/CFrontend/2005-01-02-PointerDifference.c (renamed from llvm/test/CFrontend/2005-01-02-PointerDifference.c.tr)0
25 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/llvm/test/C++Frontend/2003-08-24-Cleanup.cpp
index ab0d1a0d11c..ab0d1a0d11c 100644
--- a/llvm/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
+++ b/llvm/test/C++Frontend/2003-08-24-Cleanup.cpp
diff --git a/llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr b/llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp
index d4cddff3147..d4cddff3147 100644
--- a/llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
+++ b/llvm/test/C++Frontend/2003-08-29-ArgPassingBug.cpp
diff --git a/llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr b/llvm/test/C++Frontend/2003-10-21-InnerClass.cpp
index fadd51d2267..fadd51d2267 100644
--- a/llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr
+++ b/llvm/test/C++Frontend/2003-10-21-InnerClass.cpp
diff --git a/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp
index 748ca6385be..748ca6385be 100644
--- a/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
+++ b/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp
diff --git a/llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr b/llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp
index 9ad1b8f82f7..9ad1b8f82f7 100644
--- a/llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
+++ b/llvm/test/C++Frontend/2003-11-08-ArrayAddress.cpp
diff --git a/llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr b/llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp
index e6c09e5bfe1..e6c09e5bfe1 100644
--- a/llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr
+++ b/llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp
diff --git a/llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr b/llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp
index cb66ba1127d..cb66ba1127d 100644
--- a/llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr
+++ b/llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp
diff --git a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp
index 8ae15c9592b..8ae15c9592b 100644
--- a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
+++ b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp
diff --git a/llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr b/llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp
index b019e0c0ef3..b019e0c0ef3 100644
--- a/llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr
+++ b/llvm/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp
diff --git a/llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr b/llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp
index 706d541bee6..706d541bee6 100644
--- a/llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr
+++ b/llvm/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp
diff --git a/llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr b/llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c
index 51e66c9b839..51e66c9b839 100644
--- a/llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
+++ b/llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c
diff --git a/llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr b/llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c
index 39412e5f84e..39412e5f84e 100644
--- a/llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr
+++ b/llvm/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c
diff --git a/llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c
index c275fee5d09..c275fee5d09 100644
--- a/llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
+++ b/llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c
diff --git a/llvm/test/CFrontend/2003-11-03-AddrArrayElement.c.tr b/llvm/test/CFrontend/2003-11-03-AddrArrayElement.c
index ed3fc1a6cb4..ed3fc1a6cb4 100644
--- a/llvm/test/CFrontend/2003-11-03-AddrArrayElement.c.tr
+++ b/llvm/test/CFrontend/2003-11-03-AddrArrayElement.c
diff --git a/llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr b/llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c
index 443dfbdb37f..443dfbdb37f 100644
--- a/llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr
+++ b/llvm/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c
diff --git a/llvm/test/CFrontend/2003-11-13-TypeSafety.c.tr b/llvm/test/CFrontend/2003-11-13-TypeSafety.c
index 128b767e22d..128b767e22d 100644
--- a/llvm/test/CFrontend/2003-11-13-TypeSafety.c.tr
+++ b/llvm/test/CFrontend/2003-11-13-TypeSafety.c
diff --git a/llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr b/llvm/test/CFrontend/2003-11-19-AddressOfRegister.c
index 69dc54d9289..69dc54d9289 100644
--- a/llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr
+++ b/llvm/test/CFrontend/2003-11-19-AddressOfRegister.c
diff --git a/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
index fb92ec773c1..fb92ec773c1 100644
--- a/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr
+++ b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
diff --git a/llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr b/llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c
index b3c9bcf3810..b3c9bcf3810 100644
--- a/llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr
+++ b/llvm/test/CFrontend/2004-02-12-LargeAggregateCopy.c
diff --git a/llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr b/llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c
index 162d32a658c..162d32a658c 100644
--- a/llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr
+++ b/llvm/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c
diff --git a/llvm/test/CFrontend/2004-02-13-IllegalVararg.c.tr b/llvm/test/CFrontend/2004-02-13-IllegalVararg.c
index 1f3eded0cdc..1f3eded0cdc 100644
--- a/llvm/test/CFrontend/2004-02-13-IllegalVararg.c.tr
+++ b/llvm/test/CFrontend/2004-02-13-IllegalVararg.c
diff --git a/llvm/test/CFrontend/2004-02-20-Builtins.c.tr b/llvm/test/CFrontend/2004-02-20-Builtins.c
index 82b7dc1f34c..82b7dc1f34c 100644
--- a/llvm/test/CFrontend/2004-02-20-Builtins.c.tr
+++ b/llvm/test/CFrontend/2004-02-20-Builtins.c
diff --git a/llvm/test/CFrontend/2004-03-07-ExternalConstant.c.tr b/llvm/test/CFrontend/2004-03-07-ExternalConstant.c
index b8e13a35548..b8e13a35548 100644
--- a/llvm/test/CFrontend/2004-03-07-ExternalConstant.c.tr
+++ b/llvm/test/CFrontend/2004-03-07-ExternalConstant.c
diff --git a/llvm/test/CFrontend/2004-06-17-UnorderedCompares.c.tr b/llvm/test/CFrontend/2004-06-17-UnorderedCompares.c
index f91ed6687ce..f91ed6687ce 100644
--- a/llvm/test/CFrontend/2004-06-17-UnorderedCompares.c.tr
+++ b/llvm/test/CFrontend/2004-06-17-UnorderedCompares.c
diff --git a/llvm/test/CFrontend/2005-01-02-PointerDifference.c.tr b/llvm/test/CFrontend/2005-01-02-PointerDifference.c
index a351da2ed8c..a351da2ed8c 100644
--- a/llvm/test/CFrontend/2005-01-02-PointerDifference.c.tr
+++ b/llvm/test/CFrontend/2005-01-02-PointerDifference.c
OpenPOWER on IntegriCloud