This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 470f1606a82 PR target/83467 * config/i386/i386.md (*ashl<mode>3_mask) [...]
new ef18f7b9846 [PR c++/83406] deducing lambda type
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/cp/ChangeLog | 6 ++
gcc/cp/parser.c | 74 +++---------------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice15.C | 7 ++-
gcc/testsuite/g++.dg/cpp1y/pr83406.C | 41 +++++++++++++
5 files changed, 68 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr83406.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 compiler-rt.
from 5d934695c [mips][compiler-rt] Provide 64bit atomic add and sub
new 128f286f1 Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"
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/sanitizer_common/sanitizer_atomic_clang.h | 17 +--
lib/sanitizer_common/sanitizer_atomic_clang_mips.h | 118 ---------------------
.../sanitizer_atomic_clang_other.h | 63 +++++++++++
3 files changed, 73 insertions(+), 125 deletions(-)
delete mode 100644 lib/sanitizer_common/sanitizer_atomic_clang_mips.h
--
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 9ed49183cd5 [-fcompare-debug] retain insn locations when turning dbr se [...]
new 470f1606a82 PR target/83467 * config/i386/i386.md (*ashl<mode>3_mask) [...]
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 | 57 +++++++++++++++++++------------
gcc/config/i386/i386.md | 26 ++++++++------
gcc/testsuite/ChangeLog | 10 ++++--
gcc/testsuite/gcc.target/i386/pr83467-1.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr83467-2.c | 13 +++++++
5 files changed, 90 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83467-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr83467-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 llvm.
from 7f64edd3d77 [X86][SSE] Split large PAVGB/PAVGW vectors to legal widths
new 1704d16b1e0 [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we [...]
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 | 4 +-
.../X86/avx512-extract-subvector-load-store.ll | 136 +++++++++--------
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 7 +-
test/CodeGen/X86/vector-shuffle-v1.ll | 161 +++++++++++----------
4 files changed, 163 insertions(+), 145 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 a89e36b23a [ASTImporterTest] Add mandatory testing with '-fdelayed-temp [...]
new 53ad81a8b5 [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.
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/StaticAnalyzer/Core/RegionStore.cpp | 7 ++---
test/Analysis/arc-zero-init.m | 46 +++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/arc-zero-init.m
--
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 79085a17d46 [YAML] Refactor escaping unittests
new 7f64edd3d77 [X86][SSE] Split large PAVGB/PAVGW vectors to legal widths
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 | 46 +-
test/CodeGen/X86/avg-mask.ll | 24 +-
test/CodeGen/X86/avg.ll | 2571 ++++--------------------------------
3 files changed, 318 insertions(+), 2323 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 7e922431120 [patch AArch64] Do not perform a vector splat for vector in [...]
new 276c438bd46 [SFN] propagate single-nondebug-stmt's side effects to encl [...]
new 9ed49183cd5 [-fcompare-debug] retain insn locations when turning dbr se [...]
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/c-family/c-semantics.c | 9 +++++++++
gcc/reorg.c | 9 +++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83419.c | 16 ++++++++++++++++
5 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83419.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-tools-extra.
from 8da30ea0 [clangd] Index symbols share storage within a slab.
new d9ff4deb [clangd] Fix use after free.
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:
clangd/index/SymbolCollector.cpp | 7 ++++---
1 file changed, 4 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 clang.
from d3e23db50e Added helper to get size of PrecompiledPreamble
new a89e36b23a [ASTImporterTest] Add mandatory testing with '-fdelayed-temp [...]
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:
unittests/AST/ASTImporterTest.cpp | 770 +++++++++++++++++++-------------------
1 file changed, 386 insertions(+), 384 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 openacc-gcc-7-branch
in repository gcc.
from b32cde83517 [PR other/79543] Fix GNU ld --version scanning to conform t [...]
new e3e34db9d76 Add support for CUDA 9
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.openacc | 5 +++++
gcc/config/nvptx/nvptx.c | 10 ++++++++--
gcc/testsuite/ChangeLog.openacc | 4 ++++
gcc/testsuite/gcc.target/nvptx/indirect_call.c | 19 +++++++++++++++++++
4 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nvptx/indirect_call.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.