[llvm-commits] CVS: llvm/lib/Target/SparcV8/README.txt

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 16 23:18:11 PST 2005



Changes in directory llvm/lib/Target/SparcV8:

README.txt updated: 1.38 -> 1.39
---
Log message:

asmprinter done, added crucial missing step


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

 README.txt |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


Index: llvm/lib/Target/SparcV8/README.txt
diff -u llvm/lib/Target/SparcV8/README.txt:1.38 llvm/lib/Target/SparcV8/README.txt:1.39
--- llvm/lib/Target/SparcV8/README.txt:1.38	Sat Dec 17 00:54:41 2005
+++ llvm/lib/Target/SparcV8/README.txt	Sat Dec 17 01:17:59 2005
@@ -1,9 +1,8 @@
 
 Meta TODO list:
-1. Convert asmprinter to use lib/CodeGen/AsmPrinter for global init printing
-   constant pool printing, etc.
-2. Create a new DAG -> DAG instruction selector, by adding patterns to the
+1. Create a new DAG -> DAG instruction selector, by adding patterns to the
    instructions.
+2. ???
 3. profit!
 
 
@@ -82,5 +81,5 @@
 
 * Generate fsqrtd for calls to sqrt()  (~ 4% speedup on Olden/tsp).
 
-$Date: 2005/12/17 06:54:41 $
+$Date: 2005/12/17 07:17:59 $
 






More information about the llvm-commits mailing list