summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-05 13:30:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-05 13:30:19 (GMT)
commitd626276398a3cdd3cd6432e073a8866aa91418ce (patch)
tree15e4b325ebb0636b26058cd39fda3e1e87b534cc /ChangeLog
parentbfd81d1f289913f4d6e09cd8d99f4aaeed98436b (diff)
Refined the definition of basic blocks and used them to build extra clusters for dot.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@317 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9561278..59f7fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+13-01-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Restore decompilation at this level.
+
+ * src/analysis/block.c:
+ * src/analysis/block.h:
+ * src/analysis/block-int.h:
+ * src/analysis/blocks/flow.c:
+ * src/analysis/blocks/flow.h:
+ * src/analysis/blocks/virtual.c:
+ * src/analysis/blocks/virtual.h:
+ Implement a visitor design pattern for basic blocks.
+
+ * src/analysis/decomp/decompiler.c:
+ Disable decompilation for now.
+
+ * src/analysis/disass/macro.c:
+ Refine the definition of basic blocks for easier abstract use.
+
+ * src/decomp/expr/immediate.c:
+ Avoid faults by increasing a ref counter.
+
+ * src/gtkext/graph/layout.c:
+ * src/gtkext/graph/layout.h:
+ * src/gtkext/graph/node.c:
+ * src/gtkext/graph/node.h:
+ Define new clusters using the basic blocks to group nodes.
+
+ * src/gtkext/gtkgraphview.c:
+ Update code.
+
13-01-02 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/block.c: