From: Brian Gaeke Date: Sun, 21 Nov 2004 07:13:15 +0000 (+0000) Subject: Update to-do list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b10fc0343ff7bb6bc42f8313fca9cfed9a19b412;p=oota-llvm.git Update to-do list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 6b37c10e3d2..a0bda509264 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -28,10 +28,9 @@ To-do ----- * support setcc on longs -* support basic binary operations on longs - - use libc procedures instead of open-coding for: - __div64 __mul64 __rem64 __udiv64 __umul64 __urem64 +* support shifts on longs * support casting 64-bit integers to FP types +* support FP rem $Date$ diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 6b37c10e3d2..a0bda509264 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -28,10 +28,9 @@ To-do ----- * support setcc on longs -* support basic binary operations on longs - - use libc procedures instead of open-coding for: - __div64 __mul64 __rem64 __udiv64 __umul64 __urem64 +* support shifts on longs * support casting 64-bit integers to FP types +* support FP rem $Date$