Update list of failing Benchmarks.
[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 heapsort objinst misr pi whetstone 
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 calling functions with more than 6 args
23 * support 64-bit integer (long, ulong) arguments to functions
24   - use libc procedures instead of open-coding for:
25     __div64 __mul64 __rem64 __udiv64 __umul64 __urem64
26 * support setcc on longs
27 * support basic binary operations on longs
28 * support casting <=32-bit integers, bools to long
29 * support casting 64-bit integers to FP types
30 * support varargs intrinsics (va_start et al.)
31
32 $Date$
33