This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fd1274fa78 Revert "CodeGen: ensure placeholder instruction for cleanup [...]
new a0ec4ff767 Reland the "[NewPM] Port Sancov" patch from rL365838. No fun [...]
new bcb1c9a783 Revert "Revert "CodeGen: ensure placeholder instruction for [...]
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:
lib/CodeGen/BackendUtil.cpp | 47 +++++++++++++++---
lib/CodeGen/CGExprAgg.cpp | 19 ++++----
test/CodeGen/sancov-new-pm.c | 41 ++++++++++++++++
.../pr40771-ctad-with-lambda-copy-capture.cpp | 55 ++++++++++++++++++++++
4 files changed, 147 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/sancov-new-pm.c
create mode 100644 test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.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 34c16ce0f77 [NFC][DivRemPairs] Tests with rem in expanded form (PR42673)
new cd1427c640b [PredicateInfo] Replace pointer comparisons with determinis [...]
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/Transforms/Utils/PredicateInfo.cpp | 49 +++++++++++++----
test/Transforms/SCCP/ipsccp-predinfo-order.ll | 76 +++++++++++++++++++++++++++
2 files changed, 116 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/SCCP/ipsccp-predinfo-order.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 clang.
from c0048be7ff CodeGen: ensure placeholder instruction for cleanup is created
new fd1274fa78 Revert "CodeGen: ensure placeholder instruction for cleanup [...]
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/CodeGen/CGExprAgg.cpp | 19 ++++----
.../pr40771-ctad-with-lambda-copy-capture.cpp | 56 ----------------------
2 files changed, 8 insertions(+), 67 deletions(-)
delete mode 100644 test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.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 ccdeedb4 [clang-doc] Fix html entities in rendered text
new 3276374f [clang-doc] Fix output format of html
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-doc/HTMLGenerator.cpp | 54 +++++++++----------------------
unittests/clang-doc/HTMLGeneratorTest.cpp | 48 +++++++++------------------
2 files changed, 31 insertions(+), 71 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 1ab86b37819 gcc/testsuite/ChangeLog: * gcc.dg/Wstringop-overflow-14.c: [...]
new 175a348ce63 Relocate std::endian from <type_traits> to <bit>
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/std/bit | 7 +++++++
libstdc++-v3/include/std/type_traits | 8 --------
libstdc++-v3/testsuite/{20_util => 26_numerics}/endian/1.cc | 2 +-
4 files changed, 15 insertions(+), 9 deletions(-)
rename libstdc++-v3/testsuite/{20_util => 26_numerics}/endian/1.cc (98%)
--
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 e809ebbdddc [Loop Peeling] Fix idom detection algorithm.
new 34c16ce0f77 [NFC][DivRemPairs] Tests with rem in expanded form (PR42673)
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:
.../DivRemPairs/PowerPC/div-expanded-rem-pair.ll | 127 +++++++++++++++++++++
.../DivRemPairs/X86/div-expanded-rem-pair.ll | 127 +++++++++++++++++++++
2 files changed, 254 insertions(+)
create mode 100644 test/Transforms/DivRemPairs/PowerPC/div-expanded-rem-pair.ll
create mode 100644 test/Transforms/DivRemPairs/X86/div-expanded-rem-pair.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 lldb.
from d158d270a Correctly use GetLoadedModuleList to take advantage of librar [...]
new e0397c292 [lldb] [Process/NetBSD] Report stopped process on SIGSTOP
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/expression_command/call-restarts/TestCallThatRestarts.py | 1 -
.../lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | 1 -
packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py | 1 -
.../lldbsuite/test/functionalities/thread/state/TestThreadStates.py | 1 -
.../Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py | 2 --
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 1 +
6 files changed, 1 insertion(+), 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 libcxx.
from ce2a5ab4c Implement change #4 of P1466: Change weekday to accept both 0 [...]
new d0ad5eb1b [NFC][libcxx] Add comments about making mutex/condition_varia [...]
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/__config | 16 +++++++++++++---
1 file changed, 13 insertions(+), 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 release_90
in repository clang-tools-extra.
from 40ba6399 Merging r366455 and r366559: -------------------------------- [...]
new cf2c5ed5 Merging r366811, r366880, r366900, r366991 and r366992:
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/index/Serialization.cpp | 4 +-
clangd/test/log.test | 9 +
clangd/tool/ClangdMain.cpp | 543 +++++++++++++++++++++++++----------------
3 files changed, 341 insertions(+), 215 deletions(-)
create mode 100644 clangd/test/log.test
--
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 2af1c817 [clangd] Fix the annotate tweak after rL366893
new ccdeedb4 [clang-doc] Fix html entities in rendered text
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-doc/HTMLGenerator.cpp | 3 ++-
unittests/clang-doc/HTMLGeneratorTest.cpp | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.