jak-project/decompiler/IR
water111 fc1a8f37c6
Partially Implement Decompiler Type Analysis (#90)
* implement basic framework for decompiler type analysis

* before type system changes

* add some decompiler stuff to the type system

* try algorithm on a few functions
2020-10-18 15:44:19 -04:00
..
BasicOpBuilder.cpp Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
BasicOpBuilder.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
CfgBuilder.cpp Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
CfgBuilder.h Add CFG to IR decompiler pass (#60) 2020-10-06 18:14:27 -04:00
IR.cpp Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
IR.h Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
IR_TypeAnalysis.cpp Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00