This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ae25760604b Conv-op identifers not in identifier hash table * lex.c ( [...]
new c53cd8cf0ea 2017-09-13 Nicolas Roche <roche(a)adacore.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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Make-lang.in | 24 +++++++++++++++---------
2 files changed, 20 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 hjl/pie/gcc-7-branch
in repository gcc.
discards 5c35f0f8646 Add -static-pie to GCC driver to create static PIE
new 8073f2567e2 Add -static-pie to GCC driver to create static PIE
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5c35f0f8646)
\
N -- N -- N refs/heads/hjl/pie/gcc-7-branch (8073f2567e2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config/i386/gnu-user64.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 llvm.
from ae7945dc893 [X86][FMA4] Test FMA4 commutation with repeated ops as well [...]
new 8a07ca89697 [X86][Skylake] Replacing -mcpu=skx by -mattr in a codegen t [...]
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/CodeGen/X86/avx512-gather-scatter-intrin.ll | 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 6d157e4ccf4 2017-09-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new ae25760604b Conv-op identifers not in identifier hash table * lex.c ( [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/lex.c | 68 +++++++++++++++++++++++++++-----------------------------
2 files changed, 37 insertions(+), 35 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 glibc.
from 620ff9eea6 Define and use libm_alias_double.
new 3ca622e4d6 posix: Fix compat glob code on s390 and alpha
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:
ChangeLog | 6 ++++++
sysdeps/unix/sysv/linux/alpha/Makefile | 4 ----
sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c | 2 ++
3 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/oldglob.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 b44d8617bc8 Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC. * cp [...]
new 6d157e4ccf4 2017-09-13 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg7.C | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg7.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 d10a1b958f1 2017-09-13 Eric Botcazou <ebotcazou(a)adacore.com>
new dc2584f6b53 Update aarch64/vmov_n_1.c
new b44d8617bc8 Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC. * cp [...]
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/cp/ChangeLog | 31 ++++++
gcc/cp/class.c | 10 +-
gcc/cp/cp-tree.h | 20 ++--
gcc/cp/name-lookup.c | 160 ++++++++++++++--------------
gcc/cp/name-lookup.h | 4 +-
gcc/cp/search.c | 8 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/aarch64/vmov_n_1.c | 27 +++--
8 files changed, 150 insertions(+), 114 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 llvm.
from b17d6db6fdf [X86][FMA] Added *213 fma instructions to scheduling tests
new ae7945dc893 [X86][FMA4] Test FMA4 commutation with repeated ops as well [...]
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/CodeGen/X86/fma-commute-x86.ll | 1184 ++++++++++++++++++++++++-----------
1 file changed, 812 insertions(+), 372 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 9f2815a079 Automatic date update in version.in
new f47432d4b9 elfxx-x86.h: Fix a typo in comments
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/ChangeLog | 4 ++++
bfd/elfxx-x86.h | 2 +-
2 files changed, 5 insertions(+), 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 llvm.
from 0a82c73f507 [MiSched|TableGen] : Tidy up and modernise. NFC.
new b17d6db6fdf [X86][FMA] Added *213 fma instructions to scheduling tests
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/CodeGen/X86/fma-schedule.ll | 1269 ++++++++++++++++++++++++++++++++++++++
1 file changed, 1269 insertions(+)
create mode 100644 test/CodeGen/X86/fma-schedule.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.