summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-12-12 00:16:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-12-12 00:16:28 (GMT)
commitd9fdfcf887a7a596a68db2500bb5e4d0b692abb6 (patch)
tree55d8a973b421ed832007a3757c0a61621a0bef44 /ChangeLog
parent544dfe87adfe15c8588ccffea712672e1b7c4179 (diff)
Created an instruction for the 'If Then Else' blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@201 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 44 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f94a726..742948e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.