This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1a43ebcad28 Revert "[SCCP] Manually fold branches on undef."
new a4bb1920beb [X86] Add VSHUFF32X4 and similar instructions to load foldi [...]
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/X86InstrInfo.cpp | 24 ++++++++++++
test/CodeGen/X86/stack-folding-fp-avx512.ll | 52 ++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 21 +++++++++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 52 ++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 21 +++++++++++
5 files changed, 170 insertions(+)
--
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 e32471d4a5 Fix a couple of wrong self-comparison diagnostics.
new 275c00020c Remove bogus check for template specialization from self-com [...]
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/Sema/SemaExpr.cpp | 15 ++-------------
test/SemaCXX/self-comparison.cpp | 17 ++++++++++++++++-
2 files changed, 18 insertions(+), 14 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 16819e6bda3 [SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()).
new 1a43ebcad28 Revert "[SCCP] Manually fold branches on undef."
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/Transforms/Scalar/SCCP.cpp | 29 +++--------------------------
1 file changed, 3 insertions(+), 26 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 14e7dfb47e Add tests for three-way self- and array comparison.
new e32471d4a5 Fix a couple of wrong self-comparison 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:
lib/Sema/SemaExpr.cpp | 8 ++++----
test/Sema/self-comparison.c | 5 +++++
test/SemaCXX/self-comparison.cpp | 4 ++++
3 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 846e3cad7f8 [X86] Revert accidental change to CMakeLists.txt in r321952
new 16819e6bda3 [SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()).
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/Transforms/Vectorize/SLPVectorizer.cpp | 32 +++--
.../SLPVectorizer/X86/visit-dominated.ll | 153 ---------------------
2 files changed, 23 insertions(+), 162 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.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 clang.
from c29d978c52 Factor out common tautological comparison code from scalar a [...]
new 14e7dfb47e Add tests for three-way self- and array comparison.
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/SemaCXX/compare-cxx2a.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 2f89030695 Remove outdated doxygen comment [-Wdocumentation]
new c29d978c52 Factor out common tautological comparison code from scalar a [...]
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/Basic/DiagnosticSemaKinds.td | 2 +-
include/clang/Sema/Sema.h | 3 +-
lib/Sema/SemaExpr.cpp | 207 +++++++++++++++--------------
test/Sema/ext_vector_comparisons.c | 12 +-
4 files changed, 119 insertions(+), 105 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 200fc24b9d hurd: Fix pwritev*
new c2e014cc33 getrlimit64: fix for 32-bit configurations with default vers [...]
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 | 7 +++++++
sysdeps/unix/sysv/linux/getrlimit64.c | 3 +++
2 files changed, 10 insertions(+)
--
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 c0e1332bdb2 X86 Tests: Add Tests for PMADDWD selection. NFC.
new 846e3cad7f8 [X86] Revert accidental change to CMakeLists.txt in r321952
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/CMakeLists.txt | 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 llvm.
from dfa1e7c2672 [DAG] Fix for Bug PR34620 - Allow SimplifyDemandedBits to l [...]
new c0e1332bdb2 X86 Tests: Add Tests for PMADDWD selection. 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:
test/CodeGen/X86/madd.ll | 472 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 373 insertions(+), 99 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.