summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-07 21:13:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-07 21:13:00 (GMT)
commit13be5aa2ac44f7bfc70ee25e7ba20ae2adf58ad5 (patch)
treeff0ac2eb2b4be1774329603ccd3c6bc307789237 /ChangeLog
parent11e76cece91707f1910d3b1fa56464e261757a52 (diff)
Made the preloading process work as intended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbced06..8f374bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
17-05-07 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/area.c:
+ Update code.
+
+ * src/analysis/disass/fetch.c:
+ * src/analysis/disass/output.c:
+ Make the preloading process work as intended.
+
+ * src/common/array.c:
+ * src/common/array.h:
+ Reset a flat array when needed.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Distinguish two steps to extend disassembly context: setup and start.
+
+ * src/format/preload.c:
+ * src/format/preload.h:
+ Optimize memory access for instructions and comments.
+
+17-05-07 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/archbase.h:
Create a macro for memory data signs.