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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9e5a11dc 0: update: llvm-linux: 17751
new 26b0c92f 0: update: llvm-linux: 17751
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 (9e5a11dc)
\
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 | 18 +-
02-build_llvm/console.log | 11924 +++++++++++++++++----------------
03-build_linux/console.log | 1964 +++---
06-update_baseline/console.log | 28 -
console.log | 13934 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 13909 insertions(+), 13965 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 01ef2430 Make add_new_check.py's insertion of registerCheck<> match th [...]
new a1896fd8 [clangd] Add targetDecl(), which determines what declaration [...]
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/FindTarget.cpp | 381 ++++++++++++++++++++++++++++
clangd/FindTarget.h | 144 +++++++++++
clangd/unittests/ASTTests.cpp | 1 -
clangd/unittests/CMakeLists.txt | 1 +
clangd/unittests/FindTargetTests.cpp | 469 +++++++++++++++++++++++++++++++++++
6 files changed, 996 insertions(+), 1 deletion(-)
create mode 100644 clangd/FindTarget.cpp
create mode 100644 clangd/FindTarget.h
create mode 100644 clangd/unittests/FindTargetTests.cpp
--
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 0a76e735f94 S/390: Commit forgotten test for r275336
new 0100a694490 2019-09-03 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 8 ++++++++
gcc/tree-ssa-sccvn.c | 45 ---------------------------------------------
gcc/tree-ssa-sccvn.h | 2 --
3 files changed, 8 insertions(+), 47 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 e491ffc9577 [SystemZ] Add support for fentry.
new ec89cafc1da [ARM] Ignore Implicit CPSR regs when lowering from Machine [...]
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/ARMMCInstLower.cpp | 4 +-
test/CodeGen/Thumb2/csel.ll | 20 +-
test/CodeGen/Thumb2/mve-abs.ll | 4 +-
test/CodeGen/Thumb2/mve-fmath.ll | 16 +-
test/CodeGen/Thumb2/mve-minmax.ll | 20 +-
test/CodeGen/Thumb2/mve-pred-and.ll | 40 ++--
test/CodeGen/Thumb2/mve-pred-bitcast.ll | 4 +-
test/CodeGen/Thumb2/mve-pred-build-var.ll | 24 +--
test/CodeGen/Thumb2/mve-pred-ext.ll | 8 +-
test/CodeGen/Thumb2/mve-pred-loadstore.ll | 8 +-
test/CodeGen/Thumb2/mve-pred-not.ll | 16 +-
test/CodeGen/Thumb2/mve-pred-or.ll | 32 +--
test/CodeGen/Thumb2/mve-pred-xor.ll | 32 +--
test/CodeGen/Thumb2/mve-vcmp.ll | 44 ++--
test/CodeGen/Thumb2/mve-vcmpf.ll | 336 +++++++++++++++---------------
test/CodeGen/Thumb2/mve-vcmpfr.ll | 336 +++++++++++++++---------------
test/CodeGen/Thumb2/mve-vcmpfz.ll | 336 +++++++++++++++---------------
test/CodeGen/Thumb2/mve-vcmpr.ll | 44 ++--
test/CodeGen/Thumb2/mve-vcmpz.ll | 16 +-
test/MC/ARM/thumbv8.1m.s | 12 ++
20 files changed, 682 insertions(+), 670 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 8a5a7627be Fixit for -Wfinal-dtor-non-final-class
new c5183658b7 [OpenCL] Drop spurious semicolon in generated file; 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:
utils/TableGen/ClangOpenCLBuiltinEmitter.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.
unknown user pushed a change to branch master
in repository llvm.
from d43960593b8 [ARM] Invert CSEL predicates if the opposite is a simpler c [...]
new e491ffc9577 [SystemZ] Add support for fentry.
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/SystemZ/SystemZAsmPrinter.cpp | 14 ++++++++++++++
lib/Target/SystemZ/SystemZAsmPrinter.h | 1 +
test/CodeGen/{X86 => SystemZ}/fentry-insertion.ll | 13 ++++++-------
3 files changed, 21 insertions(+), 7 deletions(-)
copy test/CodeGen/{X86 => SystemZ}/fentry-insertion.ll (67%)
--
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 6d35d1e60c2 [ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
new d43960593b8 [ARM] Invert CSEL predicates if the opposite is a simpler c [...]
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/ARMBaseInstrInfo.cpp | 47 +++++++++++++++++++++++++++++++++++++
lib/Target/ARM/ARMBaseInstrInfo.h | 14 +++++++++++
lib/Target/ARM/ARMISelDAGToDAG.cpp | 35 ++++-----------------------
lib/Target/ARM/ARMISelLowering.cpp | 9 +++++++
test/CodeGen/Thumb2/csel.ll | 8 +++----
5 files changed, 79 insertions(+), 34 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_gnu/gnu-release-arm-check_gcc
in repository toolchain/ci/base-artifacts.
discards 1e558d41 0: update: gcc-8502af43c3c4fc721d270120061ea9053ee49130: 1
new ebba8ce9 0: update: gcc-39b692254a49936eceb22c6fdf34b975c1c0b3f5: 1
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 (1e558d41)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 137 +-
02-prepare_abe/console.log | 346 +-
03-build_abe-check_gcc/console.log | 47035 +++++++--------
04-build_abe-check_gcc-check/console.log | 45800 +++++++-------
05-check_regression/console.log | 266 +-
06-update_baseline/console.log | 264 +-
console.log | 93830 ++++++++++++++---------------
jenkins/manifest.sh | 12 +-
sumfiles/g++.sum | 46 +-
sumfiles/gcc.sum | 20 +-
sumfiles/gfortran.sum | 4 +-
sumfiles/go.sum | 4 +-
sumfiles/gotools.sum | 4 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libffi.sum | 2 +-
sumfiles/libgo.sum | 4 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.sum | 15 +-
sumfiles/objc.sum | 4 +-
20 files changed, 93615 insertions(+), 94184 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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 62346316788 Backport r275292
adds 8b71343d217 Update libstdc++ docs for library version bumps
adds aba0dd32455 2019-09-02 Steven G. Kargl <kargl(a)gc.gnu.org>
adds 626d7d48e23 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/array.c | 36 +++++++++++++++++++++++++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91552.f90 | 10 ++++++++++
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/abi.html | 2 +-
libstdc++-v3/doc/xml/manual/abi.xml | 4 +++-
8 files changed, 61 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91552.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.