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 e8ef12b9966 Fix "thread find" with multiple inferiors/targets (PR gdb/26631)
new 7d155da3d94 Add sniffer for Cygwin x86_64 core dumps
new aff9d38745f Add amd64_windows_gregset_reg_offset
new 62a5151b6b4 Promote windows_core_xfer_shared_libraries and windows_core [...]
new e7d612adc74 Add handling for 64-bit module addresses in Cygwin core dumps
new d3483b43ff1 Mention x86_64 Cygwin core file support in NEWS.
The 5 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:
gdb/ChangeLog | 27 +++++++++++
gdb/NEWS | 2 +
gdb/amd64-windows-tdep.c | 100 +++++++++++++++++++++++++++++++++++++++++
gdb/i386-windows-tdep.c | 100 +----------------------------------------
gdb/windows-tdep.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++
gdb/windows-tdep.h | 8 ++++
6 files changed, 252 insertions(+), 99 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0ad51768 0: update: binutils-gcc-linux: all
new 203a2dda 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 (0ad51768)
\
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 | 78 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11871 +++++------
04-build_abe-stage1/console.log | 16084 +++++++-------
05-build_linux/console.log | 4970 ++++-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33709 +++++++++++++++++-------------
jenkins/manifest.sh | 16 +-
results | 2 +-
13 files changed, 37856 insertions(+), 29338 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 220724c3114 amdgcn: Remove omp_gcn pass
new 685c95ebc49 MSP430: Fix CFA generation during function epilogues
new 2f8022873c7 MSP430: Add 'd', 'e', 'f' and 'g' asm operand modifiers
new 9c9b88fdcff tree-optimization/97081 - fix wrong-code with vectorized shift
new 3d3fe967b09 testsuite: add another test for the rotate vectorization mi [...]
new f89e9bfac36 MAINTAINERS: Add myself for write after approval.
new 3c7c5f1d4a4 ira: Fix elimination for global hard FPs [PR91957]
new c2bb84be4a6 [PATCH 2/5][Arm] New pattern for CSINV instructions
new 778f19ff953 [PATCH 3/5][Arm] New pattern for CSINC instructions
new 04dc198ce55 [PATCH 4/5][Arm] New pattern for CSNEG instructions
The 9 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:
MAINTAINERS | 1 +
gcc/config/arm/arm.c | 17 +-
gcc/config/arm/arm.h | 4 +
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/predicates.md | 12 ++
gcc/config/arm/thumb2.md | 51 ++++-
gcc/config/msp430/msp430.c | 224 +++++++++++++--------
gcc/doc/extend.texi | 36 ++++
gcc/ira.c | 8 +-
gcc/testsuite/g++.target/i386/pr97054.C | 96 +++++++++
gcc/testsuite/gcc.dg/vect/pr97081-2.c | 32 +++
gcc/testsuite/gcc.dg/vect/pr97081.c | 26 +++
gcc/testsuite/gcc.target/arm/csinc-1.c | 23 +++
gcc/testsuite/gcc.target/arm/csinv-1.c | 23 +++
gcc/testsuite/gcc.target/arm/csneg.c | 33 +++
gcc/testsuite/gcc.target/i386/pr82673.c | 2 +-
.../gcc.target/msp430/operand-modifiers-bad.c | 15 ++
.../gcc.target/msp430/operand-modifiers.c | 167 +++++++++++++--
gcc/tree-vect-patterns.c | 3 +-
19 files changed, 658 insertions(+), 117 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr97054.C
create mode 100644 gcc/testsuite/gcc.dg/vect/pr97081-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr97081.c
create mode 100644 gcc/testsuite/gcc.target/arm/csinc-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/csinv-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/csneg.c
create mode 100644 gcc/testsuite/gcc.target/msp430/operand-modifiers-bad.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 devel/omp/gcc-10
in repository gcc.
from d759c5ff1a0 OpenMP: Fix declare-target discovery with aliasing
new 5e8af933d6f libgomp.c-c++-common/pr96390.c: XFAIL on nvptx.
new 34f1d5636f8 libgomp: disable barriers in nested teams
new e3e7d1a58ec amdgcn: Remove omp_gcn pass
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/config/gcn/gcn-passes.def | 19 ----
gcc/config/gcn/gcn-tree.c | 119 ---------------------
gcc/config/gcn/t-gcn-hsa | 1 -
libgomp/ChangeLog.omp | 5 +
libgomp/config/gcn/bar.c | 15 ++-
libgomp/config/nvptx/bar.c | 19 ++--
libgomp/testsuite/libgomp.c++/pr96390.C | 1 +
.../nested-parallel-unbalanced.c | 31 ++++++
libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 3 +-
9 files changed, 62 insertions(+), 151 deletions(-)
delete mode 100644 gcc/config/gcn/gcn-passes.def
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nested-parallel-unbalanced.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-check_cross
in repository toolchain/ci/base-artifacts.
discards d0fc4103 0: update: gcc-c5aca0333b723d5e20366593cd01047d105f54e4: 1
new 6dabf8e0 0: update: binutils-3730a015c05cde8d151f94bef20e43ea2bf96ccc: 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 (d0fc4103)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-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 | 171 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11419 +--
04-build_abe-stage1/console.log | 13858 ++-
05-build_abe-linux/console.log | 270 +-
06-build_abe-glibc/console.log | 38906 ++++----
07-build_abe-stage2/console.log | 40602 ++++-----
08-build_abe-qemu/console.log | 2225 +-
09-build_abe-dejagnu/console.log | 226 +-
10-build_abe-check_gcc/console.log | 31013 ++++---
11-check_regression/console.log | 368 +-
11-check_regression/results.regressions | 53 +-
12-update_baseline/console.log | 484 +-
12-update_baseline/results.regressions | 53 +-
console.log | 141740 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 1751532 -> 1747468 bytes
sumfiles/gcc.log.xz | Bin 1817068 -> 1809300 bytes
sumfiles/gfortran.log.xz | Bin 734064 -> 737472 bytes
sumfiles/libatomic.log.xz | Bin 2064 -> 2060 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 101524 -> 101588 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2348 -> 2348 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 348340 -> 352484 bytes
26 files changed, 141789 insertions(+), 140059 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-defconfig
in repository toolchain/ci/base-artifacts.
discards b41360a2 2: update: llvm-linux: 5528
new 9bfaa575 2: update: llvm-linux: 5528
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 (b41360a2)
\
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 | 226 +-
02-build_llvm/console.log | 13352 +++++++++++++--------------
03-build_linux/console.log | 976 +-
05-check_regression/console.log | 12 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 32 +-
06-update_baseline/results.regressions | 4 +-
console.log | 14598 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 14606 insertions(+), 14606 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.