Allocate fewer registers and tighten up alignment restrictions.
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
1
2 SparcV8 backend skeleton
3 ------------------------
4
5 This directory houses a 32-bit SPARC V8 backend employing a expander-based
6 instruction selector.  It is not yet functionally complete.  Watch
7 this space for more news coming soon!
8
9 Current expected test failures
10 ------------------------------
11
12 SingleSource/Benchmarks (excluding C++ tests): 
13 fldry
14
15 SingleSource/UnitTests:
16 C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
17 2003-08-11-VaListArg
18
19 To-do
20 -----
21
22 * support 64-bit integer (long, ulong) arguments to functions
23   - use libc procedures instead of open-coding for:
24     __div64 __mul64 __rem64 __udiv64 __umul64 __urem64
25 * support setcc on longs
26 * support basic binary operations on longs
27 * support casting <=32-bit integers, bools to long
28 * support casting 64-bit integers to FP types
29 * support varargs intrinsics (va_start et al.)
30
31 $Date$
32