From 2c9fd95c7365ced3984f741b862084eb9676a97e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Dec 2005 07:20:53 +0000 Subject: [PATCH] add some notes llvm-svn: 24745 --- lib/Target/SparcV8/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ------------------------