diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,5 +1,41 @@ 13-01-27 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/decomp/decompiler.c: + * src/analysis/decomp/reduce.c: + * src/analysis/decomp/reduce.h: + Reduce the quantity of used variables in decompiled code. + + * src/arch/dalvik/context.c: + * src/arch/dalvik/decomp/iget.c: + * src/arch/dalvik/decomp/iput.c: + Update code when creating pseudo registers. + + * src/decomp/expr/access.c: + * src/decomp/expr/arithm.c: + * src/decomp/expr/array.c: + * src/decomp/expr/assign.c: + * src/decomp/expr/assign.h: + * src/decomp/expr/block.c: + * src/decomp/expr/block.h: + * src/decomp/expr/call.c: + * src/decomp/expr/cond.c: + Provide the parent instruction to visited children. + + * src/decomp/expr/pseudo.c: + * src/decomp/expr/pseudo.h: + Store the expected usage of a pseudo register. + + * src/decomp/expr/return.c: + * src/decomp/instr/ite.c: + Provide the parent instruction to visited children. + + * src/decomp/instruction.c: + * src/decomp/instruction.h: + Provide the parent instruction to visited children. Fix the value of the + flags used to visit decompiled instructions. + +13-01-27 Cyrille Bagard <nocbos@gmail.com> + * src/decomp/expr/access.c: * src/decomp/expr/arithm.c: * src/decomp/expr/array.c: |