jak-project/decompiler/IR2
water111 d6bbca5620
[Decompiler] IR2 form implementation (#197)
* begin ir2 form implementation

* temp

* small fixes

* fix test
2021-01-17 18:08:18 -05:00
..
atomic_op_builder.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
atomic_op_builder.h [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
AtomicOp.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
AtomicOp.h [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
AtomicOpForm.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
AtomicOpTypeAnalysis.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
cfg_builder.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
cfg_builder.h [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
Env.cpp [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00
Env.h [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00
Form.cpp [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
Form.h [Decompiler] IR2 form implementation (#197) 2021-01-17 18:08:18 -05:00
IR2.h [Decompiler - New IR] Add AtomicOp (#181) 2021-01-06 20:04:15 -05:00
IR2_common.h [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00
reg_usage.cpp add register usage pass (#194) 2021-01-12 19:20:08 -05:00
reg_usage.h [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00
variable_naming.cpp [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00
variable_naming.h [Decompiler] WIP Conversion to SSA and variable naming (#195) 2021-01-16 10:54:09 -05:00