README.txt revision 8a0c4fd0c6a2044fbace7e176e9617c2aa89a4a0
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
12The SparcV8 backend works on many simple C++ SingleSource codes. Here
13are 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	Benchmarks/Shootout-C++/wordfreq
21
22Here are some known MultiSource test failures - this is probably not a
23complete list right now.
24
25	burg siod lambda make_dparser hbd treecc hexxagon fhourstones
26	bisect testtrie eks imp bh power anagram bc distray
27
28To-do
29-----
30
31* support shifts on longs
32* support casting 64-bit integers to FP types
33* support FP rem
34
35$Date$
36
37