This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ae4cd204e5e * x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI, X86_TUNE [...]
new 8b001668124 Check non-dependent conversion in return from template fn.
new 672871cefb6 Various small C++ fixes.
new c017458ddd7 More delayed lambda capture fixes.
The 3 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 | 44 ++++++++
gcc/cp/call.c | 13 ++-
gcc/cp/constexpr.c | 20 +++-
gcc/cp/constraint.cc | 7 +-
gcc/cp/cp-tree.h | 3 +
gcc/cp/cvt.c | 18 +---
gcc/cp/decl.c | 2 +
gcc/cp/expr.c | 78 ++++++++++----
gcc/cp/lambda.c | 130 ++++++++++++++++++++++-
gcc/cp/parser.c | 2 +
gcc/cp/pt.c | 68 ++++--------
gcc/cp/semantics.c | 22 +++-
gcc/cp/typeck.c | 38 ++++---
gcc/testsuite/g++.dg/concepts/req6.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/error1.C | 11 +-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep2.C | 18 ++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice5.C | 2 +-
gcc/testsuite/g++.dg/template/crash108.C | 2 +-
gcc/testsuite/g++.old-deja/g++.pt/crash3.C | 4 +-
19 files changed, 371 insertions(+), 113 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep2.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 2e7f7eae9d7 [llvm-objdump] Disable leak checking on an llvm-objdump test
new a37e165e436 Debug Info: Fix the SDLoc propagation for a DAGCombiner rule
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/load-combine-dbg.ll | 37 ++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 test/CodeGen/X86/load-combine-dbg.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 llvm.
from 6c0a029b61d [WebAssembly] Update MCObjectWriter and associated interfac [...]
new 2e7f7eae9d7 [llvm-objdump] Disable leak checking on an llvm-objdump test
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/tools/llvm-objdump/macho-LLVM-bundle.test | 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 clang.
from c3893ecadc [clang-fuzzer] Allow building without coverage instrumentation.
new 0fa621d8a3 [lit] Add host_cxx to lit config
new 0724462a08 [clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.
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:
test/lit.site.cfg.py.in | 1 +
tools/clang-fuzzer/CMakeLists.txt | 1 +
2 files changed, 2 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 openacc-gcc-7-branch
in repository gcc.
from 81beed841d4 Don't restrict ACC wait arguments to constants in fortran
new db149741171 acc_get_cuda_stream: Clean up data of the OpenACC Profiling [...]
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:
libgomp/oacc-cuda.c | 13 +++++++++++--
.../libgomp.oacc-c-c++-common/acc_prof-cuda-1.c | 16 ++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-cuda-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 clang.
from a92cdd5042 For dllexport class templates, export specializations of mem [...]
new c3893ecadc [clang-fuzzer] Allow building without coverage instrumentation.
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/clang-fuzzer/CMakeLists.txt | 111 +++++++++++++++++---------------
tools/clang-fuzzer/ClangFuzzer.cpp | 2 +
tools/clang-fuzzer/DummyClangFuzzer.cpp | 21 ++++++
3 files changed, 81 insertions(+), 53 deletions(-)
create mode 100644 tools/clang-fuzzer/DummyClangFuzzer.cpp
--
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 e3d0f65c14f Require wi::to_wide for trees
new af45f8d0610 [testsuite]
new ae4cd204e5e * x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI, X86_TUNE [...]
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 | 6 ++
gcc/config/i386/x86-tune.def | 32 ++++----
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/powerpc/fold-vec-cmp-char.c | 86 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-cmp-double.c | 51 +++++++++++++
.../gcc.target/powerpc/fold-vec-cmp-float.c | 51 +++++++++++++
.../gcc.target/powerpc/fold-vec-cmp-int.c | 86 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-cmp-longlong.c | 86 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-cmp-short.c | 87 ++++++++++++++++++++++
9 files changed, 475 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-double.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-float.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-cmp-short.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 ba29b4f8b61 [lit] Only enable LSan on darwin when clang supports it
new 6c0a029b61d [WebAssembly] Update MCObjectWriter and associated interfac [...]
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/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp | 10 ++++++----
.../WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp | 8 +++++---
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h | 11 +++++++----
.../WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 6 ++++--
4 files changed, 22 insertions(+), 13 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 7f16d502241 [MC] Add another missing <memory> include left out of r315327.
new ba29b4f8b61 [lit] Only enable LSan on darwin when clang supports it
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:
utils/lit/lit/llvm/config.py | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 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 lld.
from fe86a4e39 [ELF] Set Dot initially to --image-base value when using link [...]
new dea54bf90 Don't create a dummy __tls_get_addr.
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/Writer.cpp | 9 ---------
test/ELF/arm-tls-norelax-gd-le.s | 4 ++++
test/ELF/tls-static.s | 16 ++++++++++++----
3 files changed, 16 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.