README.txt revision 2041d0ca123d0c07bb34832aaccdb9c4cb804884
1
2SparcV8 backend skeleton
3------------------------
4
5This directory houses a 32-bit SPARC V8 backend employing an expander-based
6instruction selector.  It is not yet functionally complete.  Watch
7this space for more news coming soon!
8
9Current expected test failures
10------------------------------
11
12All SingleSource/Benchmarks tests are expected to pass.  Currently, all
13C++ tests are expected to fail.  Here are the known SingleSource failures:
14
15	UnitTests/SetjmpLongjmp/C++/C++Catch
16	UnitTests/SetjmpLongjmp/C++/SimpleC++Test
17	Regression/C++/EH/ConditionalExpr
18	Regression/C++/EH/ctor_dtor_count-2
19	Regression/C++/EH/ctor_dtor_count
20	Regression/C++/EH/exception_spec_test
21	Regression/C++/EH/function_try_block
22	Regression/C++/EH/simple_rethrow
23	Regression/C++/EH/simple_throw
24	Regression/C++/EH/throw_rethrow_test
25	CustomChecked/oopack_v1p8
26
27Here are some known MultiSource test failures - this is probably not a
28complete list right now.
29
30	burg siod lambda make_dparser hbd treecc hexxagon fhourstones
31	bisect testtrie eks imp bh power anagram bc distray
32
33To-do
34-----
35
36* support shifts on longs
37* support casting 64-bit integers to FP types
38* support FP rem
39
40$Date$
41
42