1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

add some notes

llvm-svn: 24745
This commit is contained in:
Chris Lattner 2005-12-16 07:20:53 +00:00
parent 86914b7f4e
commit 2c9fd95c73

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
------------------------