This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6683d81 Finish a comment + remove trailing whitespace. NFC
new c29e113 Revert "[profiling] Update test case to deal with name variab [...]
new 7a10348 [profiling] Update test cases to deal with name variable chan [...]
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:
test/CoverageMapping/unused_names.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 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-6-branch
in repository gcc.
from 4055ab9 PR target/79495 * config/i386/i386.md (*movxf_internal): Ad [...]
new 47b76a3 PR78273 fix count to work with partitioning function
new 8820935 PR78134 fix return types of heterogeneous lookup functions
new 1180e42 PR78702 fix accessibility of locale::facet::__shim
new ede2bd7 PR79114 use decayed type in std::throw_with_nested assertion
new ab951a0 PR69301 don't assume atomic<T> can default construct T
new 13c0c72 PR69321 fix any_cast<T>(any*) for non-copyable T
new 86619a1 PR72792 PR72793 relax requirements on rebind members
The 7 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 | 102 +++++++++++++++++++++
libstdc++-v3/include/bits/alloc_traits.h | 72 +++++++++------
libstdc++-v3/include/bits/locale_classes.h | 5 +-
libstdc++-v3/include/bits/ptr_traits.h | 15 +--
libstdc++-v3/include/bits/stl_map.h | 30 +++---
libstdc++-v3/include/bits/stl_multimap.h | 28 +++---
libstdc++-v3/include/bits/stl_multiset.h | 24 ++---
libstdc++-v3/include/bits/stl_set.h | 26 +++---
libstdc++-v3/include/experimental/any | 5 +-
libstdc++-v3/include/experimental/memory | 4 +-
libstdc++-v3/include/ext/pointer.h | 8 +-
libstdc++-v3/include/std/atomic | 36 ++++----
libstdc++-v3/include/std/type_traits | 6 --
libstdc++-v3/libsupc++/nested_exception.h | 2 +-
libstdc++-v3/src/c++11/cxx11-shim_facets.cc | 20 ++--
.../types_std.cc => nested_exception/79114.cc} | 13 +--
.../20_util/allocator_traits/members/pointers.cc | 52 +++++++++++
.../allocator_traits/members/rebind_alloc.cc | 81 ++++++++++++++++
.../testsuite/20_util/pointer_traits/rebind.cc | 68 ++++++++++++++
.../testsuite/23_containers/map/operations/2.cc | 49 +++++++++-
.../23_containers/multimap/operations/2.cc | 27 +++++-
.../23_containers/multiset/operations/2.cc | 27 +++++-
.../testsuite/23_containers/set/operations/2.cc | 50 +++++++++-
.../62154.cc => 29_atomics/atomic/69301.cc} | 48 +++++-----
.../testsuite/experimental/any/misc/any_cast.cc | 13 +++
25 files changed, 637 insertions(+), 174 deletions(-)
copy libstdc++-v3/testsuite/18_support/{headers/exception/types_std.cc => nested_e [...]
create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc
create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_ [...]
create mode 100644 libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc
copy libstdc++-v3/testsuite/{18_support/nested_exception/62154.cc => 29_atomics/at [...]
--
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 5c49cf1 Reapply r294532, reverted in r294787.
new 71648d0 Reformat slightly.
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/LexicalScopes.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 0c45fb1 [compiler-rt][asan|win] Fix flaky unittest due to large allocations
new efaaf0d Revert r295017 "Re-commit r294826 and r294781, with a fix on [...]
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:
cmake/config-ix.cmake | 2 +-
lib/xray/CMakeLists.txt | 6 --
lib/xray/xray_interface.cc | 2 -
lib/xray/xray_powerpc64.cc | 95 -------------------
lib/xray/xray_powerpc64.inc | 37 --------
lib/xray/xray_trampoline_powerpc64.S | 171 ----------------------------------
lib/xray/xray_trampoline_powerpc64.cc | 15 ---
lib/xray/xray_tsc.h | 2 -
8 files changed, 1 insertion(+), 329 deletions(-)
delete mode 100644 lib/xray/xray_powerpc64.cc
delete mode 100644 lib/xray/xray_powerpc64.inc
delete mode 100644 lib/xray/xray_trampoline_powerpc64.S
delete mode 100644 lib/xray/xray_trampoline_powerpc64.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 release_40
in repository compiler-rt.
from 142afa3 Merging r294886: -------------------------------------------- [...]
new edf7401 Merging r294806: -------------------------------------------- [...]
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/sanitizer_common/sanitizer_platform_limits_posix.cc | 7 +------
1 file changed, 1 insertion(+), 6 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 9d034c7 [profiling] Update test case to deal with name variable change (NFC)
new 6683d81 Finish a comment + remove trailing whitespace. 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:
include/clang/AST/DeclBase.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 release_40
in repository clang.
from bf0d36c Merging r294855: -------------------------------------------- [...]
new 77a08a4 Merging r294800: -------------------------------------------- [...]
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/AST/ExprConstant.cpp | 94 +++++++++++++++++++++++++----------------
test/CodeGen/object-size.c | 19 +++++++++
test/Sema/builtin-object-size.c | 15 +++++++
3 files changed, 91 insertions(+), 37 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 fc439f1 PR middle-end/61225 * gcc.target/i386/pr49095.c: Add -fno-s [...]
new 07bfa25 PR target/79481 * config/i386/avx512pfintrin.h (_mm512_pref [...]
new ffddf3a PR middle-end/79505 * omp-offload.c (free_oacc_loop): Relea [...]
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/config/i386/avx512pfintrin.h | 52 ++++++++++++++++++++++
gcc/omp-offload.c | 11 +----
gcc/testsuite/ChangeLog | 27 +++++++++++
.../gcc.target/i386/avx512pf-vgatherpf0dpd-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf0dps-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf0qpd-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf0qps-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf1dpd-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf1dps-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf1qpd-1.c | 3 +-
.../gcc.target/i386/avx512pf-vgatherpf1qps-1.c | 3 +-
gcc/testsuite/gcc.target/i386/sse-14.c | 12 ++++-
gcc/testsuite/gcc.target/i386/sse-22.c | 13 ++++--
14 files changed, 127 insertions(+), 23 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-6-branch
in repository gcc.
from 71938ca Replace XALLOCAVEC with XCNEWVEC (PR c/79471).
new 4055ab9 PR target/79495 * config/i386/i386.md (*movxf_internal): Ad [...]
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 | 15 ++++++++++-----
gcc/config/i386/i386.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 15 ++++++++++++---
gcc/testsuite/gcc.target/i386/pr49095.c | 7 +++----
gcc/testsuite/gcc.target/i386/pr79495.c | 11 +++++++++++
5 files changed, 43 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79495.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 llvm.
from a3d1bca Revert "[profiling] Remove dead profile name vars after emitt [...]
new 5c49cf1 Reapply r294532, reverted in r294787.
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/LiveDebugValues.cpp | 156 ++++++-
test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 468 +++++++++++++++++++++
2 files changed, 615 insertions(+), 9 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-spill.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.