This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3a98382e184 [Hexagon] Fix a latent problem with interpreting live-in la [...]
new 6e68f3381d6 Add missing #include for STLExtras
new 58bea371b9d [RDF] Refine propagation of reached uses in liveness computation
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:
.../llvm/Analysis/ScalarEvolutionNormalization.h | 1 +
lib/Target/Hexagon/RDFLiveness.cpp | 19 ++++++---
lib/Target/Hexagon/RDFRegisters.cpp | 46 ++++++++++++++++++++++
lib/Target/Hexagon/RDFRegisters.h | 3 ++
4 files changed, 64 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 edfd87d4812 Use range for
new 3a98382e184 [Hexagon] Fix a latent problem with interpreting live-in la [...]
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/Hexagon/HexagonBlockRanges.cpp | 12 +++++++-----
1 file changed, 7 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 c7e0860814f [Hexagon] Make a couple of passes compliant with -opt-bisect-limit
new cfd7f99b333 Remove NormalizeAutodetect; NFC
new fe33eb87105 Tighten the API for ScalarEvolutionNormalization
new b50ba92cd81 Add a unit test for SCEV Normalization
new 7fd520400d4 Simplify PostIncTransform further; NFC
new edfd87d4812 Use range for
The 5 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:
.../llvm/Analysis/ScalarEvolutionNormalization.h | 43 ++---
lib/Analysis/IVUsers.cpp | 78 +++++++--
lib/Analysis/ScalarEvolutionExpander.cpp | 3 +-
lib/Analysis/ScalarEvolutionNormalization.cpp | 176 +++++++--------------
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 13 +-
unittests/Analysis/ScalarEvolutionTest.cpp | 63 ++++++++
6 files changed, 210 insertions(+), 166 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 437675cc88 [X86][SSE] Update MOVNTDQA non-temporal loads to generic imp [...]
new 249076e75c Make Gentoo GNU GCC Config override whitespace tolerant
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/Driver/ToolChains/Gnu.cpp | 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 llvm.
from 99a634fdf11 [X86][SSE] Update MOVNTDQA non-temporal loads to generic im [...]
new c15f9695db7 [Bugpoint] Use boolean AND instead of bitwise AND (PR32660)
new c7e0860814f [Hexagon] Make a couple of passes compliant with -opt-bisect-limit
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/Hexagon/HexagonCopyToCombine.cpp | 2 ++
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 3 +++
tools/bugpoint/CrashDebugger.cpp | 2 +-
3 files changed, 6 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 693dd9f10c9 Fix missing virtual destructor to silence build warning.
new 99a634fdf11 [X86][SSE] Update MOVNTDQA non-temporal loads to generic im [...]
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/IR/IntrinsicsX86.td | 12 -------
lib/IR/AutoUpgrade.cpp | 17 +++++++++
lib/Target/X86/X86InstrAVX512.td | 9 ++---
lib/Target/X86/X86InstrSSE.td | 9 ++---
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 14 +++++++-
test/CodeGen/X86/avx2-intrinsics-x86.ll | 46 ++++++++----------------
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 11 ++++++
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 13 +++++++
8 files changed, 74 insertions(+), 57 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 ce7fdf6027 PR32280: Do not crash on nested initializers.
new 437675cc88 [X86][SSE] Update MOVNTDQA non-temporal loads to generic imp [...]
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/BuiltinsX86.def | 3 ---
lib/Headers/avx2intrin.h | 2 +-
lib/Headers/avx512fintrin.h | 2 +-
lib/Headers/smmintrin.h | 2 +-
test/CodeGen/avx2-builtins.c | 2 +-
test/CodeGen/avx512f-builtins.c | 2 +-
test/CodeGen/sse41-builtins.c | 2 +-
7 files changed, 6 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 clang-tools-extra.
from c8d83d69 [clang-tidy] Fixes to misc-forwarding-reference-overload check.
new 23b736da Silence -Wlogical-op-parentheses warning 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:
clang-tidy/misc/ForwardingReferenceOverloadCheck.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 7ad0e8bdbf3 [AMDGPU][MC] Corrected ds_write_src2_* to require one offse [...]
new ede58cd8441 Reorder StoreMergeCandidates to run faster. NFCI.
new 693dd9f10c9 Fix missing virtual destructor to silence build warning.
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:
include/llvm/MC/MCSubtargetInfo.h | 2 ++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 43 +++++++++++++++++---------------
2 files changed, 25 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.