This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 56d19413a8 Disable tidy checks with too many hits
new 6c374b5f1d [CUDA] Relax lit test condition after r352798.
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/Driver/cuda-detect.cu | 8 ++++----
1 file changed, 4 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-tools-extra.
from 5b60b9a1 [clangd] Use delimited style to make life easier for the fuzzer
new 820bac17 [clangd] Implement textDocument/declaration from LSP 3.14
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/ClangdLSPServer.cpp | 35 +++++-
clangd/ClangdLSPServer.h | 2 +
clangd/ClangdServer.cpp | 9 +-
clangd/ClangdServer.h | 7 +-
clangd/XRefs.cpp | 178 ++++++++++++--------------
clangd/XRefs.h | 20 ++-
test/clangd/initialize-params.test | 1 +
unittests/clangd/ClangdTests.cpp | 23 ++--
unittests/clangd/SyncAPI.cpp | 8 +-
unittests/clangd/SyncAPI.h | 4 +-
unittests/clangd/TUSchedulerTests.cpp | 8 +-
unittests/clangd/XRefsTests.cpp | 226 +++++++++++++++++++---------------
12 files changed, 290 insertions(+), 231 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d6e8e4628 linux-65f42a73e55331961153006e902c4fe0bb4a69bb: 17749
new cac42be01 llvm-e26a2f2368bf6844ab6ce3ba83ed6a34b15969e4: 17749
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d6e8e4628)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 72 +-
2-build_llvm/console.log | 10238 +++++++++++++++----------------
3-count_linux_objs/console.log | 2376 ++++----
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 12624 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 12674 insertions(+), 12670 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_80
in repository llvm.
from a42506fe663 [docs][mips] 8.0 Release notes
new b6c8e5aed23 Merging r352770: ------------------------------------------ [...]
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:
.../llvm/Transforms/Utils/FunctionImportUtils.h | 5 ++++
lib/Transforms/Utils/FunctionImportUtils.cpp | 18 ++++++++++++
test/Transforms/FunctionImport/Inputs/comdat.ll | 10 +++++++
test/Transforms/FunctionImport/comdat.ll | 32 ++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 test/Transforms/FunctionImport/Inputs/comdat.ll
create mode 100644 test/Transforms/FunctionImport/comdat.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 a53c9ac0aaf Provide reason messages for unviable inlining
new 58de8603ab0 [X86][BdVer2] Transfer delays from the integer to the float [...]
new ba3936b0ea8 Disable tidy checks with too many hits
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:
.clang-tidy | 2 +-
lib/Target/X86/X86ScheduleBdVer2.td | 5 ++-
test/CodeGen/X86/mmx-schedule.ll | 4 +--
test/CodeGen/X86/sse-schedule.ll | 6 ++--
test/CodeGen/X86/sse2-schedule.ll | 10 +++---
test/CodeGen/X86/sse41-schedule.ll | 12 +++----
.../llvm-mca/X86/BdVer2/int-to-fpu-forwarding-1.s | 16 ++++-----
.../llvm-mca/X86/BdVer2/int-to-fpu-forwarding-2.s | 8 ++---
.../llvm-mca/X86/BdVer2/int-to-fpu-forwarding-3.s | 38 +++++++++++-----------
test/tools/llvm-mca/X86/BdVer2/resources-avx1.s | 16 ++++-----
test/tools/llvm-mca/X86/BdVer2/resources-sse1.s | 4 +--
test/tools/llvm-mca/X86/BdVer2/resources-sse2.s | 4 +--
test/tools/llvm-mca/X86/BdVer2/resources-sse41.s | 6 ++--
13 files changed, 67 insertions(+), 64 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_80
in repository clang.
from e10d57bc70 [docs][mips] Clang 8.0 Release notes
new 26f58c1748 Merging r352672: ------------------------------------------- [...]
new faa48a0446 Merging r352822: ------------------------------------------- [...]
new 5332a3250b Merging r352156: ------------------------------------------- [...]
new c5ead2c488 Merging r352463: ------------------------------------------- [...]
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:
include/clang/Basic/BuiltinsAArch64.def | 10 +++++-----
include/clang/Basic/Features.def | 2 +-
lib/Sema/SemaDeclCXX.cpp | 3 ---
test/CodeGen/arm64-crc32.c | 19 +++++++++++--------
test/CodeGen/builtins-arm64.c | 27 ++++++++++++++++++++++-----
test/CodeGenCXX/trivial_abi.cpp | 19 ++-----------------
test/SemaObjC/enum-fixed-type.m | 2 ++
7 files changed, 43 insertions(+), 39 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 07d269d268 Provide reason messages for unviable inlining
new 56d19413a8 Disable tidy checks with too many hits
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 | 7 ++++++-
1 file changed, 6 insertions(+), 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 clang-tools-extra.
from db5c618a [clangd] Unbreak fuzzer target
new 5b60b9a1 [clangd] Use delimited style to make life easier for the fuzzer
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/fuzzer/ClangdFuzzer.cpp | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c1b2fd5b7 binutils-16bfc2f9705b40a11052f465b83fea2ec0904ce5: all
new 67069c0ec gcc-b42cf2b2cfbd123d6fed8e1f1d73824de3e7ae77: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c1b2fd5b7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 14 +-
3-build_abe-binutils/console.log | 3202 ++++---
4-build_abe-stage1/console.log | 5396 ++++++------
5-count_linux_objs/console.log | 8513 +------------------
console.log | 17009 ++++++++++---------------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 8900 insertions(+), 25254 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.