]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Feb 2024 00:17:56 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Feb 2024 00:17:56 +0000 (00:17 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog
libstdc++-v3/ChangeLog

index 0d94109b2a44e0f569481e3fb27180e7f0444c1f..8a9526ade5c8905c2547e2b7f1de21c38848083d 100644 (file)
@@ -1,3 +1,8 @@
+2024-02-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * unicode/gen_libstdcxx_unicode_data.py: Add copyright and
+       license text to the output.
+
 2024-01-11  Paul Iannetta  <piannetta@kalrayinc.com>
 
        * dg-extract-results.py: Make the test_run regex case
index 32e16d3bba11b43d4e298211883a2d42a2a27222..4cbc90dbb8ecb1e25acaa2efb7ff27513e290bf5 100644 (file)
@@ -1,3 +1,50 @@
+2024-02-04  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.md (*eqne_zero_masked_bits):
+       Add missing ":SI" to the match_operator.
+
+2024-02-04  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.md (SHI): New mode iterator.
+       (2 split patterns related to constsynth):
+       Change to also accept HImode operands.
+
+2024-02-04  Jeff Law  <jlaw@ventanamicro.com>
+
+       * config/riscv/riscv.cc (riscv_rtx_costs): Handle SUBREG and REG
+       similarly.
+
+2024-02-04  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/loongarch/lsx.md (neg<mode:FLSX>2): Remove the
+       incorrect expand.
+       * config/loongarch/simd.md (simdfmt_as_i): New define_mode_attr.
+       (elmsgnbit): Likewise.
+       (neg<mode:FVEC>2): New define_insn.
+       * config/loongarch/lasx.md (negv4df2, negv8sf2): Remove as they
+       are now instantiated in simd.md.
+
+2024-02-04  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/loongarch/loongarch.cc (loongarch_symbol_insns): Do not
+       use LSX_SUPPORTED_MODE_P or LASX_SUPPORTED_MODE_P if mode is
+       MAX_MACHINE_MODE.
+
+2024-02-04  Li Wei  <liwei@loongson.cn>
+
+       * config/loongarch/loongarch.cc (loongarch_expand_vselect): Adjust.
+       (loongarch_expand_vselect_vconcat): Ditto.
+       (loongarch_try_expand_lsx_vshuf_const): New, use vshuf to implement
+       all 128-bit constant permutation situations.
+       (loongarch_expand_lsx_shuffle): Adjust and rename function name.
+       (loongarch_is_imm_set_shuffle): Renamed function name.
+       (loongarch_expand_vec_perm_even_odd): Function forward declaration.
+       (loongarch_expand_vec_perm_even_odd_1): Add implement for 128-bit
+       extract-even and extract-odd permutations.
+       (loongarch_is_odd_extraction): Delete.
+       (loongarch_is_even_extraction): Ditto.
+       (loongarch_expand_vec_perm_const): Adjust.
+
 2024-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/113722
index 038ebd257b372a97191201424a608a3cde7c19d1..a53d85f6c3550e5bf068fd11954ed7d4023df7d3 100644 (file)
@@ -1 +1 @@
-20240204
+20240205
index 04bac0248625a7eb0356317eb5c94d1f6ced613a..45dd0318ca14064dbca18d57d87bbdd4ff6c97a9 100644 (file)
@@ -1,3 +1,24 @@
+2024-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * dmd/MERGE: Merge upstream dmd a6f1083699.
+       * dmd/VERSION: Bump version to v2.107.0
+       * Make-lang.in (D_FRONTEND_OBJS): Add d/pragmasem.o.
+       * d-builtins.cc (strip_type_modifiers): Update for new front-end
+       interface.
+       * d-codegen.cc (declaration_type): Likewise.
+       (parameter_type): Likewise.
+       * d-target.cc (TargetCPP::parameterType): Likewise.
+       * expr.cc (ExprVisitor::visit (IndexExp *)): Likewise.
+       (ExprVisitor::visit (VarExp *)): Likewise.
+       (ExprVisitor::visit (AssocArrayLiteralExp *)): Likewise.
+       * runtime.cc (get_libcall_type): Likewise.
+       * typeinfo.cc (TypeInfoVisitor::visit (TypeInfoConstDeclaration *)):
+       Likewise.
+       (TypeInfoVisitor::visit (TypeInfoInvariantDeclaration *)): Likewise.
+       (TypeInfoVisitor::visit (TypeInfoSharedDeclaration *)): Likewise.
+       (TypeInfoVisitor::visit (TypeInfoWildDeclaration *)): Likewise.
+       * types.cc (build_ctype): Likewise.
+
 2024-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd e770945277.
index aff4a6eb5c3d13d79a64cdcf2db35f7e1df7b4ec..5748a98a38f375cdca702cfa5572d77599b2fcb2 100644 (file)
@@ -1,3 +1,8 @@
+2024-02-04  Jeff Law  <jlaw@ventanamicro.com>
+
+       * gcc.target/riscv/reg_subreg_costs.c: New test.
+       Co-authored-by: Jivan Hakobyan <jivanhakobyan9@gmail.com>
+
 2024-02-03  John David Anglin  <danglin@gcc.gnu.org>
 
        * gcc.dg/pr84877.c: Adjust xfail parentheses.
index 5e9445d2b5549c1b578e75fdd099948e93b7d319..2b36b5b99f4663dc1bfa1d9f921d0efa9988efa4 100644 (file)
@@ -1,3 +1,12 @@
+2024-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * src/MERGE: Merge upstream phobos 37796e783.
+
+2024-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/MERGE: Merge upstream druntime a6f1083699.
+       * src/MERGE: Merge upstream phobos 31dedd7da.
+
 2024-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * libdruntime/MERGE: Merge upstream druntime e770945277.
index f42e0a8de2cd6a31bc63c9022df660564243371b..13bc67038c8ee13c5de9bc81140b0d09ebd8f030 100644 (file)
@@ -1,3 +1,24 @@
+2024-02-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/format (__format::_Spec::_M_reserved): Define new
+       bit-field members to reserve padding bits for future extensions.
+
+2024-02-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * src/experimental/Makefile.am: Use libstdc++fsconvenience.a
+       instead of libstdc++fs.a.
+       * src/experimental/Makefile.in: Regenerate.
+       * src/filesystem/Makefile.am: Build libstdc++fsconvenience.a as
+       well.
+       * src/filesystem/Makefile.in: Regenerate.
+
+2024-02-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/text_encoding-data.h: Regenerate.
+       * include/bits/unicode-data.h: Regenerate.
+       * scripts/gen_text_encoding_data.py: Add copyright and license
+       text to the output.
+
 2024-02-02  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/113335
This page took 0.073494 seconds and 5 git commands to generate.