Update lists of failing benchmarks (except C++...something is the
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
index 739a0af1811d6caa985d47dc83b7ca336671c298..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -2,32 +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 expected test failures
 ------------------------------
 
-SingleSource/Benchmarks (excluding C++ tests): 
-fldry
-
-SingleSource/UnitTests:
-C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
-2003-08-11-VaListArg
+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 calling functions with more than 6 args
-* support 64-bit integer (long, ulong) arguments to functions
-  - use libc procedures instead of open-coding for:
-    __div64 __mul64 __rem64 __udiv64 __umul64 __urem64
-* 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 varargs intrinsics (va_start et al.)
+* support FP rem
+* directly support select instructions
 
 $Date$