[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Nate Begeman
natebegeman at mac.com
Mon Apr 11 13:49:08 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.21 -> 1.22
---
Log message:
Update PPC readme. Remove things that are done or aren't ppc specific
---
Diffs of the changes: (+2 -6)
README.txt | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.21 llvm/lib/Target/PowerPC/README.txt:1.22
--- llvm/lib/Target/PowerPC/README.txt:1.21 Sun Nov 7 20:25:40 2004
+++ llvm/lib/Target/PowerPC/README.txt Mon Apr 11 15:48:57 2005
@@ -1,12 +1,8 @@
TODO:
-* poor switch statement codegen
-* load/store to alloca'd array or struct.
-* implement not-R0 register GPR class
-* implement scheduling info
-* implement do-loop pass
+* condition register allocation
+* gpr0 allocation
* implement do-loop -> bdnz transform
* implement powerpc-64 for darwin
-* implement powerpc-64 for aix
* use stfiwx in float->int
* should hint to the branch select pass that it doesn't need to print the
second unconditional branch, so we don't end up with things like:
More information about the llvm-commits
mailing list