mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
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:
parent
13e1501c91
commit
0647bf6965
@ -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
|
||||
------------------------
|
||||
|
||||
|
@ -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
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user