This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fb73e7ba915 [SLC] Refactor the simplication of pow() (NFC)
new 1453140bcb1 Attempt to fix Windows test failure caused by r338133
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/AArch64/arm64-opt-remarks-lazy-bfi.ll | 7 +++++--
1 file changed, 5 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 llvm.
from d0973b1cc35 [AArch64][SVE] Asm: Enable instructions to be prefixed.
new 8a876198f4a [X86] Regenerate fast-isel tests.
new cd2281d9372 [X86] Regenerate PKU test to merge 32/64-bit rdpkru checks
new 68c3d4fad41 [X86] Regenerate NOBMI/BMI combine-select tests.
new fb73e7ba915 [SLC] Refactor the simplication of pow() (NFC)
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:
lib/Transforms/Utils/SimplifyLibCalls.cpp | 225 +++++++++++++++---------------
test/CodeGen/X86/dagcombine-select.ll | 72 +++++-----
test/CodeGen/X86/fast-isel-fold-mem.ll | 9 +-
test/CodeGen/X86/fast-isel-select.ll | 19 ++-
test/CodeGen/X86/fast-isel-sext-zext.ll | 40 ------
test/CodeGen/X86/pku.ll | 16 +--
test/Transforms/InstCombine/pow-sqrt.ll | 6 +-
7 files changed, 180 insertions(+), 207 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 c4f64d0f6e [analyzer] Add support for more invalidating functions in In [...]
new 84dd838f3a [analyzer] Add missing state transition in IteratorChecker.
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/StaticAnalyzer/Checkers/IteratorChecker.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 gcc.
from 7d697d4de23 * de.po, sv.po: Update.
new 8fd65ace9ef testcase for 2-2 combine
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/combine-2-2.c | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/combine-2-2.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 clang-tools-extra.
from 19874c05 [clangd] Do not remove AST from cache if nothing changed
new 074a8b30 [clangd] Remove outdated comment. 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:
clangd/ClangdServer.h | 2 --
1 file changed, 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 llvm.
from b8b1cb30e78 [InstCombine] [NFC] Added tests for Select with binop fold
new c80d03aba54 [AArch64][SVE] Asm: Add MOVPRFX instructions.
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/AArch64/AArch64InstrFormats.td | 15 +++
lib/Target/AArch64/AArch64InstrInfo.h | 26 ++++
lib/Target/AArch64/AArch64RegisterInfo.td | 69 ++++++----
lib/Target/AArch64/AArch64SVEInstrInfo.td | 3 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 148 +++++++++++++++++++++-
lib/Target/AArch64/SVEInstrFormats.td | 42 ++++++
6 files changed, 273 insertions(+), 30 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 1b2dafb41e [CodeComplete] Fix the crash in code completion on access checking
new c4f64d0f6e [analyzer] Add support for more invalidating functions in In [...]
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:
.../Checkers/InnerPointerChecker.cpp | 188 ++++++++++++++-------
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 5 +
test/Analysis/inner-pointer.cpp | 92 ++++++++--
3 files changed, 214 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 llvm.
from aee71c080d5 [doc] Fix Getting Started typo.
new b8b1cb30e78 [InstCombine] [NFC] Added tests for Select with binop fold
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/Transforms/InstCombine/select-binop-icmp.ll | 83 ++++++++++++++++++++++--
1 file changed, 77 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 clang-tools-extra.
from ba5e25cf [clangd] Fix a comment. NFC
new 19874c05 [clangd] Do not remove AST from cache if nothing changed
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/TUScheduler.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.