From: GCC Administrator Date: Mon, 20 Jun 2022 00:16:24 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-14~6038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e058dfc43fa0df112293584e8f48f6f2cfa3e72a;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf564d17368..eada60bc071 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2022-06-19 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.cc (xtensa_is_insn_L32R_p): + Consider relaxed MOVI instructions as L32R. + +2022-06-19 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.cc (xtensa_emit_move_sequence): + Use can_create_pseudo_p(), instead of using individual + reload_in_progress and reload_completed. + (xtensa_expand_block_set_small_loop): Use xtensa_simm8x256(), + the existing predicate function. + (xtensa_is_insn_L32R_p, gen_int_relational, xtensa_emit_sibcall): + Use the standard RTX code predicate macros such as MEM_P, + SYMBOL_REF_P and/or CONST_INT_P. + * config/xtensa/xtensa.md: Avoid using numeric literals to determine + if callee-saved register, at the split patterns for indirect sibcall + fixups. + 2022-06-18 Jakub Jelinek * common.opt (flag_sanitize_trap): New variable. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ff3ede7eb96..02f5d3a119f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220619 +20220620