summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-09 11:35:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-09 11:35:00 (GMT)
commit3628caa2311ee89ad0d2a0aa2438d7e85b497da4 (patch)
treebf81ed850cec1a35cdcaeff25a3479182e365c3c /ChangeLog
parentb6427496bde6f3ab34dc62d6b437c4f8a3a29b2d (diff)
Defined a new and simpler way to produce graphical view of basic blocks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b4444d..7fd4ee5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+16-10-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Remove the Makefile from the 'src/gtkext/graph/nodes' directory.
+
+ * src/analysis/disass/block.c:
+ * src/analysis/disass/block.h:
+ Attach the list of dominated blocks to each block. Provide a block
+ from its index in a group of block.
+
+ * src/analysis/disass/dragon.c:
+ Update code.
+
+ * src/glibext/gbufferview.c:
+ Update comments.
+
+ * src/gtkext/graph/Makefile.am:
+ Update contents.
+
+ * src/gtkext/graph/cluster.c:
+ * src/gtkext/graph/cluster.h:
+ New entries: define a new and simpler way to produce graphical view
+ of basic blocks.
+
+ * src/gtkext/graph/edge.c:
+ * src/gtkext/graph/edge.h:
+ Update the way graphical edges are defined.
+
+ * src/gtkext/graph/layout.c:
+ * src/gtkext/graph/layout.h:
+ * src/gtkext/graph/node-int.h:
+ * src/gtkext/graph/node.c:
+ * src/gtkext/graph/node.h:
+ * src/gtkext/graph/nodes/Makefile.am:
+ * src/gtkext/graph/nodes/flow.c:
+ * src/gtkext/graph/nodes/flow.h:
+ * src/gtkext/graph/nodes/virtual.c:
+ * src/gtkext/graph/nodes/virtual.h:
+ * src/gtkext/graph/params.h:
+ * src/gtkext/graph/ranks.c:
+ * src/gtkext/graph/ranks.h:
+ Deleted entries.
+
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkgraphview.h:
+ Update code.
+
16-10-03 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/rank.c: