From: Jakub Jelinek Date: Fri, 17 Jan 2020 08:29:28 +0000 (+0100) Subject: ChangeLog fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b3534a3122236d6317256f16daa332278391907;p=gcc.git ChangeLog fixes. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index febcd6fb31f..e364f616fd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -54,7 +54,7 @@ * config/arm/vfp.md: Add BFmode to movhf patterns. 2020-01-16 Mihail Ionescu -2020-01-16 Andre Vieira + Andre Vieira * config/arm/arm-cpus.in (mve, mve_float): New features. (dsp, mve, mve.fp): New options. @@ -63,7 +63,7 @@ * doc/invoke.texi: Document the armv8.1-m mve and dps options. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm-cpus.in (ARMv8_1m_main): Redefine as an extension to Armv8-M Mainline. @@ -71,7 +71,7 @@ error for using -mcmse when targeting Armv8.1-M Mainline. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm.md (nonsecure_call_internal): Do not force memory address in r4 when targeting Armv8.1-M Mainline. @@ -82,7 +82,7 @@ (nonsecure_call_value_reg_thumb2): Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm.c (arm_add_cfa_adjust_cfa_note): Declare early. (cmse_nonsecure_call_inline_register_clear): Define new lazy_fpclear @@ -96,7 +96,7 @@ (lazy_load_multiple_insn): Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm.c (vfp_emit_fstmd): Declare early. (arm_emit_vfp_multi_reg_pop): Likewise. @@ -105,7 +105,7 @@ restore callee-saved VFP registers. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm.c (arm_emit_multi_reg_pop): Declare early. (cmse_nonsecure_call_clear_caller_saved): Rename into ... @@ -116,7 +116,7 @@ (arm_reorg): Adapt to function rename. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm-protos.h (clear_operation_p): Adapt prototype. * config/arm/arm.c (clear_operation_p): Extend to be able to check a @@ -134,7 +134,7 @@ * config/arm/vfp.md (clear_vfp_multiple): New define_insn. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm-protos.h (clear_operation_p): Declare. * config/arm/arm.c (clear_operation_p): New function. @@ -149,7 +149,7 @@ * config/arm/unspecs.md (VUNSPEC_CLRM_APSR): New volatile unspec. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm.c (fp_sysreg_names): Declare and define. (use_return_insn): Also return false for Armv8.1-M Mainline. @@ -173,7 +173,7 @@ (pop_fpsysreg_insn): Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * config/arm/arm-cpus.in (armv8_1m_main): New feature. (ARMv4, ARMv4t, ARMv5t, ARMv5te, ARMv5tej, ARMv6, ARMv6j, ARMv6k, diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b2bb021799a..6fa2e159d01 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -30,12 +30,12 @@ * gcc.target/arm/bfloat16_simd_3_2.c: New test. 2020-01-16 Mihail Ionescu -2020-01-16 Andre Vieira + Andre Vieira * testsuite/gcc.target/arm/multilib.exp: Add v8.1-M entries. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/cmse-1.c: Add check for BLXNS when instructions introduced in Armv8.1-M Mainline Security Extensions are available and @@ -72,7 +72,7 @@ Mainline and restrict libcall count to Armv8-M. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/mainline/8_1m/soft/cmse-13.c: Add check for VLSTM and VLLDM. @@ -85,7 +85,7 @@ * gcc.target/arm/cmse/mainline/8_1m/softfp-sp/cmse-8.c: Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/mainline/8_1m/hard-sp/cmse-13.c: Add check for VPUSH and VPOP and update expectation for VSCCLRM. @@ -96,7 +96,7 @@ * gcc.target/arm/cmse/mainline/8_1m/hard/cmse-8.c: Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/cmse-1.c: Add check for PUSH and POP and update CLRM check. @@ -126,7 +126,7 @@ * gcc.target/arm/cmse/mainline/8_1m/softfp/union-2.c: Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/bitfield-1.c: Add check for VSCCLRM. * gcc.target/arm/cmse/bitfield-2.c: Likewise. @@ -146,7 +146,7 @@ * gcc.target/arm/cmse/mainline/8_1m/softfp/cmse-5.c: Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/bitfield-1.c: Add check for CLRM. * gcc.target/arm/cmse/bitfield-2.c: Likewise. @@ -184,7 +184,7 @@ * gcc.target/arm/cmse/mainline/8_1m/union-2.c: Likewise. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * gcc.target/arm/cmse/bitfield-1.c: add checks for VSTR and VLDR. * gcc.target/arm/cmse/bitfield-2.c: Likewise. @@ -302,7 +302,7 @@ New procedure. 2020-01-16 Mihail-Calin Ionescu -2020-01-16 Thomas Preud'homme + Thomas Preud'homme * lib/target-supports.exp (check_effective_target_arm_arch_v8_1m_main_ok): Define.