This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0610f8d502e C++: show private field accessor hints for const accesses ( [...]
new 55beab024c3 PR c++/84850 - -Wclass-memaccess on a memcpy in a copy assi [...]
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 | 7 +
gcc/cp/call.c | 83 +++++++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/Wclass-memaccess-3.C | 287 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/Wclass-memaccess-4.C | 39 ++++
5 files changed, 405 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess-3.C
create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess-4.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 lld.
from ed2f0bbf7 [ELF] - Teach LLD to hint about -fdebug-types-section.
new 21dc00e6e [ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and R_PPC64_ [...]
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/Arch/PPC64.cpp | 5 ++++-
test/ELF/ppc64_entry_point.s | 33 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/ppc64_entry_point.s
--
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 e132439ab25 Change DT_* value definitions to macros in a separate file
new 30a32a618ed [RISCV] Add tests missed from r327979
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/RISCV/float-mem.ll | 53 +++++++++++++++++++++++++++++++++++++++++
1 file 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 clang-tools-extra.
from 72082da7 Make positionToOffset return llvm::Expected<size_t>
new d789c6ff [clang-tidy][modernize-make-unique] Checks c++14 flag before [...]
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-tidy/modernize/MakeSmartPtrCheck.cpp | 9 +++++++--
clang-tidy/modernize/MakeSmartPtrCheck.h | 3 +++
clang-tidy/modernize/MakeUniqueCheck.cpp | 8 +++++++-
clang-tidy/modernize/MakeUniqueCheck.h | 5 +++++
test/clang-tidy/modernize-make-unique-cxx11.cpp | 10 ++++++++++
test/clang-tidy/modernize-make-unique-cxx14.cpp | 11 +++++++++++
test/clang-tidy/modernize-make-unique-macros.cpp | 2 +-
test/clang-tidy/modernize-make-unique.cpp | 2 +-
8 files changed, 45 insertions(+), 5 deletions(-)
create mode 100644 test/clang-tidy/modernize-make-unique-cxx11.cpp
create mode 100644 test/clang-tidy/modernize-make-unique-cxx14.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 clang-tools-extra.
from bdb3a216 Revert "[lit] Adding config initialization to lit tests in cl [...]
new 72082da7 Make positionToOffset return llvm::Expected<size_t>
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:
clangd/ClangdServer.cpp | 20 ++++++----
clangd/SourceCode.cpp | 28 ++++++++++++--
clangd/SourceCode.h | 17 ++++++++-
unittests/clangd/Annotations.cpp | 6 ++-
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/SourceCodeTests.cpp | 72 ++++++++++++++++++++++++++----------
6 files changed, 111 insertions(+), 33 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 2f0ad89dc48 Revert "Move DataTypes.h from Support to llvm-c to fix layering."
new 0be6cf599c9 Re-re-land: Teach CorrelatedValuePropagation to reduce the [...]
new 8bf245f39a7 [MemCpyOpt] Update to new API for memory intrinsic alignment
new 16e9a290212 [LangRef] more hyphens: always write "floating-point"
new e132439ab25 Change DT_* value definitions to macros in a separate file
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:
docs/LangRef.rst | 384 ++++++++++-----------
include/llvm/BinaryFormat/DynamicTags.def | 187 ++++++++++
include/llvm/BinaryFormat/ELF.h | 151 +-------
include/llvm/module.modulemap | 1 +
.../Scalar/CorrelatedValuePropagation.cpp | 54 +++
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 60 ++--
test/Transforms/CorrelatedValuePropagation/udiv.ll | 95 +++++
test/Transforms/CorrelatedValuePropagation/urem.ll | 101 ++++++
test/Transforms/MemCpyOpt/load-store-to-memcpy.ll | 28 ++
test/Transforms/MemCpyOpt/memcpy.ll | 14 +
tools/llvm-readobj/ELFDumper.cpp | 94 ++---
11 files changed, 735 insertions(+), 434 deletions(-)
create mode 100644 include/llvm/BinaryFormat/DynamicTags.def
create mode 100644 test/Transforms/CorrelatedValuePropagation/udiv.ll
create mode 100644 test/Transforms/CorrelatedValuePropagation/urem.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 32ad6ff3721 [llvm-mca] Clean up some code. NFC
new 2f0ad89dc48 Revert "Move DataTypes.h from Support to llvm-c to fix layering."
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:
CMakeLists.txt | 4 ++--
include/llvm/Support/DataTypes.h | 17 -----------------
include/{llvm-c => llvm/Support}/DataTypes.h.cmake | 12 ++++++------
3 files changed, 8 insertions(+), 25 deletions(-)
delete mode 100644 include/llvm/Support/DataTypes.h
rename include/{llvm-c => llvm/Support}/DataTypes.h.cmake (92%)
--
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 efe40a58e25 MAINTAINERS with no port
new 0610f8d502e C++: show private field accessor hints for const accesses ( [...]
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 | 7 ++++
gcc/cp/search.c | 4 +--
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/g++.dg/other/accessor-fixits-1.C | 44 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/other/accessor-fixits-5.C | 33 +++++++++++++++++++
5 files changed, 94 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/accessor-fixits-5.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 88eab22187a Fix build broken by r328090
new 32ad6ff3721 [llvm-mca] Clean up some code. NFC
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/llvm-mca/Dispatch.cpp | 17 ++++-------------
tools/llvm-mca/Dispatch.h | 2 --
2 files changed, 4 insertions(+), 15 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 ec0422acf18 Fix some libstdc++ testsuite failures
new efe40a58e25 MAINTAINERS with no port
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:
ChangeLog | 5 +++++
MAINTAINERS | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.