This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c79d372 [gcc] 2016-08-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 00a7fcc Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from b887299 Backport from 2016-08-01 trunk r238948. PR target/72767 * [...]
new c8454ab Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 57149d3 Backport from 2016-08-01 trunk r238948. PR target/72767 * [...]
new c0f2101 Daily bump.
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/DATESTAMP | 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 dfdaec1 Fix some PowerPC VLE BFD issues and add some PowerPC [...]
new 80b476c 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-7.12-branch
in repository binutils-gdb.
from 7ff7283 Bump GDB version number to 7.11.90.DATE-git.
new 81d2f2e 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_27-branch
in repository binutils-gdb.
from 92ee2f0 Automatic date update in version.in
new 22eb86c 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 clang.
from 9bce81c [Order Files] Fixing an error in the perf-helper script
new 774347e Revert r276896 "Update Clang Parser test error message to mat [...]
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:
test/Parser/ms-inline-asm.c | 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 libcxx.
from d3ca982 atomics.align: XFAIL GCC
new 8842ea9 NFC: fix typo
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:
test/libcxx/test/config.py | 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 gcc.
from c6b4d6c Warn about mangled name change even if DECL_REALLY_EXTERN.
new c79d372 [gcc] 2016-08-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 34 +++++
gcc/config/rs6000/rs6000-c.c | 35 +++++
gcc/config/rs6000/rs6000.c | 53 ++++++-
gcc/config/rs6000/vsx.md | 162 +++++++++++++++++++--
gcc/testsuite/ChangeLog | 12 +-
gcc/testsuite/gcc.target/powerpc/vec-extract-5.c | 68 +++++++++
gcc/testsuite/gcc.target/powerpc/vec-extract-6.c | 68 +++++++++
.../powerpc/{vec-extract-3.c => vec-extract-7.c} | 30 +++-
.../powerpc/{vec-extract-3.c => vec-extract-8.c} | 30 +++-
gcc/testsuite/gcc.target/powerpc/vec-extract-9.c | 68 +++++++++
10 files changed, 531 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-extract-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-extract-6.c
copy gcc/testsuite/gcc.target/powerpc/{vec-extract-3.c => vec-extract-7.c} (63%)
copy gcc/testsuite/gcc.target/powerpc/{vec-extract-3.c => vec-extract-8.c} (66%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-extract-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.