This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 2187d5ac0 tsan: respect LDFLAGS when build Go test
new 3ed5043d1 [ubsan] Extract GetStackTraceWithPcBpAndContext similar to as [...]
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:
lib/ubsan/ubsan_diag.cc | 20 ++++++++++++--------
lib/ubsan/ubsan_diag.h | 4 ++++
2 files changed, 16 insertions(+), 8 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 gcc-7-branch
in repository gcc.
from 18412c43bb8 Daily bump.
new 3b7050a3864 Backport r249735
new 7c0a928872c Backport r250336
new 94fcdba3432 Backport r250951
new 3290fa191e9 Backport r251020
new 4cbd1240284 Backport r251406
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/ChangeLog | 26 +++++++++
gcc/ada/ChangeLog | 8 +++
gcc/ada/gcc-interface/trans.c | 2 +-
gcc/c-family/ChangeLog | 9 +++
gcc/c-family/c-attribs.c | 24 +++++++-
gcc/ipa-icf-gimple.c | 6 +-
gcc/ipa-visibility.c | 3 +-
gcc/testsuite/ChangeLog | 33 +++++++++++
.../c-c++-common/ubsan/float-cast-overflow-1.c | 3 +-
gcc/testsuite/g++.dg/other/pr81355.C | 14 +++++
gcc/testsuite/gcc.dg/ipa/pr81696.c | 26 +++++++++
gcc/testsuite/gcc.target/i386/pr81128.c | 65 ++++++++++++++++++++++
12 files changed, 212 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/pr81355.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr81696.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81128.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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 483b577 Toolchain sources: Add release notes for gcc-7-2017.08 snapshot.
new 76d6922 Toolchain sources: Add release notes for gcc-7-2017.09 snapshot.
new ef742a2 Toolchain sources: Add release notes for gcc-6-2017.09 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 6 +--
components/toolchain/gcc-linaro/7/README.textile | 55 ++++++++++++------------
2 files changed, 31 insertions(+), 30 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 1dc1d99a0e7 [SLPVectorizer] Failure to beneficially vectorize 'copyable [...]
new 79131591b63 Recommit "[RegAlloc] Make sure live-ranges reflect the stat [...]
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:
lib/CodeGen/RegAllocBasic.cpp | 5 ++++-
lib/CodeGen/RegAllocGreedy.cpp | 5 ++++-
2 files changed, 8 insertions(+), 2 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 gcc.
from b0fae5159d5 2017-09-15 Richard Biener <rguenther(a)suse.de>
new 0a5fd921a83 2017-09-15 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-decl.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pointer_array_9.f90 | 23 +++++++++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_9.f90
--
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 8fc0855334d Daily bump.
new b0fae5159d5 2017-09-15 Richard Biener <rguenther(a)suse.de>
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/graphite-scop-detection.c | 22 ++++++++++++++++++++--
2 files changed, 28 insertions(+), 2 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 37c3b169a5c [X86] PR32755 : Improvement in CodeGen instruction selectio [...]
new 72e6ac3761d [ORC] Fix a typo.
new 1dc1d99a0e7 [SLPVectorizer] Failure to beneficially vectorize 'copyable [...]
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:
lib/ExecutionEngine/Orc/OrcABISupport.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 459 ++++++++++++++-------
.../SLPVectorizer/X86/vect_copyable_in_binops.ll | 200 +++------
3 files changed, 386 insertions(+), 275 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 compiler-rt.
from 58f0da745 [sanitizer] Simplify checks in allow_user_segv.cc
new 2187d5ac0 tsan: respect LDFLAGS when build Go 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:
lib/tsan/go/buildgo.sh | 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 265689765 typeinfo: provide a partial implementation for Win32
new ca79c159d [libc++] Remove unnecessary struct tag
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:
include/typeinfo | 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 cc3e190059 Automatic date update in version.in
new 21d0a60620 Error when 32-bit ar tries to handle 4G or larger files
new 817b771134 Enable/disable various dirs in src-release.sh
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:
ChangeLog | 6 ++++++
bfd/ChangeLog | 6 ++++++
bfd/archive.c | 6 ++++++
src-release.sh | 14 ++++++++++++--
4 files changed, 30 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.