jak-project/decompiler/analysis
water111 2002db359a
[Decompiler] WIP: Stack Spills (#382)
* set up types

* cleaned up type analysis and got things working through atomic ops

* expression working, need types

* improved types and names

* getting close

* finish up dma-disasm

* fix
2021-04-25 14:48:54 -04:00
..
anonymous_function_def.cpp support anonymous functions (#323) 2021-03-14 19:06:51 -04:00
anonymous_function_def.h support anonymous functions (#323) 2021-03-14 19:06:51 -04:00
atomic_op_builder.cpp [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
atomic_op_builder.h Support 128-bit variables (#336) 2021-03-25 16:02:48 -04:00
cfg_builder.cpp [Decomp] Math library: transform and quaternion (#344) 2021-04-02 11:35:14 -04:00
cfg_builder.h [Decompiler] Expression Building (#211) 2021-01-24 16:39:15 -05:00
expression_build.cpp [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
expression_build.h [Decompiler] Replace type hint system and improve variable types. (#320) 2021-03-13 16:10:39 -05:00
final_output.cpp [Decompiler] Fixes for dma-disasm (#377) 2021-04-23 20:29:15 -04:00
final_output.h support anonymous functions (#323) 2021-03-14 19:06:51 -04:00
inline_asm_rewrite.cpp [Decompiler] Make matrix decompile (#341) 2021-03-28 20:26:30 -04:00
inline_asm_rewrite.h decomp - vector.gc - Decompile vector.gc (#289) 2021-03-06 10:46:26 -05:00
insert_lets.cpp [Decomp] Math library: transform and quaternion (#344) 2021-04-02 11:35:14 -04:00
insert_lets.h [Decompiler] Decompile let (#309) 2021-03-05 18:48:01 -05:00
reg_usage.cpp [Decomp] Math library: transform and quaternion (#344) 2021-04-02 11:35:14 -04:00
reg_usage.h [Decompiler] Fix let bug (#328) 2021-03-22 16:46:02 -04:00
stack_spill.cpp [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
stack_spill.h [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
type_analysis.cpp [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
type_analysis.h [Decompiler] Stack Variables (#338) 2021-03-27 15:18:59 -04:00
variable_naming.cpp [Decompiler] Replace type hint system and improve variable types. (#320) 2021-03-13 16:10:39 -05:00
variable_naming.h [Decomp] Add SSA based check for expression building (#292) 2021-02-28 12:38:29 -05:00