This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from afcbf4dd27c libstdc++: Fix up 117406.cc test [PR117406]
new d413a2c4ecb aarch64: Add support for FUJITSU-MONAKA (-mcpu=fujitsu-monaka) CPU
new cdd87f473fb aarch64: Fix incorrect LS64 documentation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-cores.def | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.cc | 1 +
.../{neoversen1.h => fujitsu_monaka.h} | 41 ++++++++++++----------
gcc/doc/invoke.texi | 7 ++--
5 files changed, 29 insertions(+), 23 deletions(-)
copy gcc/config/aarch64/tuning_models/{neoversen1.h => fujitsu_monaka.h} (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 0bcca04f094 Add regression test
new ec43369c7e2 libstdc++: Use if consteval rather than if (std::__is_const [...]
new 82285392ab5 function: Call do_pending_stack_adjust in assign_parms [PR117296]
new 1553e409420 expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYP [...]
new 377f81a60ba libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{oun [...]
new 72b7bbf9d44 libstdc++: Fix up 117406.cc test [PR117406]
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/expr.cc | 4 +-
gcc/function.cc | 2 +
gcc/testsuite/gcc.dg/bitint-113.c | 40 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr117296.c | 12 +++++
libstdc++-v3/include/c_global/cmath | 36 ++++++++-----
.../testsuite/26_numerics/headers/cmath/117321.cc | 5 ++
.../testsuite/26_numerics/headers/cmath/117406.cc | 59 ++++++++++++++++++++++
7 files changed, 142 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-113.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117296.c
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/117321.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/117406.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 28e2d41fa6a Add regression test
new 6cbe075be74 Move updated versioning threshold compute
new 223da6ac40c Preserve ->move_dr behavior when adjusting epilogue info
new 2e6d9e9f4a0 Move vect_update_inits_of_drs
new afcbf4dd27c libstdc++: Fix up 117406.cc test [PR117406]
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/tree-vect-loop.cc | 33 +++++++++++-----------
.../testsuite/26_numerics/headers/cmath/117406.cc | 4 +--
2 files changed, 18 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from c60788982 Cygwin: sigfe: Fix a bug that signal handler destroys fpu states
new 5e0fb305a sys/features.h: Use _ISOC23_SOURCE instead of _ISOC23_SOURCE [...]
new 37920d33a Replace references to C2x with C23
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
newlib/libc/include/sys/features.h | 21 ++++++++++++++-------
winsup/cygwin/include/uchar.h | 4 ++--
2 files changed, 16 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from ea81f223274 Daily bump.
new d2061812ea9 ada: Fix internal error on concatenation of discriminant-de [...]
new db2611e392a Add regression test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/checks.adb | 10 +++++++++-
gcc/testsuite/gnat.dg/specs/array7.ads | 14 ++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/array7.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from b3d228ba995 Daily bump.
new bcf47b4d183 ada: Fix internal error on concatenation of discriminant-de [...]
new 54d5c2b1f74 Add regression test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/checks.adb | 10 +++++++++-
gcc/testsuite/gnat.dg/specs/array7.ads | 14 ++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/array7.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 09033ae194a Daily bump.
new 4f563063f93 ada: Fix internal error on concatenation of discriminant-de [...]
new 0bcca04f094 Add regression test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/checks.adb | 10 +++++++++-
gcc/testsuite/gnat.dg/specs/array7.ads | 14 ++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/array7.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f1d16cd9236 simplify-rtx: Simplify ROTATE:HI (X:HI, 8) into BSWAP:HI (X)
new 28e2d41fa6a Add regression test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gnat.dg/specs/array7.ads | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/specs/array7.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d3d925b4743 Daily bump.
new de2bc6a7367 PR 117048: simplify-rtx: Simplify (X << C1) [+,^] (X >> C2) [...]
new 1e5ff11142b aarch64: Use canonical RTL representation for SVE2 XAR and [...]
new 1411d39bc72 PR 117048: aarch64: Add define_insn_and_split for vector ROTATE
new 19757e1c28d aarch64: Optimize vector rotates as vector permutes where possible
new 14cb23e743e aarch64: Emit XAR for vector rotates where possible
new f1d16cd9236 simplify-rtx: Simplify ROTATE:HI (X:HI, 8) into BSWAP:HI (X)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64-simd.md | 32 ++++
gcc/config/aarch64/aarch64-sve-builtins-sve2.cc | 18 +-
gcc/config/aarch64/aarch64-sve2.md | 30 ++-
gcc/config/aarch64/aarch64.cc | 38 ++++
gcc/config/aarch64/iterators.md | 3 +
gcc/expmed.cc | 44 +++++
gcc/expmed.h | 1 +
gcc/simplify-rtx.cc | 212 ++++++++++++++++-----
gcc/testsuite/gcc.target/aarch64/rot_to_bswap.c | 23 +++
gcc/testsuite/gcc.target/aarch64/rotate_xar_1.c | 93 +++++++++
gcc/testsuite/gcc.target/aarch64/simd/pr117048.c | 73 +++++++
gcc/testsuite/gcc.target/aarch64/simd/pr117048_2.c | 66 +++++++
.../gcc.target/aarch64/sve2/acle/asm/xar_s16.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_s32.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_s64.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_s8.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_u16.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_u32.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_u64.c | 18 +-
.../gcc.target/aarch64/sve2/acle/asm/xar_u8.c | 18 +-
gcc/testsuite/gcc.target/aarch64/vec-rot-exec.c | 101 ++++++++++
gcc/testsuite/gcc.target/aarch64/xar_neon_modes.c | 39 ++++
gcc/testsuite/gcc.target/aarch64/xar_v2di_nonsve.c | 16 ++
24 files changed, 827 insertions(+), 107 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/rot_to_bswap.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/rotate_xar_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/pr117048.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/pr117048_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vec-rot-exec.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/xar_neon_modes.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/xar_v2di_nonsve.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 55e32b3c682 Automatic date update in version.in
new 9247f052848 Fix AIX core dump while main thread exits.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/aix-thread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.