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-10-14 19:39:33 +00:00
|
|
|
Current expected test failures
|
|
|
|
------------------------------
|
2004-09-29 03:48:55 +00:00
|
|
|
|
2004-11-14 06:32:07 +00:00
|
|
|
SingleSource/Benchmarks (excluding C++ tests):
|
2004-11-16 07:32:58 +00:00
|
|
|
fldry heapsort misr pi
|
2004-10-14 19:39:33 +00:00
|
|
|
|
|
|
|
SingleSource/UnitTests:
|
2004-11-14 06:32:07 +00:00
|
|
|
C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
|
|
|
|
2003-08-11-VaListArg
|
2004-09-29 03:48:55 +00:00
|
|
|
|
2004-07-16 10:31:36 +00:00
|
|
|
To-do
|
|
|
|
-----
|
|
|
|
|
2004-10-09 05:58:27 +00:00
|
|
|
* support calling functions with more than 6 args
|
|
|
|
* support 64-bit integer (long, ulong) arguments to functions
|
2004-10-14 19:39:33 +00:00
|
|
|
- use libc procedures instead of open-coding for:
|
|
|
|
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64
|
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-11-14 06:32:07 +00:00
|
|
|
* support varargs intrinsics (va_start et al.)
|
2004-07-16 10:31:36 +00:00
|
|
|
|
2004-02-25 19:28:19 +00:00
|
|
|
$Date$
|
|
|
|
|