This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 155f943ddf7 [X86] Add vector masked load/store scheduler classes (PR32857)
new 9affe20dc07 [llvm-rc] Update a stale comment. 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:
tools/llvm-rc/ResourceScriptToken.h | 5 ++---
1 file changed, 2 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 63615e72cc9 PR target/85572 * config/i386/i386.c (ix86_expand_sse2_ab [...]
new 4db2b348bfe 2018-05-08 Olga Makhotina <olga.makhotina(a)intel.com>
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 | 22 +
gcc/config.gcc | 3 +-
gcc/config/i386/driver-i386.c | 10 +-
gcc/config/i386/glm.md | 711 +++++++++++++++++++++++++
gcc/config/i386/i386-c.c | 7 +
gcc/config/i386/i386.c | 18 +-
gcc/config/i386/i386.h | 2 +
gcc/config/i386/i386.md | 3 +-
gcc/config/i386/x86-tune.def | 53 +-
gcc/doc/invoke.texi | 5 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/i386/builtin_target.c | 5 +
gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 +
libgcc/ChangeLog | 5 +
libgcc/config/i386/cpuinfo.c | 5 +
libgcc/config/i386/cpuinfo.h | 1 +
16 files changed, 829 insertions(+), 29 deletions(-)
create mode 100644 gcc/config/i386/glm.md
--
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 91ba6e73386 [AArch64][SVE] Asm: Support for LD1R load-and-replicate sca [...]
new 155f943ddf7 [X86] Add vector masked load/store scheduler classes (PR32857)
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/X86InstrSSE.td | 16 +++++-----
lib/Target/X86/X86SchedBroadwell.td | 48 ++++++++++-------------------
lib/Target/X86/X86SchedHaswell.td | 53 ++++++++++-----------------------
lib/Target/X86/X86SchedSandyBridge.td | 46 ++++++++++------------------
lib/Target/X86/X86SchedSkylakeClient.td | 42 ++++++++++----------------
lib/Target/X86/X86SchedSkylakeServer.td | 44 ++++++++++-----------------
lib/Target/X86/X86Schedule.td | 20 +++++++++----
lib/Target/X86/X86ScheduleAtom.td | 20 ++++++++++---
lib/Target/X86/X86ScheduleBtVer2.td | 46 ++++++++++------------------
lib/Target/X86/X86ScheduleSLM.td | 22 +++++++++-----
lib/Target/X86/X86ScheduleZnver1.td | 53 ++++++++++-----------------------
test/CodeGen/X86/avx2-schedule.ll | 16 +++++-----
12 files changed, 171 insertions(+), 255 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 968ae51bac [spu] Fix "info spu event" output formatting
new 7785df4880 watchpoint-unaligned.exp: Use skip_hw_watchpoint_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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 4 ++++
2 files changed, 8 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 binutils-gdb.
from 95a6d23566 Prevent a memory exhaustion failure when running objdump on [...]
new 968ae51bac [spu] Fix "info spu event" output formatting
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 | 4 ++++
gdb/spu-tdep.c | 8 +++++---
2 files changed, 9 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 23cce59aa8a PR target/85480 * config/i386/sse.md (ssequaterinsnmode): [...]
new 87e3515eb08 PR target/85317 * config/i386/i386.c (ix86_fold_builtin): [...]
new 63615e72cc9 PR target/85572 * config/i386/i386.c (ix86_expand_sse2_ab [...]
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 | 11 +++
gcc/config/i386/i386.c | 104 ++++++++++++++++++-----
gcc/config/i386/sse.md | 10 ++-
gcc/testsuite/ChangeLog | 11 +++
gcc/testsuite/g++.dg/other/avx2-pr85572-1.C | 21 +++++
gcc/testsuite/g++.dg/other/sse2-pr85572-1.C | 14 +++
gcc/testsuite/g++.dg/other/sse2-pr85572-2.C | 45 ++++++++++
gcc/testsuite/g++.dg/other/sse4-pr85572-1.C | 14 +++
gcc/testsuite/gcc.target/i386/avx2-vpmovmskb-2.c | 1 +
gcc/testsuite/gcc.target/i386/pr85317.c | 38 +++++++++
10 files changed, 244 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/avx2-pr85572-1.C
create mode 100644 gcc/testsuite/g++.dg/other/sse2-pr85572-1.C
create mode 100644 gcc/testsuite/g++.dg/other/sse2-pr85572-2.C
create mode 100644 gcc/testsuite/g++.dg/other/sse4-pr85572-1.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr85317.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 gcc.
from 1ae6cf680aa Move C++ SVE tests to g++.target/aarch64/sve
new 23cce59aa8a PR target/85480 * config/i386/sse.md (ssequaterinsnmode): [...]
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 | 6 ++++
gcc/config/i386/sse.md | 37 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.target/i386/avx512dq-pr85480-1.c | 26 +++++++++++++++
gcc/testsuite/gcc.target/i386/avx512dq-pr85480-2.c | 38 ++++++++++++++++++++++
5 files changed, 113 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr85480-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr85480-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 master
in repository clang.
from 3d6d0e4957 Fix 'not all control paths return a value' MSVC warnings. NFCI.
new 3c266eaeba [ASTMatchers] Overload isConstexpr for ifStmts
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:
docs/LibASTMatchersReference.html | 29 ++++++++++++++++++++--
include/clang/ASTMatchers/ASTMatchers.h | 9 +++++--
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 4 +++
3 files changed, 38 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 binutils-gdb.
from a87a64780f Simplify VLE handling in print_insn_powerpc().
new 95a6d23566 Prevent a memory exhaustion failure when running objdump on [...]
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:
bfd/ChangeLog | 8 ++++++++
bfd/elf-attrs.c | 9 +++++++++
bfd/elf.c | 1 +
3 files changed, 18 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 gcc.
from 7b790875e57 Tighten condition in vect/pr85586.c (PR 85654)
new 1ae6cf680aa Move C++ SVE tests to g++.target/aarch64/sve
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 | 18 ++++++++++++++++++
.../aarch64/sve/const_pred_1.C} | 4 ++--
.../aarch64/sve/const_pred_2.C} | 4 ++--
.../aarch64/sve/const_pred_3.C} | 4 ++--
.../aarch64/sve/const_pred_4.C} | 4 ++--
.../sve_tls_2.C => g++.target/aarch64/sve/tls_2.C} | 4 ++--
.../sve_vcond_1.C => g++.target/aarch64/sve/vcond_1.C} | 2 +-
.../aarch64/sve/vcond_1_run.C} | 4 ++--
8 files changed, 31 insertions(+), 13 deletions(-)
rename gcc/testsuite/{g++.dg/other/sve_const_pred_1.C => g++.target/aarch64/sve/co [...]
rename gcc/testsuite/{g++.dg/other/sve_const_pred_2.C => g++.target/aarch64/sve/co [...]
rename gcc/testsuite/{g++.dg/other/sve_const_pred_3.C => g++.target/aarch64/sve/co [...]
rename gcc/testsuite/{g++.dg/other/sve_const_pred_4.C => g++.target/aarch64/sve/co [...]
rename gcc/testsuite/{g++.dg/other/sve_tls_2.C => g++.target/aarch64/sve/tls_2.C} (85%)
rename gcc/testsuite/{g++.dg/other/sve_vcond_1.C => g++.target/aarch64/sve/vcond_1 [...]
rename gcc/testsuite/{g++.dg/other/sve_vcond_1_run.C => g++.target/aarch64/sve/vco [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.