summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-27 22:03:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-27 22:03:31 (GMT)
commit5c7ea8e2137e4e5bb2887de0d1ffd8a0b277636e (patch)
tree86d788e395f009c773cccd4310d56477c55552b5 /ChangeLog
parent7f35f8d2f211fdf087252ede7665e9c81f35cdc7 (diff)
Reduced the quantity of used variables in decompiled code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@332 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a839cc1..ae76a19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
13-01-27 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/decomp/decompiler.c:
+ * src/analysis/decomp/reduce.c:
+ * src/analysis/decomp/reduce.h:
+ Reduce the quantity of used variables in decompiled code.
+
+ * src/arch/dalvik/context.c:
+ * src/arch/dalvik/decomp/iget.c:
+ * src/arch/dalvik/decomp/iput.c:
+ Update code when creating pseudo registers.
+
+ * src/decomp/expr/access.c:
+ * src/decomp/expr/arithm.c:
+ * src/decomp/expr/array.c:
+ * src/decomp/expr/assign.c:
+ * src/decomp/expr/assign.h:
+ * src/decomp/expr/block.c:
+ * src/decomp/expr/block.h:
+ * src/decomp/expr/call.c:
+ * src/decomp/expr/cond.c:
+ Provide the parent instruction to visited children.
+
+ * src/decomp/expr/pseudo.c:
+ * src/decomp/expr/pseudo.h:
+ Store the expected usage of a pseudo register.
+
+ * src/decomp/expr/return.c:
+ * src/decomp/instr/ite.c:
+ Provide the parent instruction to visited children.
+
+ * src/decomp/instruction.c:
+ * src/decomp/instruction.h:
+ Provide the parent instruction to visited children. Fix the value of the
+ flags used to visit decompiled instructions.
+
+13-01-27 Cyrille Bagard <nocbos@gmail.com>
+
* src/decomp/expr/access.c:
* src/decomp/expr/arithm.c:
* src/decomp/expr/array.c: