This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d874e85ddbd [sanitizers] Use covering ObjectFormatType switches
new f043afb4341 [ARM] Add <saturate> operand to SQRSHRL and UQRSHLL
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/ARM/ARMInstrFormats.td | 10 +++++++
lib/Target/ARM/ARMInstrMVE.td | 36 ++++++++++++++++++-------
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 16 +++++++++++
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 7 +++++
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp | 8 ++++++
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h | 3 ++-
test/MC/ARM/mve-scalar-shift.s | 16 ++++++++---
test/MC/Disassembler/ARM/mve-scalar-shift.txt | 12 +++++++--
8 files changed, 91 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards dd6d1b01 4: update: linux-6d21a41b7b1f46d5d5c3ddc26b55c5c4a6a826b9: 19642
new db6c94df 4: update: llvm-linux: 19642
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 (dd6d1b01)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
01-reset_artifacts/console.log | 79 +-
02-build_llvm/console.log | 11519 ++++++++++++++++-----------------
03-build_linux/console.log | 1326 ++--
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 35 +-
console.log | 12971 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 13162 insertions(+), 12791 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 41c684ed 0: update: llvm-linux: boot
new 4f0de8d9 0: update: llvm-linux: boot
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 (41c684ed)
\
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11679 +++++++++++++++++------------------
03-build_linux/console.log | 594 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12524 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12504 insertions(+), 12552 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 be86d2aa [clangd] Handle windows line endings in QueryDriver
new dab5c1cc Revert r366458, r366467 and r366468
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/CMakeLists.txt | 1 -
clangd/ClangdServer.cpp | 3 +-
clangd/index/Background.cpp | 268 ++++++++++++++-------
clangd/index/Background.h | 38 +--
clangd/index/BackgroundIndexLoader.cpp | 151 ------------
clangd/index/BackgroundIndexLoader.h | 54 -----
clangd/index/BackgroundIndexStorage.cpp | 40 +--
clangd/index/BackgroundRebuild.cpp | 8 +-
clangd/index/BackgroundRebuild.h | 5 +-
.../Inputs/background-index/definition.jsonrpc | 2 +-
clangd/test/Inputs/background-index/foo.cpp | 2 +-
.../Inputs/background-index/{sub_dir => }/foo.h | 0
.../background-index/sub_dir/compile_flags.txt | 0
clangd/test/background-index.test | 4 +-
clangd/unittests/BackgroundIndexTests.cpp | 16 +-
15 files changed, 225 insertions(+), 367 deletions(-)
delete mode 100644 clangd/index/BackgroundIndexLoader.cpp
delete mode 100644 clangd/index/BackgroundIndexLoader.h
rename clangd/test/Inputs/background-index/{sub_dir => }/foo.h (100%)
delete mode 100644 clangd/test/Inputs/background-index/sub_dir/compile_flags.txt
--
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 b8bf8b22ff [sanitizers] Use covering ObjectFormatType switches
new 89f0031320 [OpenCL] Define CLK_NULL_EVENT without cast
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/Headers/opencl-c-base.h | 2 +-
test/SemaOpenCL/clk_event_t.cl | 3 ++-
2 files changed, 3 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 f8bc68e8 [clangd] cleanup: unify the implemenation of checking a locat [...]
new be86d2aa [clangd] Handle windows line endings in QueryDriver
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/QueryDriverDatabase.cpp | 6 ++++--
clangd/test/system-include-extractor.test | 2 +-
2 files changed, 5 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 gcc-9-branch
in repository gcc.
from 1dde74b7ccf Daily bump.
new a7432fd56bd PR c++/82081 - tail call optimization breaks noexcept
new 16e513ff665 PR c++/63149 - wrong auto deduction from braced-init-list
new 5d6ef84ccee PR c++/85552 - wrong instantiation of dtor for DMI.
new baafcab22e5 PR c++/90098 - partial specialization and class non-type parms.
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:
gcc/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 20 ++++++++++++++++++
gcc/cp/call.c | 6 ++++++
gcc/cp/pt.c | 15 +++++++++-----
gcc/cp/typeck2.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/initlist-deduce2.C | 8 +++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-list5.C | 30 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class18.C | 17 +++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class19.C | 13 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class20.C | 13 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class21.C | 10 +++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class22.C | 21 +++++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C | 11 ++++++++++
gcc/tree-tailcall.c | 7 +++++++
14 files changed, 176 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-deduce2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class18.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class19.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class20.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class21.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class22.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.