README.txt revision 03203b423f7d4ee86a6040ba042e4a18fe965090
1
2SparcV8 backend skeleton
3------------------------
4
5This directory houses a 32-bit SPARC V8 backend employing a expander-based
6instruction selector.  It is not yet functionally complete.  Watch
7this space for more news coming soon!
8
9Current shootout results as of 28-Sept-2004
10-------------------------------------------
11
12Working: ackermann fib2 hash hello lists matrix methcall nestedloop
13         sieve strcat random ary3 
14Broken: heapsort (and objinst??)
15
16To-do
17-----
18
19* support ADJCALLSTACK{UP,DOWN} pseudoinstrs around calls
20* support calling functions with more than 6 args
21* support 64-bit integer (long, ulong) arguments to functions
22* support setcc on longs
23* support basic binary operations on longs
24* support casting <=32-bit integers, bools to long
25* support casting 64-bit integers to FP types
26
27$Date$
28
29