Update lists of failing benchmarks (except C++...something is the
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 10 Dec 2004 08:39:27 +0000 (08:39 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 10 Dec 2004 08:39:27 +0000 (08:39 +0000)
matter with my sparcv8 libstdc++.a) and to-do list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18755 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/README.txt
lib/Target/SparcV8/README.txt

index e76c03556e1ce73b73414241b283d17dce60cc89..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -12,7 +12,6 @@ Current expected test failures
 The SparcV8 backend works on many simple C++ SingleSource codes. Here
 are the known SingleSource failures:
 
-       UnitTests/SetjmpLongjmp/C++/SimpleC++Test
        Regression/C++/EH/exception_spec_test
        Regression/C++/EH/throw_rethrow_test
        Benchmarks/Shootout-C++/moments
@@ -21,7 +20,6 @@ are the known SingleSource failures:
 Here are the known MultiSource test failures, neglecting FreeBench,
 MallocBench, and Prolangs-C++:
 
-  Applications/siod
   Applications/lambda
   Applications/d/make_dparser
   Applications/hbd
@@ -42,6 +40,7 @@ To-do
 * support shifts on longs
 * support casting 64-bit integers to FP types
 * support FP rem
+* directly support select instructions
 
 $Date$
 
index e76c03556e1ce73b73414241b283d17dce60cc89..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -12,7 +12,6 @@ Current expected test failures
 The SparcV8 backend works on many simple C++ SingleSource codes. Here
 are the known SingleSource failures:
 
-       UnitTests/SetjmpLongjmp/C++/SimpleC++Test
        Regression/C++/EH/exception_spec_test
        Regression/C++/EH/throw_rethrow_test
        Benchmarks/Shootout-C++/moments
@@ -21,7 +20,6 @@ are the known SingleSource failures:
 Here are the known MultiSource test failures, neglecting FreeBench,
 MallocBench, and Prolangs-C++:
 
-  Applications/siod
   Applications/lambda
   Applications/d/make_dparser
   Applications/hbd
@@ -42,6 +40,7 @@ To-do
 * support shifts on longs
 * support casting 64-bit integers to FP types
 * support FP rem
+* directly support select instructions
 
 $Date$