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 87bf638..1ab08bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+16-05-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/arm/v7/Makefile.am:
+ Add the 'simd.[ch]' files to libarcharmv7_la_SOURCES.
+
+ * src/arch/arm/v7/arm.c:
+ Update code.
+
+ * src/arch/arm/v7/build_tmp_decl.sh:
+ Handle prototypes for ARMv7 SIMD instructions decoders.
+
+ * src/arch/arm/v7/opcodes/opcodes_tmp_simd.h:
+ Define the list of all missing ARMv7 SIMD instructions prototypes.
+
+ * src/arch/arm/v7/simd.c:
+ * src/arch/arm/v7/simd.h:
+ New entries: prepare the ARMv7 SIMD instructions support.
+
+ * src/arch/arm/v7/thumb_32.c:
+ Update code.
+
16-05-04 Cyrille Bagard <nocbos@gmail.com>
* src/arch/Makefile.am: