This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfa4520 [SLP] Fix for PR32036: Vectorized horizontal reduction return [...]
new 31d09e8 [ARM] GlobalISel: Lower call returns
new 34c1d56 [docs] Add information about how to checkout polly to getting [...]
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:
docs/GettingStarted.rst | 6 +++
lib/Target/ARM/ARMCallLowering.cpp | 63 ++++++++++++++++++++-----
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 60 +++++++++++++++--------
3 files changed, 98 insertions(+), 31 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 5e98318 [ARM] GlobalISel: Lower call parameters in regs
new bfa4520 [SLP] Fix for PR32036: Vectorized horizontal reduction return [...]
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/Vectorize/SLPVectorizer.cpp | 34 +++++++++++++---------
.../SLPVectorizer/X86/horizontal-list.ll | 10 ++++---
2 files changed, 27 insertions(+), 17 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 3876875 Use xfree rather than delete for varobj_iter
new 60abdbe Add support to readelf for displaying gnu attributes in archi [...]
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:
binutils/ChangeLog | 28 ++++++++++
binutils/readelf.c | 147 ++++++++++++++++++++++++++---------------------------
2 files changed, 99 insertions(+), 76 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 6f30b97 [X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and f [...]
new 5e98318 [ARM] GlobalISel: Lower call parameters in regs
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/ARM/ARMCallLowering.cpp | 54 ++++++++++++-----
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 77 +++++++++++++++++++++++++
2 files changed, 116 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 fd4603c [mips][ias] Further relax operands of certain assembly instructions
new 6f30b97 [X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and f [...]
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/X86FastISel.cpp | 9 +++++++--
lib/Target/X86/X86InstrInfo.cpp | 4 ----
test/CodeGen/X86/avx-cvt.ll | 3 ++-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 22 ----------------------
4 files changed, 9 insertions(+), 29 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 lldb.
from 90d1b1d Switch "posix" to the new log channel registration mechanism
new 11c7ad4 Switch "windows" log channel to the new registration mechanism
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:
.../Process/Windows/Common/ProcessWindowsLog.cpp | 144 ++-------------------
.../Process/Windows/Common/ProcessWindowsLog.h | 32 +----
2 files changed, 17 insertions(+), 159 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 compiler-rt.
from 809532d [Xray] fix building the runtime with GCC.
new 38d99a1 [xray] Unbreak unittest after r295967.
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/tests/unit/fdr_logging_test.cc | 4 ++--
1 file changed, 2 insertions(+), 2 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 compiler-rt.
from e257e18 Re-commit of r295318, which was reverted due to AArch64 flaki [...]
new 809532d [Xray] fix building the runtime with GCC.
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 | 30 ++++++++++++++++--------------
lib/xray/xray_fdr_logging.h | 9 +++++----
2 files changed, 21 insertions(+), 18 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 93418ee Fix assertion failure in ARMConstantIslandPass.
new fd4603c [mips][ias] Further relax operands of certain assembly instructions
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/AsmParser/MipsAsmParser.cpp | 51 ++++++++++++------
lib/Target/Mips/MicroMipsInstrInfo.td | 33 ++++++------
lib/Target/Mips/MipsInstrInfo.td | 80 ++++++++++++-----------------
test/MC/Mips/instalias-imm-expanding.s | 78 +++++++++++++++++++++++++++-
4 files changed, 161 insertions(+), 81 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.