summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 436411a..b98dfce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
15-10-06 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/processor.c:
+ * src/arch/processor-int.h:
+ Optimize the search of instructions a little bit using routine coverages.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Extend the functions dealing with memory ranges.
+
+15-10-06 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/loop.c:
Optimize loop detections using bit fields.