diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-11-01 05:49:08 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-11-01 05:49:08 +0000 |
commit | 7a8ef3a0d448ebed8cc413008f87c5a2896a367a (patch) | |
tree | 95b94cf551e4ca141d5b653d3e77c9d65990d11a | |
parent | dc9549b52cca0c2f90881a5e4bdb9a9829887673 (diff) |
heh, scheduling was easy?
need to send chris, jim and sampo a box of fish each
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24135 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/IA64/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/IA64/README b/lib/Target/IA64/README index d1a8fd2fa0..caf1982d5a 100644 --- a/lib/Target/IA64/README +++ b/lib/Target/IA64/README @@ -54,6 +54,8 @@ I guarantee it. TODO: + - stop passing FP args in both FP *and* integer regs when not required + - allocate low (nonstacked) registers more aggressively - clean up and thoroughly test the isel patterns. - fix stacked register allocation order: (for readability) we don't want the out? registers being the first ones used @@ -62,7 +64,7 @@ TODO: - bundling! (we will avoid the mess that is: http://gcc.gnu.org/ml/gcc/2003-12/msg00832.html ) - - instruction scheduling (yep) + - instruction scheduling (hmmmm! ;) - write truly inspirational documentation - if-conversion (predicate database/knowledge? etc etc) - counted loop support |