summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-01 23:29:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-01 23:29:57 (GMT)
commitbfd81d1f289913f4d6e09cd8d99f4aaeed98436b (patch)
treeefc747ec80f83fc248da1e8e4ac06c4e7d3347dd /ChangeLog
parentbb6d0c758f8c720d8074bf74e6bd001e36d6a918 (diff)
Fixed the computing of basic blocks and used them in graphic views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@316 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e81ac..9561278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+13-01-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * 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:
+ List all basic blocks.
+
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/macro.c:
+ Fix the computing of basic blocks.
+
+ * src/analysis/routine.c:
+ * src/analysis/routine.h:
+ Store and provide the basic blocks of routine.
+
+ * src/glibext/gcodebuffer.c:
+ Fix a bug: take care of comments when looking for (last) addresses.
+
+ * src/gtkext/gtkgraphview.c:
+ Use basic blocks when creating subviews.
+
13-01-01 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c: