README.txt revision 406e8cbb439a315ef106f35cd4d4e6040d407cf4
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
9To-do
10-----
11
12* support 64-bit (double FP, long, ulong) arguments to functions
13* support functions with more than 6 args
14* support setcc on longs
15* support basic binary operations on longs
16* support casting <=32-bit integers, bools to long
17* support casting 64-bit integers to FP types
18
19$Date$
20
21