diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 | 
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +13-02-02  Cyrille Bagard <nocbos@gmail.com> + +	* plugins/androhelpers/switch.c: +	Ensure that switch cases which share instructions have distinct blocks. + +	* src/analysis/block.c: +	* src/analysis/block.h: +	* src/analysis/block-int.h: +	* src/analysis/blocks/flow.c: +	* src/analysis/blocks/virtual.c: +	Provide leaf blocks of a group of blocks. + +	* src/analysis/decomp/il.c: +	Reorganize the code. Close some switch cases with a 'break' keyword. + +	* src/analysis/disass/macro.c: + +	* src/arch/dalvik/decomp/if.c: +	* src/arch/dalvik/instruction.c: +	Decompile more 'if' instructions. + +	* src/decomp/instr/keyword.c: +	* src/decomp/instr/keyword.h: +	New entries: allow to insert the 'break' keyword in decompiled code. + +	* src/decomp/instr/Makefile.am: +	Add the 'keyword.[ch]' files to libdecompinstr_la_SOURCES. + +	* src/decomp/instr/switch.c: +	Typos. +  13-01-31  Cyrille Bagard <nocbos@gmail.com>  	* plugins/androhelpers/switch.c:  | 
