[llvm-commits] CVS: llvm/lib/Target/SparcV8/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 15 23:21:04 PST 2005
Changes in directory llvm/lib/Target/SparcV8:
README.txt updated: 1.36 -> 1.37
---
Log message:
add some notes
---
Diffs of the changes: (+10 -1)
README.txt | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/SparcV8/README.txt
diff -u llvm/lib/Target/SparcV8/README.txt:1.36 llvm/lib/Target/SparcV8/README.txt:1.37
--- llvm/lib/Target/SparcV8/README.txt:1.36 Tue Dec 14 03:10:10 2004
+++ llvm/lib/Target/SparcV8/README.txt Fri Dec 16 01:20:53 2005
@@ -1,4 +1,13 @@
+Meta TODO list:
+1. Convert all instructions to use autogeneration for asm strings.
+2. Convert asmprinter to use lib/CodeGen/AsmPrinter for global init printing
+ constant pool printing, etc.
+3. Create a new DAG -> DAG instruction selector, by adding patterns to the
+ instructions.
+4. profit!
+
+
SparcV8 backend skeleton
------------------------
@@ -74,5 +83,5 @@
* Generate fsqrtd for calls to sqrt() (~ 4% speedup on Olden/tsp).
-$Date: 2004/12/14 09:10:10 $
+$Date: 2005/12/16 07:20:53 $
More information about the llvm-commits
mailing list