jak-project/decompiler/ObjectFile
water111 a64dd6c90b
Add CFG to IR decompiler pass (#60)
* add some more cfg ir stuff

* add cond with else

* add type of recognition

* add cond to compare conversion

* finally all conds are passing

* started sc recognize, but ash min and max should be recognized first

* fix ash showing up as sc

* add abs

* fix merge issues

* try building goos with optimizations on

* sc mostly working, still need to fix right aligned nesting

* ands and ors are converting correctly now

* clean up
2020-10-06 18:14:27 -04:00
..
LinkedObjectFile.cpp Add CFG to IR decompiler pass (#60) 2020-10-06 18:14:27 -04:00
LinkedObjectFile.h Replace Form with goos::Object (#64) 2020-10-04 17:08:10 -04:00
LinkedObjectFileCreation.cpp Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
LinkedObjectFileCreation.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
LinkedWord.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
ObjectFileDB.cpp Add CFG to IR decompiler pass (#60) 2020-10-06 18:14:27 -04:00
ObjectFileDB.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00