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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2b6b5957 0: update: llvm-linux: all
new 1731d9da 0: update: llvm-linux: 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 (2b6b5957)
\
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 | 11724 +++++++++++++++++-----------------
03-build_linux/console.log | 1090 ++--
04-boot_linux/console.log | 5 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13047 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13054 insertions(+), 13056 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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ffc63635 0: update: llvm-linux: 18110
new d6a89299 0: update: llvm-linux: 18110
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 (ffc63635)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 12010 +++++++++++++--------------
03-build_linux/console.log | 4428 +++++-----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 28 +
console.log | 16694 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 16730 insertions(+), 16666 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 befd61501a5 [llvm-objdump] Re-commit r367284.
new 5ae81371a4d [ARM] MVE big endian bitcasts
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/ARMInstrMVE.td | 45 ++++++
test/CodeGen/Thumb2/mve-be.ll | 330 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 375 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-be.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 gcc-9-branch
in repository gcc.
from bc98856d278 Darwin, testsuite, backport fix for PR83891
new 0795277ac37 Darwin, X86, backport testsuite fix for 67958.
new 5456dbbd46e Darwin, testsuite, backport for for 27221.
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:
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/alignof2.C | 2 +-
gcc/testsuite/gcc.target/i386/pr32219-1.c | 12 ++++++++----
gcc/testsuite/gcc.target/i386/pr32219-2.c | 11 +++++++++--
gcc/testsuite/gcc.target/i386/pr32219-3.c | 17 +++++++++++++----
gcc/testsuite/gcc.target/i386/pr32219-4.c | 10 ++++++++--
gcc/testsuite/gcc.target/i386/pr32219-5.c | 10 +++++++---
gcc/testsuite/gcc.target/i386/pr32219-6.c | 15 +++++++++++----
gcc/testsuite/gcc.target/i386/pr32219-7.c | 16 ++++++++++++----
gcc/testsuite/gcc.target/i386/pr32219-8.c | 12 +++++++++---
10 files changed, 102 insertions(+), 27 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 d985828d5a Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
new 0778fc61cf [Parser] Emit descriptive diagnostic for misplaced pragma
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:
include/clang/Basic/DiagnosticParseKinds.td | 2 ++
lib/Parse/ParseDecl.cpp | 8 ++++++++
lib/Parse/ParseDeclCXX.cpp | 7 +++++++
test/Parser/pragma-attribute-context.cpp | 3 +--
test/Parser/pragma-fp-contract.c | 13 ++++++++++++
test/Parser/pragma-fp-contract.cpp | 32 +++++++++++++++++++++++++++++
6 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 test/Parser/pragma-fp-contract.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 gcc-9-branch
in repository gcc.
from 597347cf07e Darwin, ppc, backport testsuite fix for pr87600.
new 4537e985dbb Darwin, ppc, backport fixes to exclude Darwin from VSX, pow [...]
new 2a305539b50 Darwin, X86, backport fix for PR58321.
new bc98856d278 Darwin, testsuite, backport fix for PR83891
The 3 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 | 33 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/darwin-weakimport-3.c | 17 +++++++++++-
gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c | 5 +++-
gcc/testsuite/gcc.target/i386/memset-strategy-1.c | 6 +++--
gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp | 6 +++--
gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp | 7 +++--
gcc/testsuite/lib/target-supports.exp | 29 ++++++++++++++------
7 files changed, 87 insertions(+), 16 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b88e2c53 0: update: llvm-linux: all
new 5373700a 0: update: llvm-linux: 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 (b88e2c53)
\
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 | 48 +-
02-build_llvm/console.log | 11602 ++++++++++++++++++-------------------
03-build_linux/console.log | 504 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12181 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12210 insertions(+), 12160 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.