This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2b1cc1045 Eliminate dependency to formatv(). NFC.
new b180b51bf [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ig [...]
new f36bc52ca Make a member function private and rename it to avoid functio [...]
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:
ELF/SymbolTable.cpp | 8 ++++----
ELF/SymbolTable.h | 3 ++-
ELF/Symbols.cpp | 9 +++++++++
test/ELF/cgprofile-shared-warn.s | 11 +++++++++++
test/ELF/symbol-ordering-file-warnings.s | 13 +++++--------
5 files changed, 31 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/cgprofile-shared-warn.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 libcxx.
from c4edc5a91 Use std::scoped_lock only for C++17 and newer
new b5d4ffd60 Use TEST_STD_VER instead of __cplusplus [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:
test/libcxx/containers/sequences/vector/db_back.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_cback.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_cfront.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_cindex.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_front.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_index.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp | 3 ++-
test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp | 3 ++-
test/libcxx/containers/unord/unord.map/db_iterators_7.pass.cpp | 3 ++-
test/libcxx/containers/unord/unord.map/db_iterators_8.pass.cpp | 3 ++-
test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp | 3 ++-
test/libcxx/containers/unord/unord.map/db_local_iterators_8.pass.cpp | 3 ++-
.../strings/basic.string/string.modifiers/erase_iter_db1.pass.cpp | 3 ++-
.../strings/basic.string/string.modifiers/erase_iter_db2.pass.cpp | 3 ++-
.../basic.string/string.modifiers/erase_iter_iter_db1.pass.cpp | 3 ++-
.../basic.string/string.modifiers/erase_iter_iter_db2.pass.cpp | 3 ++-
.../basic.string/string.modifiers/erase_iter_iter_db3.pass.cpp | 3 ++-
.../basic.string/string.modifiers/erase_iter_iter_db4.pass.cpp | 3 ++-
test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp | 4 +++-
24 files changed, 49 insertions(+), 24 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 compiler-rt.
from ba18fe4cb [hwasan] print all threads in a bug report
new 86f0a0a78 [hwasan] when reporting a bug, print some very basic informat [...]
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/hwasan/hwasan_allocator.cc | 20 ++++++++++++++------
lib/hwasan/hwasan_allocator.h | 2 ++
lib/hwasan/hwasan_report.cc | 15 +++++++++++++++
test/hwasan/TestCases/heap-buffer-overflow.c | 9 +++++++++
test/hwasan/TestCases/use-after-free.c | 7 +++++--
5 files changed, 45 insertions(+), 8 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 libcxxabi.
from 2d93dd2 Blind attempt to fix linker errors when building libc++abit w [...]
new 6d635f5 [libcxxabi] Allow building with sanitizers enabled
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/CMakeLists.txt | 25 +++++++++++++++++++++++++
test/lit.site.cfg.in | 1 +
2 files changed, 26 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.
from 73e11ddc10 [clang] Fix failing attribute test on Windows
new b6756678e3 [AST] Use -fvisibility value when ignoring -fv-i-h* inline s [...]
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/AST/Decl.cpp | 24 +++++++----
.../visibility-inlines-hidden-staticvar.cpp | 48 +++++++++++++++++++++-
2 files changed, 64 insertions(+), 8 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 697faed46 Add test macros for always_inline and noinline
new c4edc5a91 Use std::scoped_lock only for C++17 and newer
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/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp | 2 ++
1 file changed, 2 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 8313c3b553f [CMake] NFC. Updating documentation on options
new 63c98b33197 [X86] Prevent non-temporal loads from folding into instruct [...]
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/X86/X86ISelDAGToDAG.cpp | 32 +++++---------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 53 ++++++++++++++-------------------
2 files changed, 31 insertions(+), 54 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 3cf846acd82 Test commit: fix typo in comment
new ea46abe2cc7 Replace most users of UnknownSize with LocationSize::unknow [...]
new 04af5ff3eb6 Support for remapping profile data when symbols change, for [...]
new 8313c3b553f [CMake] NFC. Updating documentation on options
The 3 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:
cmake/modules/HandleLLVMOptions.cmake | 4 +-
include/llvm/Analysis/AliasAnalysis.h | 3 +-
include/llvm/Analysis/MemoryDependenceAnalysis.h | 2 +-
include/llvm/Analysis/MemoryLocation.h | 2 +-
include/llvm/ProfileData/SampleProfReader.h | 52 +++++++++++++++++--
lib/Analysis/AliasSetTracker.cpp | 2 +-
lib/Analysis/BasicAliasAnalysis.cpp | 39 +++++++-------
lib/Analysis/CFLAndersAliasAnalysis.cpp | 6 +--
lib/Analysis/DependenceAnalysis.cpp | 4 +-
lib/Analysis/LoopAccessAnalysis.cpp | 4 +-
lib/Analysis/MemoryLocation.cpp | 10 ++--
lib/CodeGen/ImplicitNullChecks.cpp | 10 ++--
lib/CodeGen/MachinePipeliner.cpp | 4 +-
lib/ProfileData/SampleProfReader.cpp | 55 ++++++++++++++++++++
lib/Target/ARM/ARMParallelDSP.cpp | 2 +-
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 2 +-
lib/Transforms/IPO/FunctionAttrs.cpp | 2 +-
lib/Transforms/Scalar/LICM.cpp | 2 +-
unittests/Analysis/AliasAnalysisTest.cpp | 4 +-
unittests/ProfileData/SampleProfTest.cpp | 59 +++++++++++++++-------
20 files changed, 194 insertions(+), 74 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 742beb6d7db llvm-ar: Darwin archive format fixes.
new 3b1e430b900 Support for remapping profile data when symbols change, for [...]
new 3cf846acd82 Test commit: fix typo in comment
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/ProfileData/InstrProfReader.h | 30 +++++-
lib/ProfileData/InstrProfReader.cpp | 164 +++++++++++++++++++++++++++--
tools/llvm-objcopy/llvm-objcopy.cpp | 2 +-
unittests/ProfileData/InstrProfTest.cpp | 44 +++++++-
4 files changed, 224 insertions(+), 16 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 23cfd6cea02 Fat-fingered my recent patch adding the SSE3 testcases for [...]
new 10811950a63 PR c++/87567 - constexpr rejects call to non-constexpr fun [...]
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/constexpr.c | 17 +++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop7.C | 21 +++++++++++++++++++++
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop7.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.