aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-11-20 22:50:41 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-11-20 22:50:41 +0000
commit087f0858ef9086402f0863e8f9bf8ea257e2f48d (patch)
treec819d115e52671edfb0b1dd6a1a04a00e339face
parent150e8422efd2a6db6d1057b0cd6d72f0378dc15a (diff)
Update failing test cases & to-do list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18054 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Sparc/README.txt7
-rw-r--r--lib/Target/SparcV8/README.txt7
2 files changed, 6 insertions, 8 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt
index 507eddd7d8..bee1d9f5e0 100644
--- a/lib/Target/Sparc/README.txt
+++ b/lib/Target/Sparc/README.txt
@@ -10,14 +10,13 @@ Current expected test failures
------------------------------
All SingleSource/Benchmarks tests are expected to pass. Currently, all
-C++ tests and all tests involving varargs intrinsics (use of
-va_start/va_end) are expected to fail. Here are the known SingleSource
+C++ tests and most tests involving varargs instructions
+(e.g. vaarg) are expected to fail. Here are the known SingleSource
failures:
UnitTests/SetjmpLongjmp/C++/C++Catch
UnitTests/SetjmpLongjmp/C++/SimpleC++Test
UnitTests/2003-05-07-VarArgs
- UnitTests/2003-07-09-SignedArgs
UnitTests/2003-08-11-VaListArg
Regression/C++/EH/ConditionalExpr
Regression/C++/EH/ctor_dtor_count-2
@@ -37,7 +36,7 @@ To-do
- use libc procedures instead of open-coding for:
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64
* support casting 64-bit integers to FP types
-* support varargs intrinsics (va_start et al.)
+* fully support varargs instructions
$Date$
diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt
index 507eddd7d8..bee1d9f5e0 100644
--- a/lib/Target/SparcV8/README.txt
+++ b/lib/Target/SparcV8/README.txt
@@ -10,14 +10,13 @@ Current expected test failures
------------------------------
All SingleSource/Benchmarks tests are expected to pass. Currently, all
-C++ tests and all tests involving varargs intrinsics (use of
-va_start/va_end) are expected to fail. Here are the known SingleSource
+C++ tests and most tests involving varargs instructions
+(e.g. vaarg) are expected to fail. Here are the known SingleSource
failures:
UnitTests/SetjmpLongjmp/C++/C++Catch
UnitTests/SetjmpLongjmp/C++/SimpleC++Test
UnitTests/2003-05-07-VarArgs
- UnitTests/2003-07-09-SignedArgs
UnitTests/2003-08-11-VaListArg
Regression/C++/EH/ConditionalExpr
Regression/C++/EH/ctor_dtor_count-2
@@ -37,7 +36,7 @@ To-do
- use libc procedures instead of open-coding for:
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64
* support casting 64-bit integers to FP types
-* support varargs intrinsics (va_start et al.)
+* fully support varargs instructions
$Date$