diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-21 03:35:21 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-21 03:35:21 +0000 |
commit | e1e2899e96a4e813c35c4e4ca6b399c52e39b339 (patch) | |
tree | b4bb36ee2a4e6f2d844d18ba1f6ad1b36831297b /lib | |
parent | 765da91525b3b606dba71350c797bf123c3dff74 (diff) | |
download | external_llvm-e1e2899e96a4e813c35c4e4ca6b399c52e39b339.zip external_llvm-e1e2899e96a4e813c35c4e4ca6b399c52e39b339.tar.gz external_llvm-e1e2899e96a4e813c35c4e4ca6b399c52e39b339.tar.bz2 |
Update list of failing benchmarks & to-do list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Sparc/README.txt | 7 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index bee1d9f..6b37c10 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -10,14 +10,10 @@ Current expected test failures ------------------------------ All SingleSource/Benchmarks tests are expected to pass. Currently, all -C++ tests and most tests involving varargs instructions -(e.g. vaarg) are expected to fail. Here are the known SingleSource -failures: +C++ tests 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-08-11-VaListArg Regression/C++/EH/ConditionalExpr Regression/C++/EH/ctor_dtor_count-2 Regression/C++/EH/ctor_dtor_count @@ -36,7 +32,6 @@ To-do - use libc procedures instead of open-coding for: __div64 __mul64 __rem64 __udiv64 __umul64 __urem64 * support casting 64-bit integers to FP types -* fully support varargs instructions $Date$ diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index bee1d9f..6b37c10 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -10,14 +10,10 @@ Current expected test failures ------------------------------ All SingleSource/Benchmarks tests are expected to pass. Currently, all -C++ tests and most tests involving varargs instructions -(e.g. vaarg) are expected to fail. Here are the known SingleSource -failures: +C++ tests 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-08-11-VaListArg Regression/C++/EH/ConditionalExpr Regression/C++/EH/ctor_dtor_count-2 Regression/C++/EH/ctor_dtor_count @@ -36,7 +32,6 @@ To-do - use libc procedures instead of open-coding for: __div64 __mul64 __rem64 __udiv64 __umul64 __urem64 * support casting 64-bit integers to FP types -* fully support varargs instructions $Date$ |