diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 44 insertions, 1 deletions
@@ -1,3 +1,46 @@ +10-12-12 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile 'src/decomp/instr' directoriy to AC_CONFIG_FILES. + + * src/arch/dalvik/dop_array.c: + Typo. + + * src/arch/dalvik/dop_if.c: + New entry: decompile branch related instructions. + + * src/arch/dalvik/instruction.c: + Update opcodes list for decompilation. + + * src/arch/dalvik/Makefile.am: + Add dop_if.c to libarchdalvik_la_SOURCES. + + * src/arch/dalvik/translate.h: + Update code. + + * src/decomp/expr/cond.c: + * src/decomp/expr/cond.h: + New entries: create an expression for conditions. + + * src/decomp/expr/Makefile.am: + Add cond.[ch] to libdecompexpr_la_SOURCES. + + * src/decomp/instr/ite.c: + * src/decomp/instr/ite.h: + * src/decomp/instr/Makefile.am: + New entries: create an instruction for the 'If Then Else' blocks. + + * src/decomp/lang/java.c: + Output condition signs. + + * src/decomp/Makefile.am: + Add instr/libdecompinstr.la to libdecomp_la_LIBADD and instr to SUBDIRS. + + * src/decomp/output.c: + * src/decomp/output.h: + * src/decomp/output-int.h: + Output condition signs. + 10-12-09 Cyrille Bagard <nocbos@gmail.com> * configure.ac: @@ -39,7 +82,7 @@ Update code. * src/arch/dalvik/Makefile.am: - Add dop_ret to libarchdalvik_la_SOURCES. + Add dop_ret.c to libarchdalvik_la_SOURCES. * src/arch/dalvik/translate.h: Extend the list of translation routines. |