This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 44e43a6 [GlobalISel] Fix AArch64 ICMP instruction selection
new 3c2073e [GlobalISel] Add support for switch statements
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/CodeGen/GlobalISel/IRTranslator.h | 6 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 39 ++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 69 ++++++++++++++++++++++
3 files changed, 110 insertions(+), 4 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 zorg.
from 45a34b0 [buildbot] switch CUDA buildbot to use CUDATestsuiteBuilder.
new 01e9fcd [zorg] Removing chromebooks from Linaro builders
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:
buildbot/osuosl/master/config/builders.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 030c24d [Test Commit] fixing some format issue in X86TTI to match cla [...]
new 44e43a6 [GlobalISel] Fix AArch64 ICMP instruction selection
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/AArch64/AArch64InstructionSelector.cpp | 10 +++++++---
test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir | 6 +++---
2 files changed, 10 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 clang.
from 73ac1c9 [AVR] Revert the functional part of r291083
new ec86be0 No canonical-prefixes match in avr-toolchain.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:
test/Driver/avr-toolchain.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 gcc.
from 2b1d59f S/390: Unroll mvc/xc loop for memset with small constant lengths.
new d044af2 S/390: Unroll mvc loop for memcpy with small constant lengths.
new a219b97 S/390: Additional memset/memcpy runtime tests.
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:
gcc/config/s390/s390.c | 21 ++++++-
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.target/s390/memcpy-1.c | 53 ++++++++++++++++++
gcc/testsuite/gcc.target/s390/memcpy-2.c | 94 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/memset-2.c | 92 +++++++++++++++++++++++++++++++
5 files changed, 266 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/memcpy-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/memcpy-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/memset-2.c
--
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 gcc-6-branch
in repository gcc.
from eb065f2 Daily bump.
new 1b1cb50 varasm: Propagate litpool decl alignment to generated RTX.
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/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/s390/litpool-str-1.c | 22 ++++++++++++++++++++++
gcc/varasm.c | 4 ++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/litpool-str-1.c
--
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 25d43b7 AVX-512: Optimized pattern for truncate with unsigned saturation.
new 030c24d [Test Commit] fixing some format issue in X86TTI to match cla [...]
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/X86TargetTransformInfo.cpp | 9 ++++++---
1 file changed, 6 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 gcc.
from 1e35a09 Do not sanitize in an abnormal context (PR sanitizer/78815).
new 4b6f12f S/390: memset: Avoid overlapping MVC operands between iterations.
new 2b1d59f S/390: Unroll mvc/xc loop for memset with small constant lengths.
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:
gcc/ChangeLog | 10 ++
gcc/config/s390/s390.c | 151 ++++++++++++++++++++-----------
gcc/testsuite/gcc.target/s390/memset-1.c | 134 +++++++++++++++++++++++++++
3 files changed, 242 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/memset-1.c
--
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 libcxx.
from 20f0c0f Get tests linking on Windows.
new 704ed27 Use C++11 static_assert in variant tests. Patch from Michael Park
new dceaa0e Add gcc-[56] clang-3.[678] to list of XFAILS for variant test [...]
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:
.../variant.variant/variant.assign/copy.pass.cpp | 31 +++++++++++-----------
.../variant.variant/variant.assign/move.pass.cpp | 28 +++++++++----------
.../variant.variant/variant.status/index.pass.cpp | 6 +++--
.../variant.status/valueless_by_exception.pass.cpp | 6 +++--
4 files changed, 38 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 binutils-gdb.
from c0386d4 Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.
new 0ae60c3 Prevent an abort in the FRV disassembler if the target bfd na [...]
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:
opcodes/ChangeLog | 8 ++++++++
opcodes/frv-desc.c | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.