This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 554eb7d2e1e c++: Fix ICE with using and virtual function. [PR95719]
new 888814e91f7 rs6000: Add base support and types for defining MMA built-ins
new 7e3896a42d1 rs6000: Backport u8bit_cint_operand predicate
new 8e25bae5174 rs6000: Add MMA built-in function definitions and test cases
new c91e43e9363 Daily bump.
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/ChangeLog | 180 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/mma.md | 586 +++++++++++++++++++++++
gcc/config/rs6000/predicates.md | 10 +
gcc/config/rs6000/rs6000-builtin.def | 155 ++++++
gcc/config/rs6000/rs6000-c.c | 4 +
gcc/config/rs6000/rs6000-call.c | 505 ++++++++++++++++++-
gcc/config/rs6000/rs6000-cpus.def | 4 +-
gcc/config/rs6000/rs6000-modes.def | 10 +
gcc/config/rs6000/rs6000.c | 318 +++++++++++-
gcc/config/rs6000/rs6000.h | 53 +-
gcc/config/rs6000/rs6000.md | 6 +-
gcc/config/rs6000/rs6000.opt | 4 +
gcc/config/rs6000/t-rs6000 | 1 +
gcc/config/rs6000/vsx.md | 15 +
gcc/cp/ChangeLog | 9 +
gcc/doc/extend.texi | 95 ++++
gcc/doc/invoke.texi | 12 +-
gcc/testsuite/ChangeLog | 28 ++
gcc/testsuite/gcc.target/powerpc/mma-builtin-1.c | 313 ++++++++++++
gcc/testsuite/gcc.target/powerpc/mma-builtin-2.c | 72 +++
gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c | 31 ++
gcc/testsuite/gcc.target/powerpc/mma-builtin-4.c | 28 ++
gcc/testsuite/gcc.target/powerpc/mma-builtin-5.c | 31 ++
gcc/testsuite/gcc.target/powerpc/mma-builtin-6.c | 18 +
libstdc++-v3/ChangeLog | 29 ++
26 files changed, 2470 insertions(+), 49 deletions(-)
create mode 100644 gcc/config/rs6000/mma.md
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-6.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 gcc.
from ef6506e2369 outputs.exp: conditionals for split-dwarf and lto plugin
new 58b475a2233 [PATCH, PR target/94954] Fix wrong codegen for vec_pack_to_ [...]
new 2e546c261be Daily bump.
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:
contrib/ChangeLog | 5 +
gcc/ChangeLog | 176 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/altivec.h | 2 +-
gcc/config/rs6000/altivec.md | 34 ++++
gcc/config/rs6000/rs6000-builtin.def | 2 +
gcc/config/rs6000/rs6000-call.c | 2 +
gcc/config/rs6000/vsx.md | 10 ++
gcc/cp/ChangeLog | 24 +++
gcc/fortran/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 87 ++++++++++
.../gcc.target/powerpc/builtins-1-p9-runnable.c | 43 +++--
libgcc/ChangeLog | 13 ++
libstdc++-v3/ChangeLog | 20 +++
14 files changed, 415 insertions(+), 11 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 devel/autopar_devel
in repository gcc.
from 3fd18ee6041 Run ipa passes when split_outputs
new e778bf0fc6f Merge small partitions.
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/ChangeLog | 8 ++++
gcc/cgraphunit.c | 4 +-
gcc/lto-partition.c | 118 +++++++++++++++++++++++++++++++++++++++++++---------
3 files changed, 108 insertions(+), 22 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 master
in repository binutils-gdb.
from 727b7b18649 Sync config, include and libiberty with GCC
new 0a3eb8aeb37 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 binutils-2_34-branch
in repository binutils-gdb.
from 5a5ea842417 Automatic date update in version.in
new be07b199b0f Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-9-branch
in repository binutils-gdb.
from 4964e4f4e13 Automatic date update in version.in
new 811dc8c3c8f Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 221db974e65 W/ Clang, compile/link C++ test programs with "-x c++"
new 727b7b18649 Sync config, include and libiberty with GCC
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:
config/ChangeLog | 9 +
config/cet.m4 | 17 +-
include/ChangeLog | 14 +
include/filenames.h | 3 +-
include/libiberty.h | 7 +
libiberty/ChangeLog | 50 +++
libiberty/Makefile.in | 12 +-
libiberty/{bsearch.c => bsearch_r.c} | 18 +-
libiberty/configure | 12 +-
libiberty/d-demangle.c | 773 +++++++++++++++++++++-----------
libiberty/functions.texi | 21 +-
libiberty/testsuite/d-demangle-expected | 80 ++++
12 files changed, 729 insertions(+), 287 deletions(-)
copy libiberty/{bsearch.c => bsearch_r.c} (85%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.