This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f9014fd Regenerate test.
new 31b667e [SLPVectorizer] Regenerate 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/Transforms/SLPVectorizer/X86/reduction_loads.ll | 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 llvm.
from f56a7f9 Fix x86 gold tests on non-x86 targets.
new f9014fd Regenerate 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/Transforms/SLPVectorizer/X86/horizontal-list.ll | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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 8cf50cb [DWARF] Sync GCC dwarf.def change on AArch64
new b055631 Use noyywrap option in lex files.
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:
binutils/ChangeLog | 6 ++++++
binutils/syslex.l | 6 +-----
ld/ChangeLog | 7 +++++++
ld/ldlex.h | 3 ---
ld/ldlex.l | 6 +-----
5 files changed, 15 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 gcc.
from adcbdb0 cp/ PR c++/66735 * cp-tree.h (DECLTYPE_FOR_REF_CAPTURE): N [...]
new 4e2ef78 PR78968 add configure check for __cxa_thread_atexit in libc
new 0aff9f2 * config/i386/i386.md (HI/SImode test with imm to QImode spl [...]
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 | 5 +++++
gcc/config/i386/i386.md | 6 +++---
gcc/config/i386/sse.md | 8 ++++----
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/config.h.in | 3 +++
libstdc++-v3/configure | 10 ++++++----
libstdc++-v3/configure.ac | 2 +-
libstdc++-v3/libsupc++/atexit_thread.cc | 6 +++++-
8 files changed, 36 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 gcc.
from fba9657 [DWARF] New DWARF operation "DW_OP_AARCH64_operation" for AArch64
new adcbdb0 cp/ PR c++/66735 * cp-tree.h (DECLTYPE_FOR_REF_CAPTURE): N [...]
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 | 11 ++++++++++
gcc/cp/cp-tree.h | 5 ++++-
gcc/cp/lambda.c | 42 ++++++++++++++++++++++++++----------
gcc/cp/pt.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr66735.C | 22 +++++++++++++++++++
6 files changed, 75 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr66735.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 8fca6cf Add -f[no-]strict-return flag that can be used to avoid undef [...]
new c9c73f6 Fix a buildbot failure introduced by r290960.
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/CodeGenCXX/return.cpp | 4 +---
1 file changed, 1 insertion(+), 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-tools-extra.
from 5e9d977 [change-namespace] get newlines around moved namespace right.
new a7cbf92 [clang-move] Support moving type alias declarations.
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:
clang-move/ClangMove.cpp | 35 +++++++++++++++++++++-
test/clang-move/Inputs/type_alias.h | 11 +++++++
test/clang-move/move-type-alias.cpp | 52 +++++++++++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 19 ------------
4 files changed, 97 insertions(+), 20 deletions(-)
create mode 100644 test/clang-move/Inputs/type_alias.h
create mode 100644 test/clang-move/move-type-alias.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 llvm.
from 621de7b [ThinLTO] Rework llvm-link to use the FunctionImporter
new f56a7f9 Fix x86 gold tests on non-x86 targets.
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/gold/X86/Inputs/thinlto.ll | 1 +
test/tools/gold/X86/Inputs/thinlto_archive1.ll | 1 +
test/tools/gold/X86/Inputs/thinlto_archive2.ll | 1 +
test/tools/gold/X86/comdat.ll | 2 ++
test/tools/gold/X86/opt-level.ll | 4 ++++
test/tools/gold/X86/pr25907.ll | 2 ++
test/tools/gold/X86/stats.ll | 1 +
test/tools/gold/X86/strip_names.ll | 3 +++
test/tools/gold/X86/thinlto.ll | 8 ++++++++
test/tools/gold/X86/thinlto_afdo.ll | 2 ++
test/tools/gold/X86/thinlto_archive.ll | 2 ++
test/tools/gold/X86/type-merge2.ll | 2 ++
test/tools/gold/X86/visibility.ll | 2 ++
13 files changed, 31 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 clang-tools-extra.
from 6b97b9e [clang-tidy] Add check name to YAML export (clang-tools-extra part)
new 5e9d977 [change-namespace] get newlines around moved namespace right.
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:
change-namespace/ChangeNamespace.cpp | 27 ++++++-------
.../change-namespace/ChangeNamespaceTests.cpp | 45 ++++++++++++++++++++--
2 files changed, 54 insertions(+), 18 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 83cba7a [SPARC] Fix test so that it checks the correct label.
new 621de7b [ThinLTO] Rework llvm-link to use the FunctionImporter
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/ThinLTO/X86/drop-debug-info.ll | 4 +--
tools/llvm-link/CMakeLists.txt | 1 +
tools/llvm-link/LLVMBuild.txt | 2 +-
tools/llvm-link/llvm-link.cpp | 51 ++++++++++++-------------------------
4 files changed, 20 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.