Update list of failing benchmarks.
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
1
2 SparcV8 backend skeleton
3 ------------------------
4
5 This directory houses a 32-bit SPARC V8 backend employing an expander-based
6 instruction selector.  It is not yet functionally complete.  Watch
7 this space for more news coming soon!
8
9 Current expected test failures
10 ------------------------------
11
12 The SparcV8 backend works on many simple C++ SingleSource codes. Here
13 are the known SingleSource failures:
14
15         UnitTests/SetjmpLongjmp/C++/SimpleC++Test
16         Regression/C++/EH/exception_spec_test
17         Regression/C++/EH/throw_rethrow_test
18         Benchmarks/Shootout-C++/moments
19         Benchmarks/Shootout-C++/random
20
21 Here are some known MultiSource test failures - this is probably not a
22 complete list right now.
23
24         burg siod lambda make_dparser hbd treecc hexxagon fhourstones
25         bisect testtrie eks imp bh power anagram bc distray
26
27 To-do
28 -----
29
30 * support shifts on longs
31 * support casting 64-bit integers to FP types
32 * support FP rem
33
34 $Date$
35