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 78fb542 sancov.py: [Py3] Use sys.stdout.buffer for bytes.
new cf959bb Fix -Wsign-compare - this might not be quite right, but prese [...]
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/xray/xray_fdr_logging.cc | 4 +---
lib/xray/xray_inmemory_log.cc | 3 +--
2 files 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 ff0f1ca [X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 [...]
new cb61c32 The patch fixes r294821 Summary: Update register match for wi [...]
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/LoopStrengthReduce/X86/lsr-insns-1.ll | 6 +++---
test/Transforms/LoopStrengthReduce/X86/lsr-insns-2.ll | 6 +++---
2 files changed, 6 insertions(+), 6 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 049ef19 Address Mehdi's post-commit review comments on r294795.
new ff0f1ca [X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 [...]
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 | 23 ++-
test/CodeGen/X86/merge-consecutive-loads-256.ll | 4 +-
test/CodeGen/X86/nontemporal-loads.ll | 24 +--
test/CodeGen/X86/oddshuffles.ll | 6 +-
test/CodeGen/X86/psubus.ll | 46 ++---
test/CodeGen/X86/subvector-broadcast.ll | 2 +-
test/CodeGen/X86/unaligned-32-byte-memops.ll | 2 +-
test/CodeGen/X86/vec_fptrunc.ll | 4 +-
test/CodeGen/X86/vec_int_to_fp.ll | 4 +-
test/CodeGen/X86/vec_minmax_uint.ll | 40 ++---
test/CodeGen/X86/vector-bitreverse.ll | 16 +-
test/CodeGen/X86/vector-compare-results.ll | 16 +-
test/CodeGen/X86/vector-half-conversions.ll | 20 +--
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 4 +-
test/CodeGen/X86/vector-idiv-udiv-256.ll | 2 +-
test/CodeGen/X86/vector-lzcnt-256.ll | 48 ++---
test/CodeGen/X86/vector-popcnt-256.ll | 18 +-
test/CodeGen/X86/vector-trunc-math.ll | 112 ++++++------
test/CodeGen/X86/vector-trunc.ll | 20 +--
test/CodeGen/X86/viabs.ll | 4 +-
test/CodeGen/X86/vselect-minmax.ll | 224 ++++++++++++------------
test/CodeGen/X86/x86-interleaved-access.ll | 34 ++--
22 files changed, 350 insertions(+), 323 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 7124156 [clangd] Move isDone from the JSONOutput to ShutdownHandler.
new 6f50622 Fix memory leak by using unique_ptr
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:
modularize/CoverageChecker.cpp | 10 +++++-----
modularize/CoverageChecker.h | 7 +++----
modularize/ModularizeUtilities.cpp | 5 +++--
3 files changed, 11 insertions(+), 11 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 d46df28 Fix PR23384 (under "-lsr-insns-cost" option)
new 049ef19 Address Mehdi's post-commit review comments on r294795.
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/ModuleSummaryIndex.h | 82 +++++++++++++++++++++++-------------
lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++
2 files changed, 56 insertions(+), 30 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 6ea43f2 [ARM] Make f16 interleaved accesses expensive.
new d46df28 Fix PR23384 (under "-lsr-insns-cost" option)
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 | 61 ++++++++++++++++++++--
.../LoopStrengthReduce/X86/lsr-insns-1.ll | 52 ++++++++++++++++++
.../LoopStrengthReduce/X86/lsr-insns-2.ll | 58 ++++++++++++++++++++
3 files changed, 167 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/X86/lsr-insns-1.ll
create mode 100644 test/Transforms/LoopStrengthReduce/X86/lsr-insns-2.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 8cb75e5 Move test include file from include/ to Inputs/
new 068460e Update XFAIL line after r294781.
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/Driver/XRay/xray-instrument-cpu.c | 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 8b345aa [LSR] Recommit: Allow formula containing Reg for SCEVAddRecEx [...]
new 3b0192d [ARM] Unique some redundant CHECK lines. NFC.
new bd8e11d [ARM] Don't lower f16 interleaved accesses.
new 6ea43f2 [ARM] Make f16 interleaved accesses expensive.
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/Target/ARM/ARMISelLowering.cpp | 14 ++++
lib/Target/ARM/ARMTargetTransformInfo.cpp | 3 +-
.../InterleavedAccess/ARM/interleaved-accesses.ll | 84 +++++++++++-----------
.../LoopVectorize/ARM/interleaved_cost.ll | 31 ++++++++
4 files changed, 90 insertions(+), 42 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 lld.
from 1b7ee09 Relax tests a bit.
new 1979fc0 Create only one section symbol per section.
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/InputSection.cpp | 16 ++++++++++++
ELF/SyntheticSections.cpp | 12 +++++++--
ELF/Writer.cpp | 42 +++++++++++++++++++++++++-----
test/ELF/emit-relocs.s | 11 +-------
test/ELF/mips-sto-pic-flag.s | 4 +--
test/ELF/relocatable-bss.s | 2 +-
test/ELF/relocatable-section-symbol.s | 49 +++++++++++++++++++++++++++++++++++
7 files changed, 115 insertions(+), 21 deletions(-)
create mode 100644 test/ELF/relocatable-section-symbol.s
--
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 a700a60 [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
new 8b345aa [LSR] Recommit: Allow formula containing Reg for SCEVAddRecEx [...]
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 | 11 ++--
test/CodeGen/AArch64/eliminate-trunc.ll | 4 +-
test/CodeGen/X86/licm-nested.ll | 2 +-
.../LoopStrengthReduce/X86/nested-loop.ll | 65 ++++++++++++++++++++++
4 files changed, 73 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/X86/nested-loop.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.