[llvm-commits] CVS: llvm/lib/Target/IA64/README

Duraid Madina duraid at octopus.com.au
Mon Oct 31 21:49:19 PST 2005



Changes in directory llvm/lib/Target/IA64:

README updated: 1.4 -> 1.5
---
Log message:

heh, scheduling was easy?

need to send chris, jim and sampo a box of fish each



---
Diffs of the changes:  (+3 -1)

 README |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/lib/Target/IA64/README
diff -u llvm/lib/Target/IA64/README:1.4 llvm/lib/Target/IA64/README:1.5
--- llvm/lib/Target/IA64/README:1.4	Tue Apr 12 13:42:59 2005
+++ llvm/lib/Target/IA64/README	Mon Oct 31 23:49:08 2005
@@ -54,6 +54,8 @@
 
 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 @@
   - 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






More information about the llvm-commits mailing list