mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-08 00:24:25 +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:
@ -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
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -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
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user