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 77985fce 0: update: llvm-linux: all
new dce23949 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 (77985fce)
\
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 | 221 +-
02-build_llvm/console.log | 11726 +++++++++++++++++------------------
03-build_linux/console.log | 672 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12654 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 12662 insertions(+), 12639 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f9fc5153 0: update: llvm-linux: all
new 7fd7635a 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 (f9fc5153)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 166 +-
02-build_llvm/console.log | 12087 ++++++++++++++++++------------------
03-build_linux/console.log | 684 +--
04-boot_linux/console.log | 2 +-
console.log | 12939 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
6 files changed, 12959 insertions(+), 12933 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 lldb.
from 1aea3195b [lldb][NFC] Fix warning about missing switch cases
new 7dbd49dcf [lldb][NFC] Unify InstrList typedef in IRForTarget
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:
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp | 8 ++------
1 file changed, 2 insertions(+), 6 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 binutils-gdb.
from 1ba7cdcd93 doc: fix PAC typo
new f16a9783c5 Add support for a MIPS specific .MIPS.xhash section.
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:
bfd/ChangeLog | 46 +++++++++++++
bfd/elf-bfd.h | 7 ++
bfd/elflink.c | 46 ++++++++++---
bfd/elfxx-mips.c | 78 ++++++++++++++++++++++
bfd/elfxx-mips.h | 4 ++
bfd/elfxx-target.h | 5 ++
binutils/ChangeLog | 10 +++
binutils/readelf.c | 52 +++++++++++++--
include/ChangeLog | 5 ++
include/elf/mips.h | 6 ++
ld/ChangeLog | 16 +++++
ld/emulparams/elf32bmip.sh | 1 +
ld/emulparams/elf32bmipn32-defs.sh | 1 +
ld/emulparams/elf64bmip-defs.sh | 1 +
ld/emultempl/mipself.em | 16 -----
ld/testsuite/ld-elf/hash.d | 2 +-
ld/testsuite/ld-mips-elf/hash1.d | 11 +++
ld/testsuite/ld-mips-elf/hash1.s | 8 ++-
ld/testsuite/ld-mips-elf/hash1a.d | 5 --
ld/testsuite/ld-mips-elf/hash1b.d | 4 --
ld/testsuite/ld-mips-elf/hash1c.d | 4 --
.../{ld-elf/hash.d => ld-mips-elf/hash2.d} | 8 +--
ld/testsuite/ld-mips-elf/mips-elf.exp | 5 +-
.../{ld-elf/pr14926.s => ld-mips-elf/start.s} | 12 ++--
24 files changed, 294 insertions(+), 59 deletions(-)
create mode 100644 ld/testsuite/ld-mips-elf/hash1.d
delete mode 100644 ld/testsuite/ld-mips-elf/hash1a.d
delete mode 100644 ld/testsuite/ld-mips-elf/hash1b.d
delete mode 100644 ld/testsuite/ld-mips-elf/hash1c.d
copy ld/testsuite/{ld-elf/hash.d => ld-mips-elf/hash2.d} (65%)
copy ld/testsuite/{ld-elf/pr14926.s => ld-mips-elf/start.s} (81%)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 6a0f5a1 round-robin.sh: Add missing "shift" to build_abe()
new f3ff4d1 round-robin.sh: Fix thinko
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:
round-robin.sh | 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 lldb.
from 4150baa6b [lldb] Refactor guard variable checks in IRForTarget
new 1aea3195b [lldb][NFC] Fix warning about missing switch cases
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:
source/Symbol/ClangASTContext.cpp | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
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 a6c1933b 0: update: llvm-linux: 19684
new 957b279d 0: update: llvm-linux: 19689
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 (a6c1933b)
\
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 | 166 +-
02-build_llvm/console.log | 11732 +++++++++++++++++-----------------
03-build_linux/console.log | 1242 ++--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 8 +-
console.log | 13150 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
8 files changed, 13174 insertions(+), 13146 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 gcc.
from e0dce7bf1e9 skip Cholesky decomposition in is>>n_mv_dist
new 37d02a7deb2 Reject tail calls that read from an escaped RESULT_DECL (PR90313)
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr90313.cc | 33 +++++++++++++++++++++++++++++++++
gcc/tree-tailcall.c | 29 +++++++++++++++++++++++++++++
4 files changed, 73 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr90313.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.