diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +13-02-05 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/decomp/reduce.c: + Avoid to remove variable definitions with immediate values in switch cases + when reducing expressions. + + * src/analysis/disass/macro.c: + Rewrite many parts of the process which cut code into basic blocks : + improve it and fix it for special cases with switch cases. + + * src/arch/dalvik/register.c: + Fix a typo, and thus a bug when comparing registers. + + * src/decomp/instr/switch.c: + Activate some visiting functions. + 13-02-03 Cyrille Bagard <nocbos@gmail.com> * src/analysis/decomp/decompiler.c: |