Update lists of failing benchmarks (except C++...something is the
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
index d2d3061d3a49ff910f3938ec76b3fbdc35b4ab10..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -2,26 +2,45 @@
 SparcV8 backend skeleton
 ------------------------
 
-This directory houses a 32-bit SPARC V8 backend employing a expander-based
+This directory houses a 32-bit SPARC V8 backend employing an expander-based
 instruction selector.  It is not yet functionally complete.  Watch
 this space for more news coming soon!
 
-Current shootout results as of 28-Sept-2004
--------------------------------------------
-
-Working: ackermann fib2 hash hello lists matrix methcall nestedloop
-         objinst sieve strcat random ary3 
-Broken: heapsort
+Current expected test failures
+------------------------------
+
+The SparcV8 backend works on many simple C++ SingleSource codes. Here
+are the known SingleSource failures:
+
+       Regression/C++/EH/exception_spec_test
+       Regression/C++/EH/throw_rethrow_test
+       Benchmarks/Shootout-C++/moments
+       Benchmarks/Shootout-C++/random
+
+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
 -----
 
-* support 64-bit (double FP, long, ulong) arguments to functions
-* support functions with more than 6 args
-* support setcc on longs
-* support basic binary operations on longs
-* support casting <=32-bit integers, bools to long
+* support shifts on longs
 * support casting 64-bit integers to FP types
+* support FP rem
+* directly support select instructions
 
 $Date$