This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 17e210d01a8 Fix PR23384 (part 2 of 3) NFC
new de1ece9ed16 [InlineSpiller] Don't spill fully undef values
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/InlineSpiller.cpp | 26 ++++++++++++--
test/CodeGen/AArch64/spill-undef.mir | 67 ++++++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/spill-undef.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 lld.
from dc1be3137 AMDGPU/LLD: Remove deprecated and unused elf definitions from tests
new 1540200bd Move clearOutputSections earlier.
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:
ELF/Writer.cpp | 13 ++++++-------
1 file changed, 6 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 83def7c6910 Remove double semicolon
new 17e210d01a8 Fix PR23384 (part 2 of 3) 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:
include/llvm/Analysis/TargetTransformInfo.h | 23 ++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 7 ++
include/llvm/CodeGen/BasicTTIImpl.h | 4 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 140 ++++++++++++------------
5 files changed, 106 insertions(+), 72 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 935971ba6b x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
new 48e7bc7a55 x86: Don't use dl_x86_cpu_features in cacheinfo.c
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 | 10 ++++++++++
sysdeps/x86/cacheinfo.c | 37 ++++++++++++++++++++++---------------
2 files changed, 32 insertions(+), 15 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 6764d4642c8 Remove some #include from StackProtector.h; NFC
new 83def7c6910 Remove double semicolon
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/RenameIndependentSubregs.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 de4b0d7fbb9 LSR: Calculate instruction cost only if InsnsCost is set to [...]
new 323e6e9ede2 RenameIndependentSubregs: Fix handling of undef tied operands
new 6764d4642c8 Remove some #include from StackProtector.h; NFC
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/CodeGen/StackProtector.h | 8 +--
lib/CodeGen/RenameIndependentSubregs.cpp | 5 ++
lib/CodeGen/StackProtector.cpp | 6 ++
...me-independent-subregs-invalid-mac-operands.mir | 69 ++++++++++++++++++++++
4 files changed, 82 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/rename-independent-subregs-invalid-mac-oper [...]
--
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 5191e5027ce [GlobalISel] IRTranslator: Add MachineMemOperand to target [...]
new de4b0d7fbb9 LSR: Calculate instruction cost only if InsnsCost is set to [...]
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/LoopStrengthReduce.cpp | 35 +++++++++++++++++-----------
1 file changed, 21 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 clang.
from a38ba9770a Fix memory leak exposed by r304726.
new 532a634d67 Fix crash when an 'import a module' TypoCorrection has its C [...]
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/SemaLookup.cpp | 13 ++++++-------
.../Inputs/crash-typo-correction-visibility/module.h | 1 +
.../crash-typo-correction-visibility/module.modulemap | 3 +++
test/Modules/crash-typo-correction-visibility.cpp | 10 ++++++++++
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 test/Modules/Inputs/crash-typo-correction-visibility/module.h
create mode 100644 test/Modules/Inputs/crash-typo-correction-visibility/module.modulemap
create mode 100644 test/Modules/crash-typo-correction-visibility.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 compiler-rt.
from d20e4ba84 Revert r304285, r304297.
new b36ffc36d [ASan] A speculative attempt to fix a flaky test on ppc64be.
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/asan/TestCases/Posix/halt_on_error-torture.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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 2c2bad997e3 test: fix hexagon build
new efcc38aeb35 [CodeView] Fix endianness bug.
new cc4a80a5665 [SelectionDAG] Update the dominator after splitting critica [...]
new 5191e5027ce [GlobalISel] IRTranslator: Add MachineMemOperand to target [...]
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/GlobalISel/IRTranslator.cpp | 15 +++++++++++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 13 ++++++----
lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp | 4 ++-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 12 +++++++++
test/CodeGen/X86/selectiondag-dominator.ll | 30 ++++++++++++++++++++++
5 files changed, 68 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/selectiondag-dominator.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.