This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from e531649fd Add entry ab18785840d7b8afd9f716bab9d1eab415bc4fe9 from https [...]
new a60cb86e4 Add entry 2a2e6784074e1f7b679bc09b1a66982bf60645a5 from https [...]
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:
...5-5024-g2a2e6784074 => gcc-15-5024-g2a2e6784074e} | 0
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../jira/summary | 2 +-
.../jira/yaml | 4 ++--
.../reproduction_instructions.txt | 20 --------------------
6 files changed, 5 insertions(+), 25 deletions(-)
copy gcc/basepoints/{gcc-15-5024-g2a2e6784074 => gcc-15-5024-g2a2e6784074e} (100%)
--
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 master
in repository toolchain/ci/interesting-commits.
from 5dec6ad65 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 from https [...]
new a6826e379 Add entry ab18785840d7b8afd9f716bab9d1eab415bc4fe9 from https [...]
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:
.../first_url | 2 +-
.../gnu-aarch64-master-O2_LTO}/build_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/gnu-aarch64-master-O2_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{7ed561f63e7955df4d194669998176df5ef47803 => ab18785840d7b8afd9f716b [...]
copy gcc/sha1/{07767389fb390814d9b6142e9d0341b7b9fd1cc2/tcwg_bmk-code_speed-cpu201 [...]
create mode 100644 gcc/sha1/ab18785840d7b8afd9f716bab9d1eab415bc4fe9/tcwg_bmk-code [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 7af296dc2 Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d from https [...]
new 5dec6ad65 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 from https [...]
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:
.../reproduction_instructions.txt | 20 --------------------
1 file changed, 20 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 master
in repository toolchain/ci/interesting-commits.
from a4cac8c3d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
new 7af296dc2 Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../jira/summary | 2 +-
.../jira/yaml | 4 ++--
.../reproduction_instructions.txt | 20 --------------------
5 files changed, 5 insertions(+), 25 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-14
in repository gcc.
from 7c36056ede3 rtl-optimization/118662 - wrong combination of vector sign-extends
new 5759b5f4af2 lto/113207 - fix free_lang_data_in_type
new 79025d07133 tree-optimization/117113 - ICE with unroll-and-jam
new a760d18770d tree-optimization/117119 - ICE with int128 IV in dataref analysis
new 62ae21874e2 tree-optimization/117979 - failed irreducible loop update from DCE
new 422f65add32 tree-optimization/118653 - ICE in vectorizable_live_operation
new 93e7442f084 tree-optimization/118717 - store commoning vs. abnormals
The 6 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-loop-jam.cc | 12 +++++++++-
gcc/ipa-free-lang-data.cc | 3 +--
gcc/testsuite/gcc.dg/pr113207.c | 10 ++++++++
gcc/testsuite/gcc.dg/torture/pr117113.c | 20 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117119.c | 10 ++++++++
gcc/testsuite/gcc.dg/torture/pr117979.c | 21 +++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118717.c | 41 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr118653.c | 15 ++++++++++++
gcc/tree-data-ref.cc | 2 +-
gcc/tree-ssa-dce.cc | 10 ++++++++
gcc/tree-ssa-phiopt.cc | 4 +++-
gcc/tree-ssa-sink.cc | 4 +++-
gcc/tree-vect-loop.cc | 3 ++-
13 files changed, 148 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr113207.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117113.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117119.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117979.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118717.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr118653.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 main
in repository newlib.
from 8cebbb2b4 Cygwin: fhandler_netdrive::exists: handle WebDAV URLs
new b1eb09167 Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 TOG Issue 8 I [...]
new 3dc2707bf Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 new additions [...]
new 1e58e7d5d Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 not implement [...]
new 32b39f2b0 Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 move or remov [...]
new 8fd496619 Cygwin: winsup/doc/posix.xml: move wrongly sorted entries
new 117feceea Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 combine multi [...]
new 004e95cf3 Cygwin: winsup/doc/posix.xml: add missing POSIX.1e functions to docs
new 5f9cc2a6a Cygwin: winsup/doc/posix.xml: add posix_close doc
The 8 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:
winsup/doc/posix.xml | 336 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 225 insertions(+), 111 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 9e4c57f7a69 tree-optimization/118973 - stray abnormal edge after DCE
new 58062796107 reassoc: Fix up optimize_range_tests_to_bit_test [PR118915]
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.c-torture/execute/pr118915.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-reassoc.cc | 2 +-
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr118915.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 master
in repository toolchain/ci/interesting-commits.
from 8a7e38a2d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
new a4cac8c3d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../313afcfdabeab3e6705ac0bd1273627075be0023/jira/summary | 2 +-
.../313afcfdabeab3e6705ac0bd1273627075be0023/jira/yaml | 6 +++---
.../313afcfdabeab3e6705ac0bd1273627075be0023/status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 4 +++-
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
10 files changed, 14 insertions(+), 27 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 3e2fe82c823 Automatic date update in version.in
new ffd09b625ef gdb: fixes for code_breakpoint::disabled_by_cond logic
new e9709998fff gdb: restructure disable_breakpoints_in_unloaded_shlib
new 8c48ec7a616 gdb: handle dprintf breakpoints when unloading a shared library
new 0e9794f1f27 gdb: don't clear inserted flag in disable_breakpoints_in_un [...]
new 4f578099f94 gdb: disable internal b/p when a solib is unloaded
new 5770f680c91 gdb: handle empty locspec when printing breakpoints
The 6 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/breakpoint.c | 93 ++++++---
gdb/doc/gdb.texinfo | 5 +
gdb/solib.c | 2 +-
.../bp-disabled-by-cond-lib.c} | 8 +-
.../{watchpoint-solib.c => bp-disabled-by-cond.c} | 49 ++---
gdb/testsuite/gdb.base/bp-disabled-by-cond.exp | 206 ++++++++++++++++++
...t-catchpoint-cond.py => bp-disabled-by-cond.py} | 2 +-
gdb/testsuite/gdb.base/dlmopen.exp | 48 +++++
gdb/testsuite/gdb.base/nostdlib.exp | 69 ++++---
.../connect.c => gdb.base/shlib-unload-lib.c} | 12 +-
.../{watchpoint-solib.c => shlib-unload.c} | 50 ++---
gdb/testsuite/gdb.base/shlib-unload.exp | 230 +++++++++++++++++++++
.../gdb.base/{check-psymtab.c => shlib-unload.h} | 12 +-
.../{reset-catchpoint-cond.py => shlib-unload.py} | 16 +-
gdb/testsuite/gdb.trace/change-loc.exp | 2 +
15 files changed, 676 insertions(+), 128 deletions(-)
copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/bp-disabled-by-cond-lib.c} (91%)
copy gdb/testsuite/gdb.base/{watchpoint-solib.c => bp-disabled-by-cond.c} (68%)
create mode 100644 gdb/testsuite/gdb.base/bp-disabled-by-cond.exp
copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => bp-disabled-by-cond.py} (93%)
copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/shlib-unload-lib.c} (87%)
copy gdb/testsuite/gdb.base/{watchpoint-solib.c => shlib-unload.c} (67%)
create mode 100644 gdb/testsuite/gdb.base/shlib-unload.exp
copy gdb/testsuite/gdb.base/{check-psymtab.c => shlib-unload.h} (84%)
copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => shlib-unload.py} (57%)
--
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 27ebd2a55cd openmp: Fix diagnostics typo [PR118993]
new 9e4c57f7a69 tree-optimization/118973 - stray abnormal edge after DCE
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/g++.dg/torture/pr118973.C | 10 ++++++++++
gcc/tree-ssa-dce.cc | 8 ++++----
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr118973.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 master
in repository toolchain/ci/interesting-commits.
from 91ffca6e8 Add entry 3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b from https [...]
new 8a7e38a2d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../jira/summary | 2 +-
.../jira/yaml | 6 +++---
.../status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 6 +++---
.../reproduction_instructions.txt | 20 --------------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 2 +-
10 files changed, 14 insertions(+), 34 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 4dcd3c77497 RISC-V: Fix .cfi_offset directive when push/pop in zcmp
new 206cb6c1058 analyzer: Handle nonnull_if_nonzero attribute [PR117023]
new 0d590d21586 Use nonnull_if_nonzero attribute rather than nonnull on var [...]
new 27ebd2a55cd openmp: Fix diagnostics typo [PR118993]
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/analyzer/sm-malloc.cc | 99 +++++++++++-----
gcc/builtin-attrs.def | 29 +++++
gcc/builtins.def | 46 ++++----
gcc/gimplify.cc | 2 +-
.../c-c++-common/analyzer/call-summaries-malloc.c | 2 +-
gcc/testsuite/c-c++-common/analyzer/strncpy-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/allocate-18.c | 8 +-
gcc/testsuite/c-c++-common/ubsan/nonnull-1.c | 3 +-
.../gcc.dg/Wbuiltin-declaration-mismatch-14.c | 10 +-
.../gcc.dg/Wbuiltin-declaration-mismatch-15.c | 10 +-
gcc/testsuite/gcc.dg/Wnonnull-2.c | 110 ++++++++++++++----
gcc/testsuite/gcc.dg/Wnonnull-3.c | 124 ++++++++++++++++++---
gcc/testsuite/gcc.dg/builtins-nonnull.c | 12 ++
gcc/testsuite/gcc.dg/nonnull-11.c | 56 ++++++++++
gcc/testsuite/gcc.dg/nonnull-3.c | 10 +-
gcc/testsuite/gcc.dg/tree-ssa/pr78154.c | 33 +++++-
gcc/testsuite/gfortran.dg/gomp/allocate-clause.f90 | 8 +-
17 files changed, 453 insertions(+), 113 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/nonnull-11.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 releases/gcc-14
in repository gcc.
from fd386b345a0 Daily bump.
new 2456fd2c73d tree-optimization/112859 - bogus loop distribution
new a3871eead45 tree-optimization/112859 - add comment
new c886bd9ab21 tree-optimization/114052 - consider infinite sub-loops when [...]
new 95c98c5368a tree-optimization/115494 - PRE PHI translation and ranges
new fbecb7df974 tree-optimization/116906 - unsafe PRE with never executed edges
new a42b180b4b4 tree-optimization/117424 - invalid LIM of trapping ref
new 7c36056ede3 rtl-optimization/118662 - wrong combination of vector sign-extends
The 7 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/combine.cc | 5 +++
gcc/testsuite/gcc.dg/pr114052-1.c | 40 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116906-1.c | 43 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} | 28 ++++++++++-----
gcc/testsuite/gcc.dg/torture/pr112859.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr115347.c | 21 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr115494.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr118662.c | 18 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c | 18 ++++++++++
gcc/tree-eh.cc | 9 +++--
gcc/tree-loop-distribution.cc | 31 ++++++++++-------
gcc/tree-ssa-loop-niter.cc | 9 ++++-
gcc/tree-ssa-pre.cc | 20 ++++++-----
13 files changed, 259 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114052-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr116906-1.c
copy gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr112859.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115347.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115494.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118662.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.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 7cfb2c8839c Daily bump.
new 4dcd3c77497 RISC-V: Fix .cfi_offset directive when push/pop in zcmp
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/riscv/riscv.cc | 13 +++++++++++--
gcc/testsuite/gcc.target/riscv/zcmp_push_gpr.c | 12 ++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_push_gpr.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 binutils-2_41-branch
in repository binutils-gdb.
from 94c65b893a7 s390: Add arch15 Concurrent-Functions Facility insns
new 9f5d411c201 LoongArch/GAS: Add support for branch relaxation
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/config/tc-loongarch.c | 236 ++++++++++++++++++++----
gas/testsuite/gas/loongarch/la_branch_relax_1.d | 64 +++++++
gas/testsuite/gas/loongarch/la_branch_relax_1.s | 33 ++++
gas/testsuite/gas/loongarch/la_branch_relax_2.d | 40 ++++
gas/testsuite/gas/loongarch/la_branch_relax_2.s | 23 +++
include/opcode/loongarch.h | 12 ++
6 files changed, 367 insertions(+), 41 deletions(-)
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.d
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.s
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.d
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6f0d15ee8 Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 from https [...]
new 91ffca6e8 Add entry 3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b/jira/summary | 2 +-
.../3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b/jira/yaml | 4 ++--
.../reproduction_instructions.txt | 15 ---------------
5 files changed, 5 insertions(+), 20 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 master
in repository toolchain/ci/interesting-commits.
from bcedcc3f4 Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
new 6f0d15ee8 Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../jira/summary | 2 +-
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/jira/yaml | 6 +++---
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 16 +++-------------
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 2 +-
10 files changed, 14 insertions(+), 39 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 master
in repository toolchain/ci/interesting-commits.
from 81c6d438a Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
new bcedcc3f4 Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
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-15-7163-g2d55c016156 => gcc-15-7163-g2d55c0161562} | 0
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/commit-log.txt | 2 +-
.../2d55c0161562f96d2230cd132b494a5d06352a23/jira/description | 6 +++++-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/jira/summary | 2 +-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/jira/yaml | 8 ++++++--
.../2d55c0161562f96d2230cd132b494a5d06352a23/status-summary.txt | 2 +-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/status.txt | 4 ++++
.../gnu-aarch64-master-O2_LTO/details.txt | 2 ++
.../gnu-aarch64-master-O2_LTO}/reproduction_instructions.txt | 0
.../gnu-aarch64-master-O2_LTO}/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO}/status.txt | 6 +++---
.../tcwg_bmk-code_size-spec2k6/status-summary.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
13 files changed, 29 insertions(+), 11 deletions(-)
copy gcc/basepoints/{gcc-15-7163-g2d55c016156 => gcc-15-7163-g2d55c0161562} (100%)
create mode 100644 gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy gcc/sha1/{5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e => 2d55c0161562f96d2230cd1 [...]
copy gcc/sha1/{5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e/tcwg_bmk-code_size-spec2k6 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 2c1ac3042 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 81c6d438a Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
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:
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2_LTO/build_url | 2 +-
.../{gnu-aarch64-master-O2 => gnu-aarch64-master-O2_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/7ecf0250f7f0868f3b828ffadd47d0e5f2dbd875 => gcc/sha1/2d55c0161 [...]
copy gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/tcwg_bmk-code_size-spec2k6/ [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 9af9cd87c Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 2c1ac3042 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
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/sha1/405c99c17210a58df1adddd237219e773e689f17/commit-log.txt | 2 +-
.../405c99c17210a58df1adddd237219e773e689f17/jira/description | 7 ++++++-
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/summary | 2 +-
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/yaml | 9 +++++++--
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/status.txt | 5 +++++
.../gnu-arm-master-O2/details.txt | 2 ++
.../gnu-arm-master-O2}/reproduction_instructions.txt | 0
.../gnu-arm-master-O2/status-summary.txt | 1 +
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-O2/status.txt | 6 +++---
.../tcwg_bmk-code_speed-cpu2017rate/status-summary.txt | 1 +
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 6 +++---
11 files changed, 30 insertions(+), 11 deletions(-)
create mode 100644 gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
create mode 100644 gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/tcwg_bmk-code [...]
copy gcc/sha1/{4ee2aca7ca098cc6e622a9a41e63224af37e6532 => 405c99c17210a58df1adddd [...]
create mode 100644 gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/tcwg_bmk-code [...]
copy gcc/sha1/{4b75ed33fa5fd604897e7a30e79bd28d46598373 => 405c99c17210a58df1adddd [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 6519498b5 Add entry b732e14cb5681abff78e3873987a2a8b39549c83 from https [...]
new 9af9cd87c Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
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:
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-O2}/build_url | 2 +-
.../gnu-arm-master-O2}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{33c2b70dbabc02788caabcbc66b7baeafeb95bcf/tcwg_bmk-code_speed-cpu201 [...]
copy gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/{tcwg_bmk-code_size-cpu2017 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from e51f565bf Add entry b732e14cb5681abff78e3873987a2a8b39549c83 from https [...]
new 6519498b5 Add entry b732e14cb5681abff78e3873987a2a8b39549c83 from https [...]
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:
llvm/sha1/b732e14cb5681abff78e3873987a2a8b39549c83/jira/description | 4 ++++
llvm/sha1/b732e14cb5681abff78e3873987a2a8b39549c83/jira/yaml | 4 ++++
llvm/sha1/b732e14cb5681abff78e3873987a2a8b39549c83/status.txt | 4 ++++
.../details.txt | 0
.../main-aarch64-O0-debug/reproduction_instructions.txt | 0
.../tcwg_flang_test/main-aarch64-O0-debug}/status-summary.txt | 0
.../tcwg_flang_test/main-aarch64-O0-debug/status.txt | 4 ++--
.../tcwg_flang_test/status.txt | 4 ++++
8 files changed, 18 insertions(+), 2 deletions(-)
copy llvm/sha1/b732e14cb5681abff78e3873987a2a8b39549c83/tcwg_flang_test/{main-aarc [...]
copy {fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 => llvm/sha1 [...]
copy {binutils/sha1/fd7728c8a4aa7aa5761ccb18879ea8d137958b06 => llvm/sha1/b732e14c [...]
copy llvm/sha1/{9fc2fadbfcb34df5f72bdaed28a7874bf584eed7 => b732e14cb5681abff78e38 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 0a2d6b829 Add entry b732e14cb5681abff78e3873987a2a8b39549c83 from https [...]
new e51f565bf Add entry b732e14cb5681abff78e3873987a2a8b39549c83 from https [...]
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:
.../tcwg_flang_test/main-aarch64-O0-debug/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 => llvm/sha1 [...]
copy llvm/sha1/b732e14cb5681abff78e3873987a2a8b39549c83/tcwg_flang_test/{main-aarc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.