This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 72ac68a Protect std::array tests under noexceptions
new 7110e84 Protect std::ostream::sentry test under libcpp-no-exceptions
new 486d8a9 Protect optional test under libcpp-no-exceptions
new 5813abe Protect futures test under libcpp-no-exceptions
new 63f6af4 Protect sequences test under libcpp-no-exceptions
The 4 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:
.../list/list.modifiers/insert_iter_size_value.pass.cpp | 4 +++-
.../vector.modifiers/push_back_exception_safety.pass.cpp | 14 ++++++++------
.../experimental/optional/optional.specalg/swap.pass.cpp | 9 ++++++---
.../output.streams/ostream_sentry/destruct.pass.cpp | 5 ++++-
.../thread/futures/futures.promise/move_assign.pass.cpp | 8 +++++++-
5 files changed, 28 insertions(+), 12 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 fc8d8bc [change-namespace] don't generate replacements for files that [...]
new 6f72546 Add a blank line to make sphinx happy.
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:
docs/clang-tidy/checks/modernize-use-default.rst | 1 +
1 file changed, 1 insertion(+)
--
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 a9d6e8b [SystemZ] Fix applyFixup for 12-bit fixups
new c35da94 [SLP] Additional tests with the cost of vector operations.
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/Analysis/CostModel/X86/reduction.ll | 2 ++
.../SLPVectorizer/X86/reduction_unrolled.ll | 20 +++++++++++++++++++-
2 files changed, 21 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 clang-tools-extra.
from de666a7 [clang-tidy] Make format style customizable
new ea616a2 [clang-tidy] Rename modernize-use-default to modernize-use-eq [...]
new fc8d8bc [change-namespace] don't generate replacements for files that [...]
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:
change-namespace/ChangeNamespace.cpp | 17 ++++++++-----
change-namespace/ChangeNamespace.h | 2 ++
clang-tidy/add_new_check.py | 7 +++++-
clang-tidy/modernize/CMakeLists.txt | 2 +-
clang-tidy/modernize/ModernizeTidyModule.cpp | 4 +--
...eDefaultCheck.cpp => UseEqualsDefaultCheck.cpp} | 8 +++---
.../{UseDefaultCheck.h => UseEqualsDefaultCheck.h} | 14 +++++------
docs/ReleaseNotes.rst | 3 +++
docs/clang-tidy/checks/list.rst | 4 +--
docs/clang-tidy/checks/modernize-use-default.rst | 28 ++++-----------------
...efault.rst => modernize-use-equals-default.rst} | 6 ++---
test/change-namespace/macro.cpp | 29 ++++++++++++++++++++++
...y.cpp => modernize-use-equals-default-copy.cpp} | 6 ++---
...pp => modernize-use-equals-default-delayed.cpp} | 2 +-
...efault.cpp => modernize-use-equals-default.cpp} | 6 ++---
15 files changed, 82 insertions(+), 56 deletions(-)
rename clang-tidy/modernize/{UseDefaultCheck.cpp => UseEqualsDefaultCheck.cpp} (97%)
rename clang-tidy/modernize/{UseDefaultCheck.h => UseEqualsDefaultCheck.h} (69%)
copy docs/clang-tidy/checks/{modernize-use-default.rst => modernize-use-equals-def [...]
create mode 100644 test/change-namespace/macro.cpp
rename test/clang-tidy/{modernize-use-default-copy.cpp => modernize-use-equals-def [...]
rename test/clang-tidy/{modernize-use-default-delayed.cpp => modernize-use-equals- [...]
rename test/clang-tidy/{modernize-use-default.cpp => modernize-use-equals-default. [...]
--
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 7d6a2cb Revert "[SLP] Additional tests with the cost of vector operations."
new a9d6e8b [SystemZ] Fix applyFixup for 12-bit fixups
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/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 +++-
1 file changed, 3 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 clang.
from 441c3af Adds hasUnqualifiedDesugaredType to allow matching through ty [...]
new c0504aa [analyzer] Drop explicit mention of range constraint solver
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/Analysis/CFDateGC.m | 2 +-
test/Analysis/CFNumber.c | 2 +-
test/Analysis/CFRetainRelease_NSAssertionHandler.m | 2 +-
test/Analysis/CGColorSpace.c | 2 +-
test/Analysis/CheckNSError.m | 2 +-
test/Analysis/NSPanel.m | 2 +-
test/Analysis/NSString.m | 8 ++++----
test/Analysis/NSWindow.m | 2 +-
test/Analysis/ObjCProperties.m | 2 +-
test/Analysis/PR2599.m | 2 +-
test/Analysis/PR3991.m | 2 +-
test/Analysis/additive-folding-range-constraints.c | 2 +-
test/Analysis/additive-folding.cpp | 2 +-
test/Analysis/array-struct-region.c | 2 +-
test/Analysis/array-struct.c | 2 +-
test/Analysis/cfref_PR2519.c | 2 +-
test/Analysis/cfref_rdar6080742.c | 2 +-
test/Analysis/comparison-implicit-casts.cpp | 4 ++--
test/Analysis/complex.c | 2 +-
test/Analysis/dead-stores.c | 2 +-
test/Analysis/dead-stores.cpp | 2 +-
test/Analysis/misc-ps-64.m | 2 +-
test/Analysis/misc-ps-eager-assume.m | 2 +-
test/Analysis/misc-ps-ranges.m | 2 +-
test/Analysis/misc-ps.m | 4 ++--
.../nil-receiver-undefined-larger-than-voidptr-ret-region.m | 2 +-
test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m | 6 +++---
test/Analysis/null-deref-ps.c | 4 ++--
test/Analysis/rdar-6562655.m | 2 +-
test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m | 2 +-
test/Analysis/reference.cpp | 2 +-
test/Analysis/unions-region.m | 2 +-
32 files changed, 40 insertions(+), 40 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 lld.
from d1b4e87 Add `isRelExprOneOf` helper
new e9ae049 Parallelize ICF to make LLD's ICF really fast.
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/ICF.cpp | 118 ++++++++++++++++++++++++++++++++++++++---------------
ELF/InputSection.h | 2 +-
2 files changed, 86 insertions(+), 34 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 f89b61d Implement LWG 2766, Swapping non-swappable types and LWG 2749 [...]
new 3d8d738 * config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
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 | 4 ++++
gcc/config/i386/i386.md | 4 ++--
2 files changed, 6 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 binutils-gdb.
from 69ace22 Fix seg fault attempting to unget an EOF character.
new 88ddd4a Fix bug with FP stur instructions.
new 88256e7 Fix typo in ChangeLog entry.
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:
sim/aarch64/ChangeLog | 5 +++++
sim/aarch64/simulator.c | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 d9c0875 [SLP] Additional tests with the cost of vector operations.
new d53651a [GVN] Basic optimization remark support
new 7d6a2cb Revert "[SLP] Additional tests with the cost of vector operations."
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/IR/DiagnosticInfo.h | 1 +
include/llvm/Transforms/Scalar/GVN.h | 5 +-
lib/IR/DiagnosticInfo.cpp | 6 +++
lib/Transforms/Scalar/GVN.cpp | 23 +++++++--
test/Analysis/CostModel/X86/reduction.ll | 2 -
test/Transforms/GVN/opt-remarks.ll | 59 ++++++++++++++++++++++
.../SLPVectorizer/X86/reduction_unrolled.ll | 19 +------
7 files changed, 91 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/GVN/opt-remarks.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.