This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1895810dff5 [MemorySSA +LICM CFHoist] Solve PR40317.
new c3650b8e354 [LICM] Cleanup duplicated code. [NFCI]
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/Scalar/LICM.cpp | 28 +++++++++++-----------------
1 file changed, 11 insertions(+), 17 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 ed5c317d76a Test cases for demanded elements on vector GEPs
new 1895810dff5 [MemorySSA +LICM CFHoist] Solve PR40317.
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/Scalar/LICM.cpp | 5 ++++
test/Transforms/LICM/pr40317.ll | 62 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 test/Transforms/LICM/pr40317.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 e7f2f45073f [X86] Regenerate SBB test to fix buildbots.
new dea0eae9a50 [IRBuilder] Remove positivity check from CreateAlignmentAss [...]
new ed5c317d76a Test cases for demanded elements on vector GEPs
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/IRBuilder.h | 14 +--
test/Transforms/InstCombine/vec_demanded_elts.ll | 127 +++++++++++++++++++++++
2 files changed, 132 insertions(+), 9 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 97c425f07c Add a priority field to availability attributes to prioritiz [...]
new 0e5e0fd91b [NFC][clang] Test updates for CreateAlignmentAssumption() ch [...]
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/alloc-align-attr.c | 36 ++++++++--------------
...-attribute-alloc_align-on-function-variable.cpp | 4 +--
2 files changed, 13 insertions(+), 27 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 e5ac0331 [clangd] Clean the cache of file statuses on vscode-clangd wh [...]
new 5540de03 [clang-tidy] Rename the absl duration helper functions; 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:
clang-tidy/abseil/DurationComparisonCheck.cpp | 2 +-
clang-tidy/abseil/DurationConversionCastCheck.cpp | 7 ++++---
clang-tidy/abseil/DurationFactoryScaleCheck.cpp | 4 ++--
clang-tidy/abseil/DurationRewriter.cpp | 10 +++++-----
clang-tidy/abseil/DurationRewriter.h | 6 +++---
clang-tidy/abseil/DurationSubtractionCheck.cpp | 3 ++-
6 files changed, 17 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 lldb.
from 13277346b [CMake] Remove duplicated cache variable. NFC.
new f9b58ac00 Unbreak windows bots
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:
packages/Python/lldbsuite/test/lldbtest.py | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 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 42cbe7a2a [libcxx] Portability fix: unordered_set and unordered_multise [...]
new e7e7b2e6b D14686: 'Protect against overloaded comma in random_shuffle a [...]
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/algorithm | 4 ++--
.../alg.random.shuffle/random_shuffle.pass.cpp | 28 +++++++++++++++++++++-
.../random_shuffle_rand.pass.cpp | 19 ++++++++++++++-
3 files changed, 47 insertions(+), 4 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 167bdce619 [FileManager] Revert r347205 to avoid PCH file-descriptor leak.
new 97c425f07c Add a priority field to availability attributes to prioritiz [...]
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/Attr.td | 3 +-
include/clang/Basic/AttrDocs.td | 70 ++++++++++++++++++++--
include/clang/Sema/ParsedAttr.h | 23 +++++---
include/clang/Sema/Sema.h | 42 +++++++++----
lib/Sema/SemaAttr.cpp | 3 +
lib/Sema/SemaDecl.cpp | 12 ++--
lib/Sema/SemaDeclAttr.cpp | 95 +++++++++++-------------------
test/SemaObjC/attr-availability-priority.m | 53 +++++++++++++++++
8 files changed, 210 insertions(+), 91 deletions(-)
create mode 100644 test/SemaObjC/attr-availability-priority.m
--
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 26b7bd710 Revert "[Sanitizers] UBSan unreachable incompatible with ASan [...]
new 9f63df969 Disable LSan on NetBSD
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:
cmake/config-ix.cmake | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from 22ff602427 RISC-V: Update nofpu ULPs
new b96e22d080 hurd: Fix initial sigaltstack state
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.