2004-02-25 19:28:19 +00:00
|
|
|
|
|
|
|
SparcV8 backend skeleton
|
|
|
|
------------------------
|
|
|
|
|
2004-08-06 04:38:13 +00:00
|
|
|
This directory houses a 32-bit SPARC V8 backend employing a expander-based
|
|
|
|
instruction selector. It is not yet functionally complete. Watch
|
|
|
|
this space for more news coming soon!
|
2004-02-25 19:28:19 +00:00
|
|
|
|
2004-07-16 10:31:36 +00:00
|
|
|
To-do
|
|
|
|
-----
|
|
|
|
|
2004-08-06 04:38:13 +00:00
|
|
|
* support 64-bit (double FP, long, ulong) arguments to functions
|
|
|
|
* support functions with more than 6 args
|
2004-07-16 10:31:36 +00:00
|
|
|
* support setcc on longs
|
|
|
|
* support basic binary operations on longs
|
2004-08-06 04:38:13 +00:00
|
|
|
* support casting <=32-bit integers, bools to long
|
|
|
|
* support casting 64-bit integers to FP types
|
2004-07-16 10:31:36 +00:00
|
|
|
|
2004-02-25 19:28:19 +00:00
|
|
|
$Date$
|
|
|
|
|