summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7eb20..2660ff1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+15-04-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/loop.c:
+ Update code when creating loops.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Provide a way to properly change an existing link between instructions.
+
+ * src/gtkext/graph/edge.c:
+ Change the direction for looping edges to left.
+
+ * src/gtkext/graph/node.c:
+ Upgrade code. Set a pending position only one time.
+
+ * src/gtkext/graph/nodes/flow.c:
+ Align vertical edges when there is a loop edge in the final block entries.
+
+ * src/gtkext/graph/nodes/virtual.c:
+ Fix the position of loop edges.
+
15-04-05 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/graph/layout.c: