This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80
in repository llvm.
from ef6469f13f2 Merging r351387, r351765, and r353374:
new 64b01a8d953 Merging r353463: ------------------------------------------ [...]
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/modules/CrossCompile.cmake | 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 llvm.
from 06d4d4cd593 [AMDGPU][MC][CODEOBJECT] Added predefined symbols to access [...]
new 4473e730491 AMDGPU/GlobalISel: Don't use a copy in addrspacecast lowering
new 2fdf6f97fff gn build: Merge r353471, r353373.
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +-
.../AMDGPU/GlobalISel/legalize-addrspacecast.mir | 72 +++++++++++-----------
.../secondary/clang/include/clang/Config/BUILD.gn | 1 -
.../clang/lib/StaticAnalyzer/Core/BUILD.gn | 5 +-
utils/gn/secondary/clang/test/BUILD.gn | 2 +-
.../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 1 +
utils/gn/secondary/llvm/lib/Support/BUILD.gn | 4 ++
.../llvm/lib/Transforms/InstCombine/BUILD.gn | 1 +
8 files changed, 45 insertions(+), 43 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-8-branch
in repository gcc.
from 3b921cd35b5 PR libstdc++/83511 add default argument to basic_string_vie [...]
new 63ed0b31fe7 PR libstdc++/88119 use alignof in std::alignment_of, not __ [...]
new 2c79261f358 PR libstdc++/89128 add deduction guides for container adaptors
new e725de28ae5 PR libstdc++/87308 adjust regex used in std::any pretty printer
new 7938f3c68f6 PR libstdc++/65229 fix pretty printer for std::bitset<0>
new fbafc87c877 PR libstdc++/87787 avoid undefined null args to memcpy and memmove
new 0c25a557fbc P0972R0 <chrono> zero(), min(), and max() should be noexcept
The 6 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 | 76 +++++++++++++
libstdc++-v3/include/bits/char_traits.h | 2 +
libstdc++-v3/include/bits/locale_facets.h | 12 ++-
libstdc++-v3/include/bits/stl_queue.h | 38 +++++++
libstdc++-v3/include/bits/stl_stack.h | 12 +++
libstdc++-v3/include/ext/aligned_buffer.h | 7 +-
libstdc++-v3/include/std/chrono | 16 +--
libstdc++-v3/include/std/type_traits | 2 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 15 ++-
.../testsuite/20_util/alignment_of/value.cc | 26 +++--
.../20_util/duration/requirements/noexcept.cc | 39 +++++++
.../20_util/time_point/requirements/noexcept.cc | 45 ++++++++
.../23_containers/priority_queue/deduction.cc | 119 +++++++++++++++++++++
.../testsuite/23_containers/queue/deduction.cc | 89 +++++++++++++++
.../testsuite/23_containers/stack/deduction.cc | 89 +++++++++++++++
.../testsuite/libstdc++-prettyprinters/simple.cc | 4 +
16 files changed, 560 insertions(+), 31 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
create mode 100644 libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/priority_queue/deduction.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/queue/deduction.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/stack/deduction.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 3a178e01c44 [AMDGPU] Fix DPP combiner
new 06d4d4cd593 [AMDGPU][MC][CODEOBJECT] Added predefined symbols to access [...]
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:
docs/AMDGPUUsage.rst | 20 ++++++++++++++++++--
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 4 ++++
test/MC/AMDGPU/hsa-v3.s | 14 ++++++++++----
3 files changed, 32 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 master
in repository gcc.
from e4157058215 S/390: Introduce jdd constraint
new 40d78a35bfe 2019-02-08 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 | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr89247.c | 13 ++++++++++++
gcc/tree-if-conv.c | 36 +++++++++++++++++++++++++++++-----
gcc/tree-if-conv.h | 2 +-
5 files changed, 61 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89247.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 clang-tools-extra.
from 2b0cff51 [clangd] Mention indexing in docs.
new 9bca318a [clangd] Fix an assertion in TypoCorrection.
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:
clangd/IncludeFixer.cpp | 13 +++++++------
unittests/clangd/DiagnosticsTests.cpp | 15 +++++++++++++++
2 files changed, 22 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 master
in repository glibc.
from 669ff911e2 nptl: Avoid fork handler lock for async-signal-safe fork [BZ [...]
new 144a794e0a tst-strftime2: Use array_length macros instead of magic numbers
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 +++++
time/tst-strftime2.c | 3 ++-
2 files changed, 7 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 gcc.
from 9160da73a1d 2019-02-08 Richard Biener <rguenther(a)suse.de>
new e4157058215 S/390: Introduce jdd constraint
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 | 4 ++++
gcc/config/s390/constraints.md | 17 +++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/s390/jump-label.c | 19 +++++++++++++++++++
4 files changed, 44 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/jump-label.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 gcc-8-branch
in repository gcc.
from 27b1d9db138 PR libstdc++/86910 fix filesystem::create_directories
new 38422151ca6 PR libstdc++/88084 - Implement LWG 2777
new 3b921cd35b5 PR libstdc++/83511 add default argument to basic_string_vie [...]
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:
libstdc++-v3/ChangeLog | 28 ++++++++++++++++++
libstdc++-v3/include/experimental/string_view | 2 +-
libstdc++-v3/include/std/string_view | 8 ++---
.../basic_string_view/operations/copy/char/2.cc} | 34 +++++++++++++++-------
.../operations/copy/wchar_t/2.cc} | 34 +++++++++++++++-------
.../operations/substr/char/83511.cc} | 20 +++++--------
.../operations/substr/wchar_t/83511.cc} | 20 +++++--------
.../empty.cc => operations/substr/char/83511.cc} | 29 +++++++++---------
.../substr/wchar_t/83511.cc} | 29 +++++++++---------
9 files changed, 125 insertions(+), 79 deletions(-)
copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 21_strin [...]
copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 21_strin [...]
copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 21_strin [...]
copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 21_strin [...]
copy libstdc++-v3/testsuite/experimental/string_view/{element_access/char/empty.cc [...]
copy libstdc++-v3/testsuite/experimental/string_view/{element_access/char/empty.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-8-branch
in repository gcc.
from 54abff70da5 * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepare [...]
new b27702ad968 PR libstdc++/89117 backport path::replace_extension("") fix
new 21d8a7728d3 Fix std::filesystem::absolute for empty paths
new 896e5940662 PR libstdc++/86595 add missing noexcept
new 90d6528bffa Apply resolution for LWG DR 3096
new 27b1d9db138 PR libstdc++/86910 fix filesystem::create_directories
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:
libstdc++-v3/ChangeLog | 51 +++++++++++++
libstdc++-v3/doc/xml/manual/intro.xml | 7 ++
libstdc++-v3/include/bits/fs_dir.h | 9 ++-
libstdc++-v3/src/filesystem/ops.cc | 32 +++++++--
libstdc++-v3/src/filesystem/std-ops.cc | 84 ++++++++++++++++------
libstdc++-v3/src/filesystem/std-path.cc | 9 ++-
.../27_io/filesystem/operations/absolute.cc | 6 +-
.../filesystem/operations/create_directories.cc | 51 +++++++++++++
.../27_io/filesystem/path/generation/relative.cc | 20 ++++++
.../filesystem/path/modifiers/replace_extension.cc | 9 +++
.../filesystem/operations/create_directories.cc | 52 ++++++++++++++
11 files changed, 297 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.