diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: |