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