diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-12-14 01:00:56 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-12-14 01:00:56 +0000 |
commit | bc1321735c15104ffad195e1509cab5f3a044260 (patch) | |
tree | 8b2a54226e10e8a564a2287cd8e65b577e0fd6c2 /notes | |
parent | 25bab8b1fb2fc851ea3f1f630b3de65ca6afdc22 (diff) | |
download | MWCC-bc1321735c15104ffad195e1509cab5f3a044260.tar.gz MWCC-bc1321735c15104ffad195e1509cab5f3a044260.zip |
rename some stuff and use an enum for RegClass
Diffstat (limited to '')
-rw-r--r-- | notes | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -105,7 +105,7 @@ DONE IroSubable.c MOST RegisterInfo.c MOST TOC.c MOST StackFrame.c -MOST Registers.c +DONE Registers.c DONE PCode.c 95% Switch.c DONE ValueNumbering.c @@ -118,7 +118,7 @@ MOST Operands.c DONE PCodeListing.c ---- Peephole.c DONE Scheduler.c -99% Coloring.c +DONE Coloring.c ---- PCodeAssembly.c ---- Intrinsics.c DONE PPCError.c @@ -144,7 +144,7 @@ PART PCodeInfo.c ---- StructMoves.c ---- FunctionCalls.c DONE IroBitVect.c -MOST InlineAsmRegistersPPC.c +99% InlineAsmRegistersPPC.c DONE InlineAsmMnemonicsPPC.c DONE InlineAsmRegisters.c 95% Alias.c |