This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 3df1df1 test/hard_link_count(): Fix test on darwin
new 02e94f8 std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
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/iterator | 16 +++----
.../iterators/iterator.range/begin-end.fail.cpp | 51 ++++++++++++++++++++++
2 files changed, 59 insertions(+), 8 deletions(-)
create mode 100644 test/std/iterators/iterator.range/begin-end.fail.cpp
--
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 7616e5d AMDGPU: s_setpc_b64 should be an indirect branch
new 9715a2d Fix UB in APInt::ashr
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/Support/APInt.cpp | 6 +-----
unittests/ADT/APIntTest.cpp | 5 +++++
2 files changed, 6 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 master
in repository clang-tools-extra.
from eef43f8 [Documentation] Highlighting consistency and spelling mistake [...]
new a79c569 [Documentation] Fix style and grammar mistake in Clang-tidy r [...]
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/clang-tidy/checks/readability-else-after-return.rst | 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 ibm/2.24/master
in repository glibc.
at ea23815 Update from Translation Project.
No new revisions were added by this update.
--
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 a9d5cfb AMDGPU: Set sizes on control flow pseudos
new 7616e5d AMDGPU: s_setpc_b64 should be an indirect branch
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/Target/AMDGPU/SIInstructions.td | 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 llvm.
from 944f969 [x86, AVX] allow FP vector select folding to bitwise logic op [...]
new d3396f4 [sancov] Run more sancov tests on non-x86-Linux machines
new 898f0e0 AMDGPU: Use CreateStackObject instead of CreateSpillStackObject
new 34c6b12 AMDGPU: Change insertion point of si_mask_branch
new 0576028 AMDGPU: Remove unnecessary cast
new 054b698 AMDGPU: Remove empty file comment
new a9d5cfb AMDGPU: Set sizes on control flow pseudos
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:
lib/Target/AMDGPU/AMDGPUMCInstLower.h | 1 -
lib/Target/AMDGPU/SIFrameLowering.cpp | 4 +--
lib/Target/AMDGPU/SIInstrInfo.cpp | 6 ++---
lib/Target/AMDGPU/SIInstructions.td | 30 ++++++++++++++--------
lib/Target/AMDGPU/SILowerControlFlow.cpp | 27 +++++++++++--------
test/CodeGen/AMDGPU/convergent-inlineasm.ll | 10 +++++---
test/CodeGen/AMDGPU/skip-if-dead.ll | 11 +++++---
.../AMDGPU/uniform-loop-inside-nonuniform.ll | 14 +++++++---
test/CodeGen/AMDGPU/valu-i1.ll | 10 ++++----
test/CodeGen/AMDGPU/wqm.ll | 2 +-
test/lit.cfg | 3 +++
test/tools/sancov/print.test | 2 +-
test/tools/sancov/print_coverage_pcs.test | 2 +-
test/tools/sancov/stats.test | 2 +-
14 files changed, 76 insertions(+), 48 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 llvm.
from be7124c LiveIntervalAnalysis: fix a crash in repairOldRegInRange
new 9c0625f [IndVarSimplify] Eliminate zext of a signed IV when the IV is [...]
new 944f969 [x86, AVX] allow FP vector select folding to bitwise logic op [...]
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/X86/X86ISelLowering.cpp | 14 ++--
lib/Transforms/Scalar/IndVarSimplify.cpp | 9 ++-
test/CodeGen/X86/avx512-cvt.ll | 7 +-
test/CodeGen/X86/select-with-and-or.ll | 27 +++----
.../Transforms/IndVarSimplify/iv-widen-elim-ext.ll | 82 ++++++++++++++++++++++
5 files changed, 110 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/iv-widen-elim-ext.ll
--
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 c40a8d0 * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
new 729f883 compiler: annotate or fix fall through cases in switch st [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 2 ++
gcc/go/gofrontend/expressions.cc | 1 +
3 files changed, 4 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.
ryan.arnold pushed a change to branch ryan_arnold/release_notes
in repository toolchain/tcwg-release-tools.
was dc92646 Old rngen script being backed up 'just-in-case'.
This change permanently discards the following revisions:
discards dc92646 Old rngen script being backed up 'just-in-case'.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.