This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b418ccb358e AArch64: Add if condition in aarch64_function_value [PR96479]
new d58f078ce2d ipa: fix bit CPP when combined with IPA bit CP
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/ipa-cp.c | 3 ++-
gcc/testsuite/gcc.dg/ipa/pr96482.c | 44 ++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-ccp.c | 3 +++
3 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr96482.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 gcc.
from fe9458c280d Fix up flag_cunroll_grow_size handling in presence of optim [...]
new 21cfe724cbd Fortran: Add support for OpenMP's nontemporal clause
new b418ccb358e AArch64: Add if condition in aarch64_function_value [PR96479]
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/config/aarch64/aarch64.c | 4 ++++
gcc/fortran/dump-parse-tree.c | 1 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/openmp.c | 8 ++++++-
gcc/fortran/trans-openmp.c | 3 +++
gcc/testsuite/gcc.target/aarch64/mgeneral-regs_1.c | 4 ++--
gcc/testsuite/gfortran.dg/gomp/nontemporal-1.f90 | 25 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/nontemporal-2.f90 | 26 ++++++++++++++++++++++
8 files changed, 69 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/nontemporal-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/nontemporal-2.f90
--
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_bmk_tk1/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards ab8d7894 0: update: binutils-gcc-glibc-llvm: 1
new 427dcb0f 0: update: binutils-gcc-glibc-llvm: 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 (ab8d7894)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 169 +-
02-prepare_abe/console.log | 208 +-
03-build_abe-binutils/console.log | 11046 +-
04-build_abe-stage1/console.log | 17668 ++--
05-build_abe-linux/console.log | 272 +-
06-build_abe-glibc/console.log | 39345 +++----
07-build_abe-stage2/console.log | 43802 ++++----
08-build_llvm-true/console.log | 12640 +--
10-benchmark--O2_LTO_marm/benchmark-start.log | 2 +-
10-benchmark--O2_LTO_marm/benchmark.log | 12 +-
10-benchmark--O2_LTO_marm/console.log | 154 +-
11-check_regression/console.log | 100 +-
11-check_regression/results-0.csv | 117 +-
11-check_regression/results-1.csv | 118 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 126 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2676 +-
12-update_baseline/console.log | 774 +-
12-update_baseline/results-0.csv | 117 +-
12-update_baseline/results-1.csv | 118 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 126 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2694 +-
console.log | 126238 ++++++++++++-----------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
28 files changed, 129441 insertions(+), 129267 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 2fef9373548 Fix signedness comparison warning in elfcore_grok_win32pstatus()
new 225f1684514 [PATCH] gas: arm: Fix IT-predicated MVE vcvt
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arm.c | 18 ++++++++++--------
gas/testsuite/gas/arm/mve-vcvtne-it-bad.d | 5 +++++
gas/testsuite/gas/arm/mve-vcvtne-it-bad.l | 2 ++
gas/testsuite/gas/arm/mve-vcvtne-it-bad.s | 3 +++
gas/testsuite/gas/arm/mve-vcvtne-it.d | 9 +++++++++
gas/testsuite/gas/arm/mve-vcvtne-it.s | 4 ++++
7 files changed, 43 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.d
create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.l
create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.s
create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it.d
create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it.s
--
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 d3511b24ea8 Two fixes in dwarf-mode.el
new 2fef9373548 Fix signedness comparison warning in elfcore_grok_win32pstatus()
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 | 5 +++++
bfd/elf.c | 2 +-
2 files changed, 6 insertions(+), 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 gcc.
from a12026e9dd1 [testsuite, nvptx] Borrow ia64-sync-*.c test-cases in gcc.t [...]
new fe9458c280d Fix up flag_cunroll_grow_size handling in presence of optim [...]
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/common.opt | 2 +-
gcc/config/rs6000/rs6000.c | 50 ++++++++++++++++++++++++++++++----------------
gcc/opts.c | 20 ++++++++++++++-----
gcc/toplev.c | 10 ----------
4 files changed, 49 insertions(+), 33 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 releases/gcc-9
in repository gcc.
from 071cfcbc065 testsuite: Fix gcc.target/arm/stack-protector-1.c for Cortex-M
new ffb32ba2fb7 testsuite: Add -fno-common to pr82374.c [PR94077]
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/testsuite/gcc.dg/gomp/pr82374.c | 5 ++++-
1 file changed, 4 insertions(+), 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 releases/gcc-8
in repository gcc.
from fc2b0c3ca02 Daily bump.
new 6786b369ab2 testsuite: Add -fno-common to pr82374.c [PR94077]
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/testsuite/gcc.dg/gomp/pr82374.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.