summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e34a2b..b5de456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+17-04-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/links.c:
+ * src/arch/arm/v7/post.c:
+ Update code.
+
+ * src/arch/immediate.c:
+ Fix the update of standalone shared instances.
+
+ * src/arch/instruction.c:
+ Disable the destruction of replaced operands.
+
+ * src/arch/post.c:
+ Update code.
+
+ * src/arch/sharing/instance.c:
+ Add some comments.
+
+ * src/arch/sharing/manager.c:
+ * src/arch/sharing/manager.h:
+ Fix a mistake and clean code.
+
+ * src/arch/target.c:
+ * src/arch/target.h:
+ Share target operands in memory when possible.
+
+ * src/core/processors.c:
+ Update code.
+
+ * src/format/symbol.c:
+ * src/format/symbol.h:
+ Refine comparison prototypes.
+
17-04-20 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/arch/instruction.c: