This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eaeac1f AMDGPU: Re-do update for branch-relaxation test
new b2ec2bd [SLP] Fixes the bug due to absence of in order uses of scalar [...]
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 7 +-
lib/Analysis/LoopAccessAnalysis.cpp | 31 +++--
lib/Transforms/Vectorize/SLPVectorizer.cpp | 135 ++++++++++-----------
.../SLPVectorizer/X86/jumbled-load-bug.ll | 44 +++++++
test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 2 +-
5 files changed, 138 insertions(+), 81 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-bug.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 libcxxabi.
from 9e2169e Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI [...]
new 54227ae [libc++abi] Clean up visibility
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:
include/__cxxabi_config.h | 6 ++++++
src/abort_message.cpp | 5 -----
src/abort_message.h | 12 +++---------
src/cxa_exception.cpp | 24 +++++++++---------------
src/cxa_exception.hpp | 21 +++++++--------------
src/cxa_handlers.cpp | 4 +---
src/cxa_handlers.hpp | 4 ++--
src/cxa_new_delete.cpp | 17 +++++++++--------
src/cxa_noexception.cpp | 4 ----
src/cxa_thread_atexit.cpp | 2 +-
src/cxa_unexpected.cpp | 4 ----
src/fallback_malloc.cpp | 4 ----
src/fallback_malloc.h | 11 ++++-------
src/private_typeinfo.cpp | 17 +++--------------
src/private_typeinfo.h | 7 ++-----
src/stdlib_exception.cpp | 4 ----
16 files changed, 47 insertions(+), 99 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 108b26d clang-format GenericDomTreeConstruction.h, since the current [...]
new eaeac1f AMDGPU: Re-do update for branch-relaxation 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/CodeGen/AMDGPU/branch-relaxation.ll | 21 ++++++++++++++++-----
1 file changed, 16 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 libcxx.
from 0987c0c Mark test as unsupported in C++11
new 29ed46b [libcxx] Support threads on Fuchsia
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:
src/thread.cpp | 4 ++--
1 file 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 clang.
from 8acf4ef [Analyzer] Fix crash in ObjCPropertyChecker on protocol property
new 374e14b Add warning for inconsistent overrides on destructor.
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:
include/clang/Basic/DiagnosticGroups.td | 2 ++
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaDeclCXX.cpp | 11 ++++----
.../warn-inconsistent-missing-destructor-override | 33 ++++++++++++++++++++++
4 files changed, 44 insertions(+), 5 deletions(-)
create mode 100644 test/SemaCXX/warn-inconsistent-missing-destructor-override
--
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 037e153 Only run the overloaded-intrinsic-name.ll test once, with FileCheck.
new 108b26d clang-format GenericDomTreeConstruction.h, since the current [...]
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:
include/llvm/Support/GenericDomTreeConstruction.h | 27 +++++++++++------------
1 file changed, 13 insertions(+), 14 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 libcxx.
from f9ddb9a Fix test failures due to bad test hasher
new 0987c0c Mark test as unsupported in C++11
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:
.../containers/unord/unord.set/missing_hash_specialization.fail.cpp | 6 +++++-
1 file changed, 5 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 b5ac7dd [ELF] - Allow the Code Model flag when using LTO
new eee5c39 Partially rewrite .gnu.hash synthetic section and add comments.
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/SyntheticSections.cpp | 161 +++++++++++++++++++++-------------------------
ELF/SyntheticSections.h | 20 +++---
2 files changed, 80 insertions(+), 101 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 libcxx.
from c642236 Improve diagnostics when an invalid hash is used in an unorde [...]
new f9ddb9a Fix test failures due to bad test hasher
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:
.../unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp | 2 ++
.../containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp | 2 ++
.../unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp | 2 ++
.../containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp | 2 ++
.../containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp | 2 ++
.../unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp | 1 +
.../unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp | 1 +
.../unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp | 1 +
.../unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp | 1 +
.../unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp | 2 ++
.../unord/unord.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp | 1 +
.../unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp | 1 +
.../unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp | 1 +
.../unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp | 1 +
.../unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp | 1 +
.../containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp | 1 +
.../unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp | 1 +
.../containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp | 1 +
18 files changed, 24 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 libcxxabi.
from 3f19f77 Attempt to fix arm-native libcxxabi tests for the no-exceptio [...]
new 9e2169e Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI [...]
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:
include/__cxxabi_config.h | 4 ++--
include/cxxabi.h | 18 +++++++++---------
src/cxa_aux_runtime.cpp | 6 +++---
src/cxa_exception.cpp | 14 +++++++-------
src/cxa_exception.hpp | 14 +++++++-------
src/cxa_personality.cpp | 12 ++++++------
src/cxa_virtual.cpp | 4 ++--
7 files changed, 36 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.