This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40a6d15 [CodeGenPrep]Restructure promoting Ext to form ExtLoad
new 6082747 [PGO] Add omitted test cases.
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/Transforms/PGOProfile/memcpy.ll | 35 ++++++
test/tools/llvm-profdata/memop-size-prof.proftext | 123 ++++++++++++++++++++++
2 files changed, 158 insertions(+)
create mode 100644 test/Transforms/PGOProfile/memcpy.ll
create mode 100644 test/tools/llvm-profdata/memop-size-prof.proftext
--
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 b170d2e Use CPU_FEATURES_CPU_P to check if AVX is available
new 17f487b Further harden glibc malloc metadata against 1-byte overflows.
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 | 5 +++++
malloc/malloc.c | 2 ++
2 files changed, 7 insertions(+)
--
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 9178128 PR c++/78345 - ICE initializing array from lambda.
new e596bd6 Fix alignment bugs in std::codecvt_utf16
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 | 23 ++
libstdc++-v3/src/c++11/codecvt.cc | 392 ++++++++++++---------
.../22_locale/codecvt/codecvt_utf16/79980.cc | 27 ++
.../22_locale/codecvt/codecvt_utf16/misaligned.cc | 289 +++++++++++++++
4 files changed, 574 insertions(+), 157 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc
--
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 1681ba4 Backport "Print bug url for gcov-dump --help"
new 4ae5f9a Backport <codecvt> fixes from trunk
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 | 77 +++
libstdc++-v3/include/bits/locale_conv.h | 5 +-
libstdc++-v3/src/c++11/codecvt.cc | 606 ++++++++++++++-------
.../testsuite/22_locale/codecvt/char16_t.cc | 2 +-
.../22_locale/codecvt/codecvt_utf16/79980.cc | 142 +++++
.../22_locale/codecvt/codecvt_utf16/80041.cc | 87 +++
.../22_locale/codecvt/codecvt_utf16/members.cc | 81 +++
.../22_locale/codecvt/codecvt_utf16/misaligned.cc | 289 ++++++++++
.../22_locale/codecvt/codecvt_utf8/79980.cc | 94 ++++
.../22_locale/codecvt/codecvt_utf8/members.cc | 81 +++
.../codecvt/codecvt_utf8_utf16/79511.cc} | 39 +-
.../codecvt/codecvt_utf8_utf16/members.cc | 76 +++
12 files changed, 1348 insertions(+), 231 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => 22_locale/codecvt/codec [...]
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc
--
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 93b05c3 Backport "Print bug url for gcov-dump --help"
new f599980 Backport <codecvt> fixes from trunk
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 | 77 +++
libstdc++-v3/include/bits/locale_conv.h | 5 +-
libstdc++-v3/src/c++11/codecvt.cc | 606 ++++++++++++++-------
.../testsuite/22_locale/codecvt/char16_t.cc | 2 +-
.../22_locale/codecvt/codecvt_utf16/79980.cc | 142 +++++
.../22_locale/codecvt/codecvt_utf16/80041.cc | 87 +++
.../22_locale/codecvt/codecvt_utf16/members.cc | 81 +++
.../22_locale/codecvt/codecvt_utf16/misaligned.cc | 289 ++++++++++
.../22_locale/codecvt/codecvt_utf8/79980.cc | 94 ++++
.../22_locale/codecvt/codecvt_utf8/members.cc | 81 +++
.../codecvt/codecvt_utf8_utf16/79511.cc} | 41 +-
.../codecvt/codecvt_utf8_utf16/members.cc | 76 +++
12 files changed, 1349 insertions(+), 232 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => 22_locale/codecvt/codec [...]
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc
--
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 5edba1d [PGO] Value profile for size of memory intrinsic calls
new 40a6d15 [CodeGenPrep]Restructure promoting Ext to form ExtLoad
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/CodeGenPrepare.cpp | 215 ++++++++++++---------
.../AArch64/arm64-codegen-prepare-extload.ll | 15 +-
test/CodeGen/X86/codegen-prepare-extload.ll | 15 +-
3 files changed, 137 insertions(+), 108 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 0c2b7cd PR c++/80073 - C++17 ICE with virtual base.
new 07b45bb RISC-V documentation cleanups
new 9178128 PR c++/78345 - ICE initializing array from lambda.
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/ChangeLog | 11 +++++++++++
gcc/cp/ChangeLog | 4 ++++
gcc/cp/init.c | 17 +++++++++++++++++
gcc/doc/install.texi | 30 +++++++++++++++++++++++-------
gcc/testsuite/g++.dg/init/array48.C | 7 +++++++
gcc/testsuite/g++.dg/torture/pr70499.C | 2 +-
6 files changed, 63 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/array48.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 compiler-rt.
from 7e119a3 [XRay][compiler-rt] Add missing include to <string>
new 4fdab5b Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG i [...]
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/profile/InstrProfilingFile.c | 9 +++++++++
lib/profile/InstrProfilingUtil.c | 23 +++++++++++++++++++++++
lib/profile/InstrProfilingUtil.h | 8 ++++++++
3 files changed, 40 insertions(+)
--
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 20409ce Make alpha termios.h define IXANY unconditionally (bug 21259).
new b170d2e Use CPU_FEATURES_CPU_P to check if AVX is available
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 | 5 +++++
sysdeps/x86/cpu-features.c | 3 +--
2 files changed, 6 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 7a213a4 2017-03-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 0c2b7cd PR c++/80073 - C++17 ICE with virtual base.
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 | 5 +++++
gcc/cp/decl.c | 3 +++
gcc/testsuite/g++.dg/init/vbase2.C | 8 ++++++++
3 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/init/vbase2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.