This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5eeb34e4eee [CostModel][X86] Fix v32i16/v64i8 SETCC costs on AVX512BW targets
new 8ba0797e367 [CostModel][X86] Regenerate silvermont (and added goldmont) [...]
new 43dba22c379 [CostModel][X86] Regenerate vector integer truncation cost [...]
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/Analysis/CostModel/X86/slm-arith-costs.ll | 403 ++++++++++++++++++++++---
test/Analysis/CostModel/X86/trunc.ll | 309 +++++++++++--------
2 files changed, 548 insertions(+), 164 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 d5e5cebeaec [CostModel][X86] Regenerate vector comparison cost tests wi [...]
new 5eeb34e4eee [CostModel][X86] Fix v32i16/v64i8 SETCC costs on AVX512BW targets
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/X86/X86TargetTransformInfo.cpp | 9 +++++++++
test/Analysis/CostModel/X86/cmp.ll | 8 ++++----
2 files changed, 13 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 llvm.
from 55e0cda310e [llvm-exegesis] Fix unused return value warning and add a u [...]
new d5e5cebeaec [CostModel][X86] Regenerate vector comparison cost tests wi [...]
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/Analysis/CostModel/X86/cmp.ll | 423 +++++++++++++++++++++++++------------
1 file changed, 286 insertions(+), 137 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 f6621a4e4b9 Reapply ARM: Do not spill CSR to stack on entry to noreturn [...]
new 55e0cda310e [llvm-exegesis] Fix unused return value warning and add a u [...]
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:
tools/llvm-exegesis/lib/PerfHelper.cpp | 4 +++-
1 file changed, 3 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 clang-tools-extra.
from f74dc851 [clang-tidy] One more fix compilation for ParentVirtualCallCh [...]
new ef5cc8ef [clang-tidy] Fix compilation for MSVS@PSP4 for ParentVirtualC [...]
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:
clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 15 +++++++--------
1 file changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from caf278b510a [NDS32] Clean up nds32.h.
new 61cb42dd362 [NDS32] Support dwarf exception handling.
new a89ed7ac3b3 PR tree-optimization/80021 * tree.c (verify_type_variant) [...]
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 | 29 +++++++
gcc/config/nds32/constants.md | 1 +
gcc/config/nds32/nds32-md-auxiliary.c | 38 +++++++++
gcc/config/nds32/nds32-protos.h | 1 +
gcc/config/nds32/nds32.c | 140 +++++++++++++++++++++++++++++++---
gcc/config/nds32/nds32.h | 23 ++++++
gcc/config/nds32/nds32.md | 63 +++++++++++++++
gcc/tree.c | 2 +-
8 files changed, 287 insertions(+), 10 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 93f67358758 [InstCombine] Get rid of select of bittest (PR36950 / PR17564)
new f6621a4e4b9 Reapply ARM: Do not spill CSR to stack on entry to noreturn [...]
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/llvm/CodeGen/TargetFrameLowering.h | 4 ++
lib/CodeGen/TargetFrameLoweringImpl.cpp | 20 +++++++
lib/Target/ARM/ARMFrameLowering.cpp | 12 +++++
lib/Target/ARM/ARMFrameLowering.h | 2 +
test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 4 +-
test/CodeGen/ARM/arm-shrink-wrapping.ll | 2 +-
test/CodeGen/ARM/noreturn-csr-skip.mir | 65 +++++++++++++++++++++++
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 2 +-
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 2 +-
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll | 10 ++--
test/CodeGen/X86/x86-shrink-wrapping.ll | 2 +-
11 files changed, 114 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/ARM/noreturn-csr-skip.mir
--
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 5e1e76a124 Sort source lists in lib/StaticAnalyzer.
new 5b426516f5 [Sema] Extend -Wself-assign and -Wself-assign-field to warn [...]
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/ReleaseNotes.rst | 6 +
lib/Sema/SemaExpr.cpp | 48 +++++-
test/SemaCXX/member-init.cpp | 2 +-
test/SemaCXX/warn-self-assign-builtin.cpp | 67 +++++++++
test/SemaCXX/warn-self-assign-field-builtin.cpp | 117 +++++++++++++++
test/SemaCXX/warn-self-assign-field-overloaded.cpp | 162 +++++++++++++++++++++
test/SemaCXX/warn-self-assign-overloaded.cpp | 109 ++++++++++++++
test/SemaCXX/warn-self-assign.cpp | 50 -------
8 files changed, 505 insertions(+), 56 deletions(-)
create mode 100644 test/SemaCXX/warn-self-assign-builtin.cpp
create mode 100644 test/SemaCXX/warn-self-assign-field-builtin.cpp
create mode 100644 test/SemaCXX/warn-self-assign-field-overloaded.cpp
create mode 100644 test/SemaCXX/warn-self-assign-overloaded.cpp
delete mode 100644 test/SemaCXX/warn-self-assign.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 6df5bfeecd3 Fix stack-use-after-scope in test previously hidden by -fme [...]
new 6bc5d6199da [unittests] ADT: silence -Wself-assign diagnostics
new 93f67358758 [InstCombine] Get rid of select of bittest (PR36950 / PR17564)
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/Transforms/InstCombine/InstCombineSelect.cpp | 49 +++++++
test/Transforms/InstCombine/select-of-bittest.ll | 155 ++++++++++-------------
unittests/ADT/DenseMapTest.cpp | 4 +-
unittests/ADT/SmallPtrSetTest.cpp | 4 +-
unittests/ADT/SparseBitVectorTest.cpp | 2 +-
5 files changed, 123 insertions(+), 91 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 libcxx.
from f466f6933 Use void() to create a void expression type
new 862878bc3 [libcxx][test] Silence -Wself-assign diagnostics
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/std/utilities/any/any.class/any.assign/copy.pass.cpp | 6 +++---
.../func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.