Update lists of failing benchmarks (except C++...something is the
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
index a8b5560bf494abb318a363ce3c0b01ccf22c745b..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -12,18 +12,27 @@ 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
        Benchmarks/Shootout-C++/random
-       Benchmarks/Shootout-C++/wordfreq
 
-Here are some known MultiSource test failures - this is probably not a
-complete list right now.
-
-       burg siod lambda make_dparser hbd treecc hexxagon fhourstones
-       bisect testtrie eks imp bh power anagram bc distray
+Here are the known MultiSource test failures, neglecting FreeBench,
+MallocBench, and Prolangs-C++:
+
+  Applications/lambda
+  Applications/d/make_dparser
+  Applications/hbd
+  Applications/hexxagon
+  Benchmarks/Fhourstones
+  Benchmarks/McCat/03-testtrie
+  Benchmarks/McCat/18-imp
+  Benchmarks/Olden/tsp
+  Benchmarks/Ptrdist/anagram
+  Benchmarks/Prolangs-C/bison/mybison
+  Benchmarks/Prolangs-C/fixoutput
+  Benchmarks/Prolangs-C/gnugo
+  Benchmarks/Prolangs-C/plot2fig
 
 To-do
 -----
@@ -31,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$