Update to-do list.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Nov 2004 07:13:15 +0000 (07:13 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Nov 2004 07:13:15 +0000 (07:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18085 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/README.txt
lib/Target/SparcV8/README.txt

index 6b37c10e3d22fe64305022c3e6a59b2107036cd1..a0bda509264bda3a0ff5949846b31fc0cd06cd6e 100644 (file)
@@ -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$
 
index 6b37c10e3d22fe64305022c3e6a59b2107036cd1..a0bda509264bda3a0ff5949846b31fc0cd06cd6e 100644 (file)
@@ -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$