summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-02-05 23:01:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-02-05 23:01:48 (GMT)
commit3467b0cdb09976faccc6dbef09315cc38dbe6fb5 (patch)
tree0e1b926be0203d8b95765cd56f7d3714414d89d4 /ChangeLog
parent48e663f21a6429787fec2c426f46024dad9cde08 (diff)
Rewritten many parts of the process which cut code into basic blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@338 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90a1cb1..d830550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+13-02-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/decomp/reduce.c:
+ Avoid to remove variable definitions with immediate values in switch cases
+ when reducing expressions.
+
+ * src/analysis/disass/macro.c:
+ Rewrite many parts of the process which cut code into basic blocks :
+ improve it and fix it for special cases with switch cases.
+
+ * src/arch/dalvik/register.c:
+ Fix a typo, and thus a bug when comparing registers.
+
+ * src/decomp/instr/switch.c:
+ Activate some visiting functions.
+
13-02-03 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/decomp/decompiler.c: