summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-25 21:35:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-25 21:35:19 (GMT)
commitee0ff01247738e847ae3faa44dcb5168d7b758ba (patch)
treee945f95a84a97237debf0b16ee11ed95d6862afb /ChangeLog
parent2a1dd967d3b4e06f504431f9d3d613992095b2c3 (diff)
Registered suitable linkage hooks and defined right links between instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@519 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83d8022..479f470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
15-04-25 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/macro.c:
+ Use an uniq coverage memory for all visited branches.
+
+ * src/arch/arm/v7/opdefs/bl_A8825.d:
+ * src/arch/arm/v7/opdefs/cbnz_A8829.d:
+ Register suitable linkage hooks and define right links between instructions.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Remove a GCC compilation warning about a return value.
+
+ * src/arch/link.c:
+ * src/arch/link.h:
+ Refine the linkage hooks: allow to choose the right operand.
+
+ * src/arch/target.c:
+ * src/arch/target.h:
+ Give an access to the resolved symbol if needed.
+
+ * src/gtkext/graph/layout.c:
+ Improve the final debug message.
+
+ * src/gtkext/graph/nodes/flow.c:
+ * src/gtkext/graph/nodes/flow.h:
+ Give an access to the raw basic block.
+
+15-04-25 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/area.c:
* src/analysis/disass/output.c:
* src/arch/arm/v7/context.c: