This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 20c0e16 [InstCombine] Do not exercise nested max/min pattern on abs
new 70dcac1 [X86][SSE] Added SSE41 shuffle combining test file.
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/CodeGen/X86/vector-shuffle-combining-sse41.ll | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 test/CodeGen/X86/vector-shuffle-combining-sse41.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 lld.
from e508c1a [ELF] - Make ASSERT() return Dot instead of evaluated value.
new a438f8b [ELF] - Improve diagnostic messages for move location counter [...]
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/LinkerScript.cpp | 14 ++++++++------
ELF/LinkerScript.h | 9 ++++++---
test/ELF/linkerscript/locationcountererr.s | 6 ++++--
test/ELF/linkerscript/locationcountererr2.s | 5 +++--
test/ELF/linkerscript/out-of-order.s | 2 +-
5 files changed, 22 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 llvm.
from 253f60a [AVX512] Fix EXTRACT_VECTOR_ELT for v2i1/v4i1/v32i1/v64i1 wit [...]
new 20c0e16 [InstCombine] Do not exercise nested max/min pattern on abs
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/InstCombine/InstCombineSelect.cpp | 4 +++-
test/Transforms/InstCombine/max-of-nots.ll | 22 ++++++++++++++++++++++
2 files changed, 25 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 gcc.
from 9b81b48c [PR 79579] Avoid segfault on NULL ipa_edge_args_vector
new a48b977 PR target/79494 * config/i386/i386.c (ix86_expand_split_sta [...]
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 | 9 +++++++++
gcc/config/i386/i386.c | 2 ++
gcc/config/rs6000/rs6000.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79494.c | 22 ++++++++++++++++++++++
5 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr79494.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 binutils-gdb.
from a51d7ec Fix test names starting with uppercase in gdb.arch/ppc64-atom [...]
new 2039d74 [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support
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:
gdb/ChangeLog | 11 +++
gdb/rs6000-tdep.c | 53 +++++++----
gdb/testsuite/ChangeLog | 8 ++
gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.S | 100 +++++++++++++++++++++
.../{ppc-dfp.c => ppc64-isa207-atomic-inst.c} | 22 ++---
.../gdb.arch/ppc64-isa207-atomic-inst.exp | 99 ++++++++++++++++++++
6 files changed, 262 insertions(+), 31 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.S
copy gdb/testsuite/gdb.arch/{ppc-dfp.c => ppc64-isa207-atomic-inst.c} (71%)
create mode 100644 gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp
--
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 9e606c1 [SLP] Tests for shuffle/blending operations.
new 253f60a [AVX512] Fix EXTRACT_VECTOR_ELT for v2i1/v4i1/v32i1/v64i1 wit [...]
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/X86ISelLowering.cpp | 10 +-
test/CodeGen/X86/avx512-insert-extract.ll | 223 +++++++++++++++++++++++++++
test/CodeGen/X86/avx512-insert-extract_i1.ll | 36 +++++
3 files changed, 266 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-insert-extract_i1.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 binutils-gdb.
from 4651978 Fix compile time warning message in linker testsuite test.
new a51d7ec Fix test names starting with uppercase in gdb.arch/ppc64-atom [...]
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 12 ++++++------
2 files changed, 11 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 gcc.
from c6e4ffc Revert r245598
new afdf4bf [PATCH] Properly deprecate -fipa-cp-alignment
new 9b81b48c [PR 79579] Avoid segfault on NULL ipa_edge_args_vector
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 | 13 +++++++++++++
gcc/common.opt | 4 ++--
gcc/doc/invoke.texi | 12 +-----------
gcc/ipa-prop.c | 2 +-
4 files changed, 17 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 llvm.
from c247010 [ARM] GlobalISel: Lower calls to void() functions
new 9e606c1 [SLP] Tests for shuffle/blending operations.
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:
.../SLPVectorizer/X86/blending-shuffle.ll | 167 +++++++++++++++++++++
1 file changed, 167 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/blending-shuffle.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 glibc.
from 24b2a1b Remove some unused libm-test exception macros.
new 0b38d66 Bug 20313: Update to Unicode 9.0.0
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 | 6 +
NEWS | 4 +-
include/stdc-predef.h | 10 +-
localedata/ChangeLog | 16 +
localedata/charmaps/UTF-8 | 1670 +++++++++++++-
localedata/locales/i18n | 2616 ++++++++++++----------
localedata/locales/tr_TR | 2616 ++++++++++++----------
localedata/locales/translit_circle | 2 +-
localedata/locales/translit_cjk_compat | 4 +-
localedata/locales/translit_combining | 262 ++-
localedata/locales/translit_compat | 2 +-
localedata/locales/translit_font | 2 +-
localedata/locales/translit_fraction | 2 +-
localedata/unicode-gen/DerivedCoreProperties.txt | 412 +++-
localedata/unicode-gen/EastAsianWidth.txt | 288 ++-
localedata/unicode-gen/Makefile | 2 +-
localedata/unicode-gen/UnicodeData.txt | 1383 +++++++++++-
17 files changed, 6701 insertions(+), 2596 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.