This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a4cbdd47bb [X86][SSE] LowerShift - pull out repeated getTargetVShiftUn [...]
new 0ae87519292 Remove trailing whitespace introduced in r342440.
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/PowerPC/mulld.ll | 6 +++---
1 file changed, 3 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 master
in repository llvm.
from e725c11b63a [Xray] llvm-xray fix possible segfault
new 4a4cbdd47bb [X86][SSE] LowerShift - pull out repeated getTargetVShiftUn [...]
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/X86ISelLowering.cpp | 44 ++++++++++++++++----------------------
1 file changed, 19 insertions(+), 25 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 0a5be7e8d36 Fixes removal of dead elements from PressureDiff (PR37252).
new e725c11b63a [Xray] llvm-xray fix possible segfault
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-xray/xray-account.cpp | 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 clang-tools-extra.
from 8c5306bc [clang-tidy] use CHECK-NOTES in bugprone-forwarding-reference [...]
new 5e69828c [clangd] Merge ClangdServer::DynamicIndex into FileIndex. 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.cpp | 79 +++++++++-------------------------
clangd/ClangdServer.h | 4 +-
clangd/index/FileIndex.cpp | 86 ++++++++++++++++++++++---------------
clangd/index/FileIndex.h | 68 ++++++++++++++++++++---------
unittests/clangd/FileIndexTests.cpp | 42 +++++-------------
unittests/clangd/IndexTests.cpp | 15 +++----
unittests/clangd/TestTU.cpp | 6 +--
7 files changed, 140 insertions(+), 160 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 927ecfda [clang-tidy] use CHECK-NOTES in tests for bugprone-argument-comment
new 8c5306bc [clang-tidy] use CHECK-NOTES in bugprone-forwarding-reference [...]
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:
.../bugprone-forwarding-reference-overload.cpp | 35 +++++++++++++---------
1 file changed, 21 insertions(+), 14 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 0b7a2bc8 [clangd] dexp tool uses llvm::cl to parse its flags.
new 927ecfda [clang-tidy] use CHECK-NOTES in tests for bugprone-argument-comment
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/bugprone-argument-comment-gmock.cpp | 37 +++++++++++++++++++---
.../bugprone-argument-comment-strict.cpp | 17 +++++++---
test/clang-tidy/bugprone-argument-comment.cpp | 29 +++++++++++------
3 files changed, 64 insertions(+), 19 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 0faf959b [clangd] Update code completion for #include completions in r342449
new 0b7a2bc8 [clangd] dexp tool uses llvm::cl to parse its flags.
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/dex/dexp/Dexp.cpp | 205 +++++++++++++++++++++++++++--------------
test/CMakeLists.txt | 1 +
2 files changed, 136 insertions(+), 70 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 f9de7712d43 [AArch64] Attempt to parse more operands as expressions
new 0a5be7e8d36 Fixes removal of dead elements from PressureDiff (PR37252).
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/RegisterPressure.cpp | 3 +--
test/CodeGen/X86/GlobalISel/gep.ll | 4 ++--
test/CodeGen/X86/divrem.ll | 24 ++++++++++++------------
test/CodeGen/X86/divrem8_ext.ll | 2 +-
4 files changed, 16 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 bdecf7785e4 [benchmark] Lowercase windows specific includes
new f9de7712d43 [AArch64] Attempt to parse more operands as expressions
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/AsmParser/AArch64AsmParser.cpp | 35 ++++-------
test/MC/AArch64/adr-diagnostics.s | 43 +++++++++++++
test/MC/AArch64/adr.s | 37 ++++++++++++
test/MC/AArch64/arm64-elf-relocs.s | 74 ++++++++++++++++-------
test/MC/AArch64/basic-a64-diagnostics.s | 9 +++
test/MC/AArch64/elf-reloc-movw.s | 7 +++
test/MC/AArch64/label-arithmetic-elf.s | 2 +
7 files changed, 161 insertions(+), 46 deletions(-)
create mode 100644 test/MC/AArch64/adr-diagnostics.s
create mode 100644 test/MC/AArch64/adr.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.