summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-06 21:19:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-06 21:19:50 (GMT)
commit2fc5cc35c256d5bdbe72a1218082e91ddbc3e193 (patch)
tree2d151e3e79748d730c7f029b46dd488991915b5a /ChangeLog
parent33d49eb64654fc5dc5f617ce02ae3fffb6a75adb (diff)
Prepared the ARMv7 SIMD instructions support.
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: