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-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 6c0946d0d2 x86: correct VFPCLASSP{S,D} operand size handling
adds cd5900f33b Cache the Thread Local Base pointer type in the gdbarch
adds 052793ad15 Fix kill of processes created by win32_create_inferior
adds d27b8e5f14 Remove dwarf_expr_baton
adds aeefc73cb2 Print more information in arm_dump_tdep
adds 7559c21717 Change booleans to bool in ARM's gdbarch_tdep
adds a9d6541862 Change fde table to a vector
adds a7a3ae5c02 Store the comp_unit instead of the FDE table
adds 0d404d447a Add per-unit obstack
adds 4debb23796 Remove a use of the comp_unit backlink
adds 2198230456 Remove the objfile backlink from comp_unit
adds 3d4560f707 Move the frame data to the BFD when possible
adds c273235f6c Automatic date update in version.in
adds d1437c0ea6 Remove some dead code from event-loop.c
adds f3b0f7fe42 [gdb/testsuite] Fix gnatmake_version_at_least
adds 7deea9aad8 x86: fix SSE4a dependencies of ".arch .nosse*"
adds f98a845896 Adding myself to gdb/MAINTAINERS
adds 99845b3b77 plugin: Search bfd-plugins directories only once
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 12 ++
bfd/plugin.c | 77 ++++++------
bfd/version.h | 2 +-
gas/ChangeLog | 5 +
gas/config/tc-i386.c | 2 +-
gdb/ChangeLog | 74 ++++++++++++
gdb/MAINTAINERS | 1 +
gdb/arm-tdep.c | 40 +++++--
gdb/arm-tdep.h | 12 +-
gdb/dwarf2/frame.c | 292 ++++++++++++++++++++++------------------------
gdb/dwarf2/loc.c | 9 --
gdb/event-loop.c | 33 ------
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/lib/ada.exp | 4 +-
gdb/windows-tdep.c | 15 ++-
gdbserver/ChangeLog | 4 +
gdbserver/win32-low.c | 3 +
opcodes/ChangeLog | 7 ++
opcodes/i386-gen.c | 6 +-
opcodes/i386-init.h | 12 +-
20 files changed, 348 insertions(+), 267 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 21689845 0: update: binutils-gcc-linux: boot
new 2248ef48 0: update: binutils-gcc-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 (21689845)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 134 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11754 ++++++------
04-build_abe-stage1/console.log | 15766 ++++++++--------
05-build_linux/console.log | 8014 ++++----
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 36141 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 36116 insertions(+), 36155 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-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from b3cf70427eb [CodeGen] Fix the computation of the alignment of split stores.
adds 808f8a632f8 Fix type-dependency of bitfields in templates
adds e1b73356879 Fix a reentrance bug with deserializing ObjC type parameters.
adds 9c9e46d786d [Clang] Limit -fintegrated-cc1 to only one TU
adds 90c78073f73 Linker/module-max-warn.ll: Fix test to be compatible with W [...]
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Driver/Job.h | 16 ++++++-----
clang/lib/AST/Expr.cpp | 5 ++++
clang/lib/Driver/Driver.cpp | 5 ++++
clang/lib/Driver/Job.cpp | 19 +++++++++++--
clang/lib/Driver/ToolChains/Clang.cpp | 2 +-
clang/lib/Serialization/ASTReaderDecl.cpp | 2 +-
clang/test/Driver/cc1-spawnprocess.c | 31 ++++++++++++++++------
clang/test/Modules/Inputs/module.map | 4 +++
clang/test/Modules/Inputs/objc_type_param.h | 13 +++++++++
clang/test/Modules/objc-type-param.m | 8 ++++++
clang/test/SemaTemplate/enum-argument.cpp | 3 ++-
.../SemaTemplate/value-dependent-bitfield-cond.cpp | 13 +++++++++
llvm/test/Linker/module-max-warn.ll | 4 +--
13 files changed, 103 insertions(+), 22 deletions(-)
create mode 100644 clang/test/Modules/Inputs/objc_type_param.h
create mode 100644 clang/test/Modules/objc-type-param.m
create mode 100644 clang/test/SemaTemplate/value-dependent-bitfield-cond.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 25cc6ce3 0: update: llvm-linux: 18068
new 8d786a27 0: update: llvm-linux: 18068
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 (25cc6ce3)
\
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 | 158 +-
02-build_llvm/console.log | 12666 +++++++++++++++++-----------------
03-build_linux/console.log | 944 ++-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 32 +
console.log | 13802 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13836 insertions(+), 13776 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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 359c92c02bfa Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/ [...]
adds 9d1b38958b07 scripts/kallsyms: fix memory corruption caused by write over-run
adds 083bc0e1ce91 kbuild: fix mismatch between .version and include/generate [...]
adds f2850dd5ee01 Merge tag 'kbuild-fixes-v5.6' of git://git.kernel.org/pub/ [...]
adds 0bf999f9c5e7 linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was split
No new revisions were added by this update.
Summary of changes:
include/linux/pipe_fs_i.h | 3 ++-
scripts/kallsyms.c | 4 ++--
scripts/link-vmlinux.sh | 2 +-
3 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-project.
from b3cf70427eb [CodeGen] Fix the computation of the alignment of split stores.
adds 808f8a632f8 Fix type-dependency of bitfields in templates
adds e1b73356879 Fix a reentrance bug with deserializing ObjC type parameters.
adds 9c9e46d786d [Clang] Limit -fintegrated-cc1 to only one TU
adds 90c78073f73 Linker/module-max-warn.ll: Fix test to be compatible with W [...]
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Driver/Job.h | 16 ++++++-----
clang/lib/AST/Expr.cpp | 5 ++++
clang/lib/Driver/Driver.cpp | 5 ++++
clang/lib/Driver/Job.cpp | 19 +++++++++++--
clang/lib/Driver/ToolChains/Clang.cpp | 2 +-
clang/lib/Serialization/ASTReaderDecl.cpp | 2 +-
clang/test/Driver/cc1-spawnprocess.c | 31 ++++++++++++++++------
clang/test/Modules/Inputs/module.map | 4 +++
clang/test/Modules/Inputs/objc_type_param.h | 13 +++++++++
clang/test/Modules/objc-type-param.m | 8 ++++++
clang/test/SemaTemplate/enum-argument.cpp | 3 ++-
.../SemaTemplate/value-dependent-bitfield-cond.cpp | 13 +++++++++
llvm/test/Linker/module-max-warn.ll | 4 +--
13 files changed, 103 insertions(+), 22 deletions(-)
create mode 100644 clang/test/Modules/Inputs/objc_type_param.h
create mode 100644 clang/test/Modules/objc-type-param.m
create mode 100644 clang/test/SemaTemplate/value-dependent-bitfield-cond.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 25c556d4 0: update: llvm-linux: all
new 6ad60351 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 (25c556d4)
\
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 | 12690 ++++++++++++++--------------
03-build_linux/console.log | 3984 ++++-----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 16912 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 16922 insertions(+), 16922 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-master-arm-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 6c0946d0d2 x86: correct VFPCLASSP{S,D} operand size handling
adds cd5900f33b Cache the Thread Local Base pointer type in the gdbarch
adds 052793ad15 Fix kill of processes created by win32_create_inferior
adds d27b8e5f14 Remove dwarf_expr_baton
adds aeefc73cb2 Print more information in arm_dump_tdep
adds 7559c21717 Change booleans to bool in ARM's gdbarch_tdep
adds a9d6541862 Change fde table to a vector
adds a7a3ae5c02 Store the comp_unit instead of the FDE table
adds 0d404d447a Add per-unit obstack
adds 4debb23796 Remove a use of the comp_unit backlink
adds 2198230456 Remove the objfile backlink from comp_unit
adds 3d4560f707 Move the frame data to the BFD when possible
adds c273235f6c Automatic date update in version.in
adds d1437c0ea6 Remove some dead code from event-loop.c
adds f3b0f7fe42 [gdb/testsuite] Fix gnatmake_version_at_least
adds 7deea9aad8 x86: fix SSE4a dependencies of ".arch .nosse*"
adds f98a845896 Adding myself to gdb/MAINTAINERS
adds 99845b3b77 plugin: Search bfd-plugins directories only once
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 12 ++
bfd/plugin.c | 77 ++++++------
bfd/version.h | 2 +-
gas/ChangeLog | 5 +
gas/config/tc-i386.c | 2 +-
gdb/ChangeLog | 74 ++++++++++++
gdb/MAINTAINERS | 1 +
gdb/arm-tdep.c | 40 +++++--
gdb/arm-tdep.h | 12 +-
gdb/dwarf2/frame.c | 292 ++++++++++++++++++++++------------------------
gdb/dwarf2/loc.c | 9 --
gdb/event-loop.c | 33 ------
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/lib/ada.exp | 4 +-
gdb/windows-tdep.c | 15 ++-
gdbserver/ChangeLog | 4 +
gdbserver/win32-low.c | 3 +
opcodes/ChangeLog | 7 ++
opcodes/i386-gen.c | 6 +-
opcodes/i386-init.h | 12 +-
20 files changed, 348 insertions(+), 267 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.