This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6fb033ac0e2 GFNI enabling [4/4]
new 68a8f795e6b Enable VBMI2 support [1/7]
new 50221fae802 Fix GFNI check which didn't work properly in gfni+sse case
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 | 20 ++++++++++++++++++++
gcc/common/config/i386/i386-common.c | 17 +++++++++++++++++
gcc/config/i386/cpuid.h | 1 +
gcc/config/i386/driver-i386.c | 7 +++++--
gcc/config/i386/gfniintrin.h | 4 ++--
gcc/config/i386/i386-c.c | 2 ++
gcc/config/i386/i386.c | 4 ++++
gcc/config/i386/i386.h | 2 ++
gcc/config/i386/i386.opt | 4 ++++
gcc/doc/invoke.texi | 16 +++++++++++-----
10 files changed, 68 insertions(+), 9 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 cb0def446ff [SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander
new 0761a60a588 [SelectionDAG] Use report_fatal_error instead of llvm_unrea [...]
new 7ddaab8764f [X86] Update TTI to report that v1iX/v1fX types aren't lega [...]
new 63a88618968 [IRCE] Fix SCEVExpander's usage in IRCE
The 3 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/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 12 +-
.../Scalar/InductiveRangeCheckElimination.cpp | 14 +++
test/CodeGen/X86/masked_gather_scatter.ll | 76 ++++++++++++
test/CodeGen/X86/masked_memop.ll | 80 ++++++++++++
test/Transforms/IRCE/bad_expander.ll | 135 +++++++++++++++++++++
6 files changed, 317 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/IRCE/bad_expander.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 6f71ee60374 * include/std/numeric (gcd): Fix typo.
new 6fb033ac0e2 GFNI enabling [4/4]
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 | 16 +++++
gcc/config/i386/gfniintrin.h | 75 ++++++++++++++++++++++
gcc/config/i386/i386-builtin-types.def | 1 +
gcc/config/i386/i386-builtin.def | 6 ++
gcc/config/i386/i386.c | 1 +
gcc/config/i386/sse.md | 17 +++++
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +-
gcc/testsuite/gcc.target/i386/avx-2.c | 2 +-
...12f-gf2p8affineqb-2.c => avx512f-gf2p8mulb-2.c} | 40 ++++++------
...vl-gf2p8affineqb-2.c => avx512vl-gf2p8mulb-2.c} | 4 +-
gcc/testsuite/gcc.target/i386/gfni-1.c | 6 ++
gcc/testsuite/gcc.target/i386/gfni-2.c | 12 ++++
gcc/testsuite/gcc.target/i386/gfni-3.c | 4 ++
gcc/testsuite/gcc.target/i386/gfni-4.c | 2 +
15 files changed, 174 insertions(+), 25 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512f-gf2p8affineqb-2.c => avx512f-gf2p8mulb [...]
copy gcc/testsuite/gcc.target/i386/{avx512vl-gf2p8affineqb-2.c => avx512vl-gf2p8mu [...]
--
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 79f3f9dbe More of P0600 - '[[nodiscard]] in the Library' mark empty() a [...]
new bc6989bcb More of P0600 - '[[nodiscard]] in the Library' mark empty() 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/experimental/filesystem | 3 ++-
.../class.path/path.member/path.decompose}/empty.fail.cpp | 8 ++++----
.../class.path/path.member/path.decompose/path.decompose.pass.cpp | 3 ++-
3 files changed, 8 insertions(+), 6 deletions(-)
copy test/std/{containers/associative/multiset => experimental/filesystem/class.pa [...]
--
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 74e1e117455 Fix thinko in last commit.
new cb0def446ff [SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander
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/Analysis/ScalarEvolutionExpander.h | 9 +++-
lib/Analysis/ScalarEvolutionExpander.cpp | 5 ++
unittests/Analysis/ScalarEvolutionTest.cpp | 71 +++++++++++++++++++++++++
3 files changed, 84 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 f240266fc98 Daily bump.
new 6f71ee60374 * include/std/numeric (gcd): Fix typo.
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:
libstdc++-v3/ChangeLog | 4 ++++
1 file changed, 4 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 compiler-rt.
from deab6967a [asan] Fallback to non-ifunc dynamic shadow on android<22.
new a4991e91c [libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac whil [...]
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/fuzzer/merge-sigusr.test | 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 libcxx.
from f1729d90b More of P0600 - '[[nodiscard]] in the Library' mark empty() a [...]
new 79f3f9dbe More of P0600 - '[[nodiscard]] in the Library' mark empty() 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/regex | 8 ++++----
.../multimap => re/re.results/re.results.size}/empty.fail.cpp | 11 +++++------
2 files changed, 9 insertions(+), 10 deletions(-)
copy test/std/{containers/associative/multimap => re/re.results/re.results.size}/e [...]
--
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 ea5836a7a6a Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wun [...]
new 74e1e117455 Fix thinko in last commit.
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/SIWholeQuadMode.cpp | 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 master
in repository llvm.
from 23c0fc74057 Fix APInt bit size in processDbgDeclares
new c9fbb168a99 Need to work around the gcc Wunused-function bug as far bac [...]
new ea5836a7a6a Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wun [...]
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/SIWholeQuadMode.cpp | 6 +++++-
lib/Target/Hexagon/HexagonConstExtenders.cpp | 4 +++-
unittests/Transforms/Scalar/LoopPassManagerTest.cpp | 6 +++---
3 files changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.