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 7ef564f [lsan] Disable sem_init_glibc.cc testcase for LSan x86.
new c38680b [sancov] Disable failing test for MIPS.
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:
.../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 2 +-
test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
2 files changed, 2 insertions(+), 2 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 94b8d93 AMDGPU: Don't unroll for private with dynamic allocas
new 6c28c24 AMDGPU: Set MCAsmInfo::PointerSize
new 8773751 [AMDGPU] Bump -amdgpu-unroll-threshold-private to 2000
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:
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +-
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 +
test/CodeGen/AMDGPU/basic-debug-info.ll | 26 ++++++++++++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/basic-debug-info.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 497ef8a [TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.
new 55c0488 [SLP] Make sortMemAccesses explicitly return an error. NFC.
new 94b8d93 AMDGPU: Don't unroll for private with dynamic allocas
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 13 ++++-----
lib/Analysis/LoopAccessAnalysis.cpp | 22 +++++++-------
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 27 +++++++++--------
.../LoopUnroll/AMDGPU/unroll-for-private.ll | 34 ++++++++++++++++++++++
5 files changed, 66 insertions(+), 32 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 users/pmuldoon/c++compile
in repository binutils-gdb.
from 7e3daa6 Add upstream changes that slipped in during merge.
new 7c5fe08 Add namespaces to class templates.
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/compile/compile-cplus-templates.c | 23 +++-
gdb/compile/compile-cplus-types.c | 13 +-
gdb/compile/compile-cplus.h | 10 ++
gdb/testsuite/gdb.compile/cp-namespace-template.cc | 139 +++++++++++++++++++++
...mple-template.exp => cp-namespace-template.exp} | 26 ++--
5 files changed, 179 insertions(+), 32 deletions(-)
create mode 100644 gdb/testsuite/gdb.compile/cp-namespace-template.cc
copy gdb/testsuite/gdb.compile/{cp-simple-template.exp => cp-namespace-template.ex [...]
--
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 9fa5ff2 PR libstdc++/66145 ensure new ABI for ios::failure tests
new 41ac8cb PR c++/79294 - ICE with invalid template argument
new b601ad3 PR c++/12245 - excessive memory use
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/cp/ChangeLog | 11 ++++++++++
gcc/cp/constexpr.c | 37 +++++++++++++--------------------
gcc/cp/pt.c | 9 ++++----
gcc/testsuite/g++.dg/template/error57.C | 5 +++++
4 files changed, 36 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/error57.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 f077522 PR tree-optimization/79327 * gimple-ssa-sprintf.c (adjust_r [...]
new 9fa5ff2 PR libstdc++/66145 ensure new ABI for ios::failure 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:
libstdc++-v3/ChangeLog | 20 ++++++++++++++++++++
.../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 3 +++
.../testsuite/27_io/basic_ios/exceptions/char/1.cc | 3 +++
.../extractors_arithmetic/char/exceptions_failbit.cc | 3 +++
.../wchar_t/exceptions_failbit.cc | 3 +++
.../extractors_other/char/exceptions_null.cc | 3 +++
.../extractors_other/wchar_t/exceptions_null.cc | 3 +++
.../27_io/basic_istream/sentry/char/12297.cc | 3 +++
.../27_io/basic_istream/sentry/wchar_t/12297.cc | 3 +++
.../inserters_other/char/exceptions_null.cc | 3 +++
.../inserters_other/wchar_t/exceptions_null.cc | 3 +++
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 3 +++
12 files changed, 53 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 llvm.
from 30af593 GlobalISel: translate dynamic alloca instructions.
new dce4987 [SLP] Use SCEV to sort memory accesses.
new 497ef8a [TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 10 +-
lib/Analysis/LoopAccessAnalysis.cpp | 51 +++++---
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 150 ++++++++--------------
test/CodeGen/SystemZ/memchr-01.ll | 54 ++++++--
test/CodeGen/SystemZ/memchr-02.ll | 57 --------
test/CodeGen/SystemZ/memcmp-02.ll | 139 --------------------
test/CodeGen/SystemZ/strcmp-02.ll | 72 -----------
test/CodeGen/SystemZ/strlen-02.ll | 39 ------
test/CodeGen/X86/memcmp.ll | 16 +--
test/CodeGen/X86/mempcpy-32.ll | 20 +++
test/CodeGen/X86/mempcpy.ll | 10 +-
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 127 +++++++++++++++++-
12 files changed, 294 insertions(+), 451 deletions(-)
delete mode 100644 test/CodeGen/SystemZ/memchr-02.ll
delete mode 100644 test/CodeGen/SystemZ/memcmp-02.ll
delete mode 100644 test/CodeGen/SystemZ/strcmp-02.ll
delete mode 100644 test/CodeGen/SystemZ/strlen-02.ll
create mode 100644 test/CodeGen/X86/mempcpy-32.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 clang.
from b0192ce [Lit Test] Make tests C++11 compatible - OpenMP constant expressions
new a5f1482 [OpenMP] Add missing regression test for pragma distribute, 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/OpenMP/distribute_firstprivate_codegen.cpp | 382 ++++++++++++++++++++++++
1 file changed, 382 insertions(+)
create mode 100644 test/OpenMP/distribute_firstprivate_codegen.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 3bb22d5 PR libstdc++/60936 reduce coupling between objects in libstdc++.a
new f077522 PR tree-optimization/79327 * gimple-ssa-sprintf.c (adjust_r [...]
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 | 11 +
gcc/gimple-ssa-sprintf.c | 106 +++-------
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gcc.c-torture/execute/pr79327.c | 26 +++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 4 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-12.c | 228 +++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr79327.c | 31 +++
8 files changed, 341 insertions(+), 79 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr79327.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-12.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79327.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.