This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from fb1c592cf4c9 Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub [...]
new 0238df646e62 Linux 4.19-rc7
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:
Makefile | 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 f681ac49ad8 [DAGCombiner] shorten code for bitcast+fabs fold; NFC
new 0620db49508 [DAGCombiner] allow undef elts in vector fabs/fneg matching
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
test/CodeGen/X86/fp-logic.ll | 10 ++++------
2 files changed, 5 insertions(+), 7 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 5edfe6ab5d1 [x86] add tests for FP logic folding for vectors with undefs; NFC
new f681ac49ad8 [DAGCombiner] shorten code for bitcast+fabs fold; 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 ++-----
1 file changed, 2 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 llvm.
from d827820a369 [clangd] NFC: Migrate to LLVM STLExtras API where possible
new 5edfe6ab5d1 [x86] add tests for FP logic folding for vectors with undefs; 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/fp-logic.ll | 26 ++++++++++++++++++++++++++
1 file changed, 26 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 d28883e6157 [InstSimplify] add vector test for fneg+fdiv; NFC
new d827820a369 [clangd] NFC: Migrate to LLVM STLExtras API where possible
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/ADT/STLExtras.h | 6 ++++++
1 file changed, 6 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-tools-extra.
from ffb1f50b Revert rL343916: Fix -Wmissing-braces warning. NFCI.
new 5ac9b612 [clangd] NFC: Migrate to LLVM STLExtras API where possible
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:
clangd/ClangdLSPServer.cpp | 3 +--
clangd/ClangdServer.cpp | 14 ++++++--------
clangd/CodeComplete.cpp | 26 ++++++++++++--------------
clangd/TUScheduler.cpp | 3 +--
clangd/XRefs.cpp | 18 ++++++++----------
clangd/index/CanonicalIncludes.cpp | 11 +++++------
clangd/index/FileIndex.cpp | 4 ++--
clangd/index/Index.cpp | 14 ++++++--------
clangd/index/Serialization.cpp | 2 +-
clangd/index/SymbolCollector.cpp | 3 +--
clangd/index/dex/Dex.cpp | 3 +--
clangd/index/dex/Iterator.cpp | 9 ++++-----
12 files changed, 48 insertions(+), 62 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 b1a2f9aee33 [SelectionDAG] Respect multiple uses in SimplifyDemandedBit [...]
new d28883e6157 [InstSimplify] add vector test for fneg+fdiv; 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/Transforms/InstSimplify/fast-math.ll | 48 ++++++++++++++++++++-----------
1 file changed, 32 insertions(+), 16 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 fd84d483ad7 [AARCH64][X86] Remove _nonsplat from test names
new b1a2f9aee33 [SelectionDAG] Respect multiple uses in SimplifyDemandedBit [...]
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/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 9 ++
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 5 ++
test/CodeGen/X86/pmul.ll | 113 ++++++++++++++----------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 28 +++++-
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 17 +++-
test/CodeGen/X86/vector-mul.ll | 56 ++++++------
test/CodeGen/X86/vector-trunc-math.ll | 57 +++++++-----
8 files changed, 183 insertions(+), 104 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 77c5e43bd2b [LegalizeVectorOps] Make ExpandStrictFPOp return the result [...]
new fd84d483ad7 [AARCH64][X86] Remove _nonsplat from test names
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/AArch64/urem-seteq-vec-nonsplat.ll | 24 ++++-----
test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 72 ++++++++++++-------------
2 files changed, 48 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 2e1904606dc [IAI,LV] Avoid creating interleave-groups for predicated accesse
new 77c5e43bd2b [LegalizeVectorOps] Make ExpandStrictFPOp return the result [...]
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/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.