README.txt revision e6ee868a8d877b5b4be367d575b03388ee231e91
1
2Meta TODO list:
31. Create a new DAG -> DAG instruction selector, by adding patterns to the
4   instructions.
52. ???
63. profit!
7
8To-do
9-----
10
11* open code 64-bit shifts
12* Keep the address of the constant pool in a register instead of forming its
13  address all of the time.
14* We can fold small constant offsets into the %hi/%lo references to constant
15  pool addresses as well.
16
17