jak-project/decompiler/Disasm
water111 1e1b5e7c00
Make decompiler more successful (#66)
* w/early-return-and-break

* more edge cases

* all instructions in non asm functions now convert to ir

* cleanup

* implement rarely used control flow in IR

* clang format
2020-10-11 18:27:44 -04:00
..
Instruction.cpp Make decompiler more successful (#66) 2020-10-11 18:27:44 -04:00
Instruction.h Make decompiler more successful (#66) 2020-10-11 18:27:44 -04:00
InstructionDecode.cpp add decompiler 2020-08-22 23:30:17 -04:00
InstructionDecode.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
InstructionMatching.cpp add decompiler 2020-08-22 23:30:17 -04:00
InstructionMatching.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
OpcodeInfo.cpp Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
OpcodeInfo.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Register.cpp Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
Register.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00