mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
Daily bump.
This commit is contained in:
parent
260a22de4f
commit
72319171e1
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
20240204
|
||||
20240205
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user