summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-02-24 11:09:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-02-24 11:09:36 (GMT)
commit02c2cf555953f335a825e34c869c9999668fd42c (patch)
tree59395c04d509f9fae8314d311f6ab90e163df45d /ChangeLog
parent34e1a14aced520ba06ee1b81cfd7710e97c1643f (diff)
Refined comparisons decompilation and fixed some bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@340 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 918e55a..0086536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+13-02-24 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/decomp/cmerge.c:
+ * src/analysis/decomp/cmerge.h:
+ New entries: begin to merge conditions when possible.
+
+ * src/analysis/decomp/decompiler.c:
+ Disable the broken decompilation.
+
+ * src/analysis/decomp/Makefile.am:
+ Add the 'cmerge.[ch]' files to libanalysisdecomp_la_SOURCES.
+
+ * src/arch/dalvik/decomp/if.c:
+ Fix a bug for xxZ opcodes.
+
+ * src/decomp/expr/block.c:
+ * src/decomp/expr/block.h:
+ Provide a given item of blocks.
+
+ * src/decomp/expr/comp.c:
+ * src/decomp/expr/comp.h:
+ New entries: define comparisons.
+
+ * src/decomp/expr/cond.c:
+ * src/decomp/expr/cond.h:
+ Update code using the new comparison expressions.
+
+ * src/decomp/expression.c:
+ * src/decomp/expression.h:
+ * src/decomp/expression-int.h:
+ Handle the need of negating expressions for conditions.
+
+ * src/decomp/expr/Makefile.am:
+ Add the 'comp.[ch]' files to libdecompexpr_la_SOURCES.
+
+ * src/decomp/instr/ite.c:
+ * src/decomp/instr/ite.h:
+ Update code.
+
+ * src/decomp/lang/java.c:
+ * src/decomp/output.c:
+ * src/decomp/output.h:
+ * src/decomp/output-int.h:
+ Extend the kinds of output signs.
+
13-02-10 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/disassembler.c: