This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d6106132907 aarch64: Fix +nosimd handling of FPR moves
new d14514641d7 mark region also for USE predicate discovery
new 03866099235 tree-optimization/106860 - fix profile scaling in split_loop
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/gimple-predicate-analysis.cc | 27 +++++++++++++++-------
.../isl-ast-gen-user-1.c => g++.dg/opt/pr106860.C} | 6 ++---
gcc/tree-ssa-loop-split.cc | 16 ++++++++-----
3 files changed, 32 insertions(+), 17 deletions(-)
copy gcc/testsuite/{gcc.dg/graphite/isl-ast-gen-user-1.c => g++.dg/opt/pr106860.C} (77%)
--
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-release-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
from c352c1890 6: onsuccess: #411: boot: Success after binutils/gcc/qemu: 19 [...]
new c732efb6d 7: onsuccess: #412: boot: Success after binutils/gcc/linux/qe [...]
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.xz | Bin 1864 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30252 -> 30684 bytes
04-build_abe-stage1/console.log.xz | Bin 68784 -> 69112 bytes
05-build_abe-qemu/console.log.xz | Bin 32080 -> 32020 bytes
06-build_linux/console.log.xz | Bin 3700 -> 3688 bytes
08-check_regression/console.log.xz | Bin 2672 -> 3176 bytes
09-update_baseline/console.log | 9 +++++++
dashboard/dashboard-generate.sh | 4 +--
dashboard/dashboard-push.sh | 5 ++++
dashboard/squad/dashboard-push-squad.sh | 14 ++++++++++
.../squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 ++++
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 ++++++++++-----------
21 files changed, 57 insertions(+), 24 deletions(-)
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
copy 09-update_baseline/console.log => dashboard/squad/summary-annotation.txt (100%)
create mode 100755 jenkins/dashboard-push.sh
--
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 0067ba052b9 LoongArch: Fix pr106828 by define hook TARGET_ASAN_SHADOW_O [...]
new f58d5545d6b aarch64: Prevent FPR register asms for +nofp
new d6106132907 aarch64: Fix +nosimd handling of FPR moves
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.cc | 1 +
gcc/config/aarch64/aarch64.md | 38 +++++++-----
gcc/testsuite/gcc.target/aarch64/movdf_1.c | 53 +++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movdi_2.c | 61 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movhf_1.c | 53 +++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movhi_1.c | 61 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movqi_1.c | 61 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movsf_1.c | 53 +++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movsi_1.c | 61 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movtf_2.c | 81 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movti_2.c | 86 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movv16qi_1.c | 82 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/movv8qi_1.c | 55 +++++++++++++++++
gcc/testsuite/gcc.target/aarch64/nofp_2.c | 19 ++++++
14 files changed, 749 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/movdf_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movdi_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movhf_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movhi_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movqi_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movsf_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movsi_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movtf_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movti_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movv16qi_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/movv8qi_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/nofp_2.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/modula-2
in repository gcc.
from ae6d944ee86 Bugfix mc memset correction, correct comments and add optio [...]
new 4b1cbb1e4f9 Tidyup gcc/m2/Make-lang.in remove gm2-auto build directory.
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/m2/Make-lang.in | 9 +--------
1 file changed, 1 insertion(+), 8 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e20e5a5f round-robin.sh, dashboard-generate-squad.sh: Handle errors dr [...]
new ef11d493 round-robin-bisect.sh: Cleanup code to try interesting-commits
new e52161e1 round-robin-bisect.sh: Check all available interesing commits
new 87018909 round-robin-bisect.sh: Regenerate the list of interesting-commits
new b324481d round-robin-bisect.sh: Cleanup and simplify processing of int [...]
new b3e0747c round-robin-bisect.sh: Prioritize interesting commits
new ce382bdc round-robin-bisect.sh: Update comments
new 0b1ba4e2 Make "git reset --hard" quiet
new 5bd270bb round-robin-bisect.sh: Simplify handling of commits_to_test
new 083988aa tcwg_bmk-build.sh: Add better diagnostic for recovery improvements
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:
abe-bisect.sh | 2 +-
jenkins-helpers.sh | 2 +-
round-robin-bisect.sh | 160 ++++++++++++++++-----------
round-robin-notify.sh | 2 +-
round-robin.sh | 2 +-
tcwg-cleanup-stale-results.sh | 6 +-
tcwg-report-stale-rr-jobs.sh | 2 +-
tcwg-upstream2gerrit.sh | 4 +-
tcwg-wip/tcwg-convert-interesting-commits.sh | 2 +-
tcwg_bmk-build.sh | 12 +-
10 files changed, 115 insertions(+), 79 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 0833fb8f4bc Fix endianness handling for arm record self tests
new 154f2735ad4 [gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64
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:
gdb/testsuite/gdb.ada/access_tagged_param.exp | 2 +-
gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 +-
gdb/testsuite/gdb.ada/ref_param.exp | 2 +-
3 files changed, 3 insertions(+), 3 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from 707c9a1a7 6: onsuccess: boot: Success after binutils/gcc/linux/qemu: 77 [...]
new 5ea2e0c6b 7: onsuccess: #444: boot: Success after binutils/gcc/linux/qe [...]
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.xz | Bin 1672 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30248 -> 31080 bytes
04-build_abe-stage1/console.log.xz | Bin 93616 -> 91632 bytes
05-build_abe-qemu/console.log.xz | Bin 31624 -> 31476 bytes
06-build_linux/console.log.xz | Bin 5540 -> 5688 bytes
07-boot_linux/console.log.xz | Bin 5840 -> 5836 bytes
08-check_regression/console.log.xz | Bin 3340 -> 3464 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 4 ++--
dashboard/dashboard-push.sh | 5 +++++
dashboard/squad/dashboard-push-squad.sh | 14 ++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 +++++
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
22 files changed, 50 insertions(+), 26 deletions(-)
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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_gnu_native_check_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
from 1c39e30dc 27: onsuccess: #534: 1: Success after binutils/gcc/linux/glib [...]
new 1fb8b1803 28: onsuccess: #535: 1: Success after binutils/gcc/linux/glib [...]
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.xz | Bin 1688 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 38332 -> 38516 bytes
04-build_abe-gcc/console.log.xz | Bin 212672 -> 213332 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9604 -> 8992 bytes
07-build_abe-glibc/console.log.xz | Bin 239888 -> 239484 bytes
08-build_abe-gdb/console.log.xz | Bin 37836 -> 38020 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3868 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2116 -> 2860 bytes
11-check_regression/console.log.xz | Bin 5340 -> 5136 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
dashboard/dashboard-generate.sh | 6 +-
dashboard/dashboard-push.sh | 2 +-
dashboard/squad/test/results-metadata.json | 16 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
{dashboard => jenkins}/dashboard-push.sh | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 36 +--
sumfiles/binutils.log.xz | Bin 56716 -> 56964 bytes
sumfiles/binutils.sum | 60 ++---
sumfiles/gas.log.xz | Bin 81064 -> 81112 bytes
sumfiles/gas.sum | 268 +++++++++++-----------
sumfiles/ld.log.xz | Bin 121156 -> 121348 bytes
sumfiles/ld.sum | 342 ++++++++++++++---------------
32 files changed, 381 insertions(+), 381 deletions(-)
copy {dashboard => jenkins}/dashboard-push.sh (83%)
--
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 e90af965e5c openmp: Fix handling of target constructs in static member [...]
new 0067ba052b9 LoongArch: Fix pr106828 by define hook TARGET_ASAN_SHADOW_O [...]
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/config/loongarch/loongarch.cc | 13 +++++++++++++
gcc/testsuite/g++.target/loongarch/pr106828.C | 4 ++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.target/loongarch/pr106828.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.