This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3c1f69b206d [AMDGPU] Remove FeatureVGPRSpilling
new 6bf883d664c [globalisel] Add comments indicating the operand order
new 30005234d7d [SelectionDAG] Handle constant range [0,1) in lowerRangeToA [...]
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:
include/llvm/Target/GenericOpcodes.td | 8 +++++++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 ++-
test/CodeGen/AMDGPU/zext-lid.ll | 26 ++++++++++++++++++------
3 files changed, 29 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 295ec5a2d0f PR libstdc++/87809 avoid invalid expressions in exception s [...]
adds d22e18447b7 Daily bump.
adds a605f57504a PR libstdc++/87822 fix layout change for nested std::pair
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/include/bits/stl_pair.h | 4 +-
libstdc++-v3/testsuite/20_util/pair/87822.cc | 64 ++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/87822.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 lldb.
from 1315fe5b6 [NFC] Fixed -Wsign-compare warning
new 2f4a58c40 Makefile.rules: Don't use code signing on macOS; it isn't necessary.
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 5 +++--
1 file changed, 3 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 lld.
from f00db1e4b [ELF] Fallback to sh_link=0 if neither .dynsym nor .symtab exists
new 09d74609c [WedAssembly] Add -s and -S alias for --strip-all and --strip-debug
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/wasm/{strip-debug.test => strip-all.test} | 6 +++++-
test/wasm/strip-debug.test | 4 ++++
wasm/Options.td | 2 ++
3 files changed, 11 insertions(+), 1 deletion(-)
copy test/wasm/{strip-debug.test => strip-all.test} (53%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from 295ec5a2d0f PR libstdc++/87809 avoid invalid expressions in exception s [...]
adds d22e18447b7 Daily bump.
adds a605f57504a PR libstdc++/87822 fix layout change for nested std::pair
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/include/bits/stl_pair.h | 4 +-
libstdc++-v3/testsuite/20_util/pair/87822.cc | 64 ++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/87822.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 clang-tools-extra.
from 764c3585 [clang-tidy] add missing '--' in RUN-line, unbreak buildbot
new a1e6c812 Implement the readability-const-return-type check.
new dcfce654 Removing a reliance on system headers from this test; NFC.
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:
clang-tidy/readability/CMakeLists.txt | 1 +
clang-tidy/readability/ConstReturnTypeCheck.cpp | 128 +++++++++++
clang-tidy/readability/ConstReturnTypeCheck.h | 35 +++
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
clang-tidy/utils/LexerUtils.cpp | 28 +++
clang-tidy/utils/LexerUtils.h | 8 +
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-const-return-type.rst | 26 +++
test/clang-tidy/readability-const-return-type.cpp | 234 +++++++++++++++++++++
10 files changed, 470 insertions(+)
create mode 100644 clang-tidy/readability/ConstReturnTypeCheck.cpp
create mode 100644 clang-tidy/readability/ConstReturnTypeCheck.h
create mode 100644 docs/clang-tidy/checks/readability-const-return-type.rst
create mode 100644 test/clang-tidy/readability-const-return-type.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.