diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +13-01-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + Create a link between basic blocks. + + * src/analysis/blocks/virtual.c: + Return the first [parent] block found, not the final one. + + * src/analysis/decomp/il.c: + Simplify the decompilation process by using links between basic blocks. + + * src/analysis/disass/macro.c: + Attach the conditional blocks with their origin. Fix a bug for exceptions. + + * src/decomp/instr/ite.c: + Inverse the condition if the 'true' branch is empty. + 13-01-09 Cyrille Bagard <nocbos@gmail.com> * src/analysis/decomp/decompiler.c: |