Update the To-Do list according to my notes + assertions
[oota-llvm.git] / lib / Target / Sparc / 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 To-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