diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-21 07:13:15 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-21 07:13:15 +0000 |
commit | b10fc0343ff7bb6bc42f8313fca9cfed9a19b412 (patch) | |
tree | 289e2c2b23ca2a8549bef61b5e1ee42ed674db89 /lib/Target/Sparc | |
parent | 486ebfd7049a42682762cc25c368d1a9ce3aed7b (diff) |
Update to-do list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r-- | lib/Target/Sparc/README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 6b37c10e3d..a0bda50926 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$ |