This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b0c59ab Fix "not all control paths return a value" warning on MSVC
new e50b5c5 [ARM] Use member initializers in ARMSubtarget. NFCI
new 9040edc Removed duplicate assertions note
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/ARM/ARMSubtarget.cpp | 31 +-----
lib/Target/ARM/ARMSubtarget.h | 150 +++++++++++++++---------------
test/CodeGen/X86/vector-shuffle-128-v2.ll | 1 -
3 files changed, 78 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 3334c59 Use the isPositionIndependent predicate. NFC.
new 7a6104f Simplify getLabelAccessInfo.
new b0c59ab Fix "not all control paths return a value" warning on MSVC
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/AMDGPUInstrInfo.cpp | 2 ++
lib/Target/PowerPC/PPCISelLowering.cpp | 43 +++++++++++++++-------------------
2 files changed, 21 insertions(+), 24 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 706f4ac Add an explanation on how mips is special in here.
new 3334c59 Use the isPositionIndependent predicate. 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/Target/Mips/MipsISelLowering.cpp | 12 ++++++------
1 file 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 binutils-gdb.
from c9301e3 PR 19264 looping in ppc64_elf_size_stubs
new 2edb36e Add command line option to stop the assembler from padding th [...]
new 95daf21 oops - omitted from previous delta
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:
gas/ChangeLog | 15 +++++++++++++++
gas/NEWS | 3 +++
gas/as.c | 10 +++++++++-
gas/as.h | 6 ++++--
gas/doc/as.texinfo | 18 +++++++++++++++++-
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/section11.d | 13 +++++++++++++
gas/testsuite/gas/elf/section11.s | 14 ++++++++++++++
gas/write.c | 10 ++++++++--
9 files changed, 84 insertions(+), 6 deletions(-)
create mode 100644 gas/testsuite/gas/elf/section11.d
create mode 100644 gas/testsuite/gas/elf/section11.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 8430ca2 [IRBuilder] Drop unused CreateInvoke overloads.
new 706f4ac Add an explanation on how mips is special in here.
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/Mips/MipsISelLowering.cpp | 11 +++++++++++
1 file changed, 11 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 lldb.
from 0a5954c Allow unaligned byte/word selection watchpoints for arm- linu [...]
new c9470cc Improve watchpoint error reporting specially for arm/aarch64 targets
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:
.../Linux/NativeRegisterContextLinux_arm.cpp | 2 +-
.../Linux/NativeRegisterContextLinux_arm64.cpp | 2 +-
source/Target/Target.cpp | 22 +++++++++++-----------
3 files changed, 13 insertions(+), 13 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 98cea81 Removed extra test from the prev commit.
new 8f7d823 [msan] Tighten up type in StoreList. NFC.
new 8430ca2 [IRBuilder] Drop unused CreateInvoke overloads.
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/IR/IRBuilder.h | 22 ++----------------
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 26 +++++++++++-----------
2 files changed, 15 insertions(+), 33 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 1abadbf Fixed consecutive memory access detection in Loop Vectorizer. [...]
new 98cea81 Removed extra test from the prev 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:
test/Transforms/LoopVectorize/consec_no_gep2.ll | 34 -------------------------
1 file changed, 34 deletions(-)
delete mode 100644 test/Transforms/LoopVectorize/consec_no_gep2.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 0c34823 Daily bump.
new 584757b [ARM][testsuite] Add missing guards to fp16 AdvSIMD tests
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/testsuite/ChangeLog | 22 +++++++++
.../aarch64/advsimd-intrinsics/vget_lane.c | 2 +
.../advsimd-intrinsics/vld2_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vld2q_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vld3_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vld3q_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vld4_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vld4q_lane_f16_indices_1.c | 1 +
.../aarch64/advsimd-intrinsics/vreinterpret.c | 52 +++++++++++++++++++++-
.../aarch64/advsimd-intrinsics/vreinterpret_p128.c | 6 +++
.../aarch64/advsimd-intrinsics/vreinterpret_p64.c | 10 +++++
.../advsimd-intrinsics/vst2_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vst2q_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vst3_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vst3q_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vst4_lane_f16_indices_1.c | 1 +
.../advsimd-intrinsics/vst4q_lane_f16_indices_1.c | 1 +
.../aarch64/advsimd-intrinsics/vstX_lane.c | 6 +++
18 files changed, 109 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 c4cd97e SIMachineFunctionInfo.cpp: Appease msc18 to use std::array.
new 1abadbf Fixed consecutive memory access detection in Loop Vectorizer. [...]
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/LoopAccessAnalysis.h | 4 +-
lib/Analysis/LoopAccessAnalysis.cpp | 8 +--
lib/Transforms/Vectorize/LoopVectorize.cpp | 93 +++----------------------
test/Transforms/LoopVectorize/consec_no_gep.ll | 43 ++++++++++++
test/Transforms/LoopVectorize/consec_no_gep2.ll | 34 +++++++++
test/Transforms/LoopVectorize/ptr-induction.ll | 1 +
6 files changed, 93 insertions(+), 90 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/consec_no_gep.ll
create mode 100644 test/Transforms/LoopVectorize/consec_no_gep2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.