commit 92dd8984935becda6ee5fc561b8caad1eb43800c parent 288613f0d6c3a5667b81e6158c64a612a1f389b7 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 27 Mar 2015 17:13:23 -0400 add a scratch TODO Diffstat:
| A | TODO | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO @@ -0,0 +1,13 @@ +Ideas +- Operand classes for instructions +- Hints in register allocation +- Fixed register instructions (div, mul) +- Memory instructions (address of, deref) +- Structured types + +Instructions +- ADD SUB SDIV UDIV SREM UREM MUL LSL LSR ASL ASR +- CMP ... +- ALLOC STORE LOAD +- PTR +- CALL BRZ JMP RET