[llvm-commits] CVS: llvm/lib/Target/SparcV8/README.txt

Brian Gaeke gaeke at cs.uiuc.edu
Fri Dec 10 00:39:44 PST 2004



Changes in directory llvm/lib/Target/SparcV8:

README.txt updated: 1.28 -> 1.29
---
Log message:

Update lists of failing benchmarks (except C++...something is the
matter with my sparcv8 libstdc++.a) and to-do list.


---
Diffs of the changes:  (+2 -3)

Index: llvm/lib/Target/SparcV8/README.txt
diff -u llvm/lib/Target/SparcV8/README.txt:1.28 llvm/lib/Target/SparcV8/README.txt:1.29
--- llvm/lib/Target/SparcV8/README.txt:1.28	Thu Dec  9 22:42:46 2004
+++ llvm/lib/Target/SparcV8/README.txt	Fri Dec 10 02:39:27 2004
@@ -12,7 +12,6 @@
 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 @@
 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 @@
 * support shifts on longs
 * support casting 64-bit integers to FP types
 * support FP rem
+* directly support select instructions
 
-$Date: 2004/12/10 04:42:46 $
+$Date: 2004/12/10 08:39:27 $
 






More information about the llvm-commits mailing list