From: Chris Lattner Date: Fri, 16 Dec 2005 07:20:53 +0000 (+0000) Subject: add some notes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0647bf69653df8f8f15e938341fe6e63daf5c3b6;p=oota-llvm.git add some notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24745 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index c35b60266a6..1250207a3c3 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -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 ------------------------ diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index c35b60266a6..1250207a3c3 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -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 ------------------------