diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -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: |