add some notes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-12-16 07:20:53 +00:00
parent 13e1501c91
commit 0647bf6965
2 changed files with 18 additions and 0 deletions

View File

@ -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 SparcV8 backend skeleton
------------------------ ------------------------

View File

@ -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 SparcV8 backend skeleton
------------------------ ------------------------