summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b081ee7..74e3608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+13-01-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/block.c:
+ * src/analysis/block.h:
+ * src/analysis/block-int.h:
+ Create a link between basic blocks.
+
+ * src/analysis/blocks/virtual.c:
+ Return the first [parent] block found, not the final one.
+
+ * src/analysis/decomp/il.c:
+ Simplify the decompilation process by using links between basic blocks.
+
+ * src/analysis/disass/macro.c:
+ Attach the conditional blocks with their origin. Fix a bug for exceptions.
+
+ * src/decomp/instr/ite.c:
+ Inverse the condition if the 'true' branch is empty.
+
13-01-09 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/decomp/decompiler.c: