This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e94c310357 x86-64: Optimize memcmp-avx2-movbe.S for short difference
new f21f59124d S390: Add new hwcap values for new cpu architecture - arch12.
new 23ea69a9d6 S390: Use cu41 instruction for converting from utf32 to utf8.
new 593e4da186 S390: Use cu42 instruction for converting from utf32 to utf16.
new f0137ff31d S390: Use cu24 instruction for converting from utf16 to utf32.
new a37b5daa6b S390: Use cu21 instruction for converting from utf16 to utf8.
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:
ChangeLog | 35 +++++
sysdeps/s390/dl-procinfo.c | 5 +-
sysdeps/s390/dl-procinfo.h | 5 +-
sysdeps/s390/multiarch/utf16-utf32-z9.c | 16 ++-
sysdeps/s390/multiarch/utf8-utf16-z9.c | 8 +-
sysdeps/s390/multiarch/utf8-utf32-z9.c | 8 +-
sysdeps/s390/utf16-utf32-z9.c | 220 +++++++++++++++++++++++++++++-
sysdeps/s390/utf8-utf16-z9.c | 117 ++++++++++++++++
sysdeps/s390/utf8-utf32-z9.c | 112 +++++++++++++++
sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 3 +
10 files changed, 512 insertions(+), 17 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 9d35abce5 [Sanitizers] 64 bit allocator respects allocator_may_return_n [...]
new aa207c168 [tsan] Add missing include directory for test unittests
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/tests/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 f001b87f14e 2017-06-27 Jerome Lambourg <lambourg(a)adacore.com>
new 2fbe1dc9462 PR libstdc++/81221 fix namespace qualification for parallel mode
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/bits/stl_algo.h | 5 +++--
.../cons/wchar_t/79162.cc => 25_algorithms/sample/81221.cc} | 11 +++--------
3 files changed, 13 insertions(+), 10 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t/79162.cc => 25_a [...]
--
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 962d3674b2d [mips] Add instruction aliases for ds(r|l)l.
new 383b68fd7f3 [LoopUnrollRuntime] Use SCEV exit count for calculating tri [...]
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/Transforms/Utils/LoopUnrollRuntime.cpp | 6 +++++-
1 file 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 clang.
from 2f35ace325 [clang-format] Fix a buildbot failure after r306406
new c18c00d569 [clang-format] Fix a clang-tidy warning, NFC
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/Format/NamespaceEndCommentsFixer.cpp | 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 b49bde75714 2017-06-27 Jerome Lambourg <lambourg(a)adacore.com> [...]
new f001b87f14e 2017-06-27 Jerome Lambourg <lambourg(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/ChangeLog | 6 ++++++
gcc/config/i386/vxworks.h | 4 +---
2 files changed, 7 insertions(+), 3 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 clang.
from ace84ec3ef [clang-format] Support <>-style proto message fields
new 2f35ace325 [clang-format] Fix a buildbot failure after r306406
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/Format/UnwrappedLineParser.cpp | 3 ++-
1 file changed, 2 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 clang.
from 7a2b284075 [analyzer] Move zero-size allocation checks to optin.portability.
new ace84ec3ef [clang-format] Support <>-style proto message fields
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/Format/ContinuationIndenter.cpp | 20 +++++-
lib/Format/FormatToken.h | 3 +-
lib/Format/TokenAnnotator.cpp | 25 +++++--
lib/Format/UnwrappedLineParser.cpp | 16 +++--
lib/Format/UnwrappedLineParser.h | 3 +-
unittests/Format/FormatTestProto.cpp | 136 +++++++++++++++++++++++++++++++++++
6 files changed, 188 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.