summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: