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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 57c94389 0: update: binutils-gcc-linux: boot
new 99edfd62 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 (57c94389)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 217 +-
02-prepare_abe/console.log | 266 +-
03-build_abe-binutils/console.log | 11031 +++++++--------
04-build_abe-stage1/console.log | 14008 +++++++++----------
05-build_linux/console.log | 616 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26177 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 26193 insertions(+), 26156 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 61fe4ef60e3 [X86] Add a VBROADCAST_LOAD ISD opcode representing a scala [...]
new 8ec8c66e716 AMDGPU/GlobalISel: Increase max legal size to 1024
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/AMDGPU/AMDGPULegalizerInfo.cpp | 16 +-
lib/Target/AMDGPU/AMDGPURegisterBanks.td | 4 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +
.../AMDGPU/GlobalISel/inst-select-extract.mir | 154 +++++++++++----
.../AMDGPU/GlobalISel/inst-select-implicit-def.mir | 30 +++
.../AMDGPU/GlobalISel/inst-select-merge-values.mir | 26 +++
.../GlobalISel/inst-select-unmerge-values.mir | 28 +++
.../GlobalISel/legalize-extract-vector-elt.mir | 50 +++++
.../AMDGPU/GlobalISel/legalize-implicit-def.mir | 11 +-
.../GlobalISel/legalize-insert-vector-elt.mir | 19 ++
test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 206 +++++++++++++++++----
11 files changed, 453 insertions(+), 94 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 5d0a46da9d0 gcc/ 2019-10-01 Oleg Endo <olegendo(a)gcc.gnu.org>
new 72895fe9d68 PR c++/91925 * c-warn.c (check_alignment_of_packed_member [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-warn.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/conversion/packed2.C | 15 +++++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/conversion/packed2.C
--
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 303c51ac632 [AMDGPU] Add VerifyScheduling support.
new 61fe4ef60e3 [X86] Add a VBROADCAST_LOAD ISD opcode representing a scala [...]
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/X86/X86ISelDAGToDAG.cpp | 43 ++-
lib/Target/X86/X86ISelLowering.cpp | 115 +++++++-
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrAVX512.td | 288 ++++++++++-----------
lib/Target/X86/X86InstrFragmentsSIMD.td | 22 ++
lib/Target/X86/X86InstrSSE.td | 46 ++--
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 7 +-
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 14 +-
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 32 +--
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 22 +-
.../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 28 +-
11 files changed, 382 insertions(+), 238 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 57d782aed7 [Diagnostics] Move warning into the subgroup (-Wenum-compare [...]
new 32e6e8415c [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non- [...]
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/Sema/SemaOpenMP.cpp | 18 +++++++++++++-----
test/OpenMP/for_codegen.cpp | 33 ++++++++++++++++-----------------
2 files changed, 29 insertions(+), 22 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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 663f67df1e PR25046, readelf "Reading xxx bytes extends past end of file [...]
adds 703a86c2fa gdb: re-write add_psymbol_to_list doc, move it to header file
adds c7ee338a2d Improve some comments about msymbol handling
adds 4a56a52007 Disable all warnings in gdb.rust/traits.rs
adds 6fb08628e0 Use std::sort instead of qsort in minsyms.c
adds 5f48f8f3c3 Remove extra whitespaces at the end of lines.
adds af79fcc547 Automatic date update in version.in
adds 8fe0f950f4 [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
adds cd7c32c36a Fix leak due to assigning a xstrdup-ed string to the std::st [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
gdb/dwarf2read.c | 20 +++++++++++++++-----
gdb/main.c | 8 +++-----
gdb/minsyms.c | 38 ++++++++++++++++----------------------
gdb/minsyms.h | 3 ++-
gdb/objfiles.h | 14 ++++++++------
gdb/psympriv.h | 35 ++++++++++++++++++++++++++---------
gdb/psymtab.c | 6 +-----
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/traits.rs | 4 +---
11 files changed, 117 insertions(+), 57 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0a58285d 0: update: binutils-gcc-linux: all
new a1ceeb57 0: update: binutils-gcc-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 (0a58285d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 106 +-
02-prepare_abe/console.log | 200 +-
03-build_abe-binutils/console.log | 11387 ++++++------
04-build_abe-stage1/console.log | 20026 ++++++++++-----------
05-build_linux/console.log | 2340 +--
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 34077 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 34111 insertions(+), 34061 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 lld.
from ff54d4fae ELF: Don't merge SHF_LINK_ORDER sections for different output [...]
new 60dd73a69 ELF: Add .interp synthetic sections first in createSyntheticS [...]
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:
ELF/SyntheticSections.cpp | 6 ++----
ELF/Writer.cpp | 18 +++++++++++++-----
test/ELF/Inputs/shared.s | 4 ++--
test/ELF/dynamic-linker.s | 4 ++--
test/ELF/partition-dynamic-linker.s | 24 ++++++++++++++++++++++++
5 files changed, 43 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/partition-dynamic-linker.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.