This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 766075c47db Don't call invert on VARYING.
new 9141bfdd483 target: Fix asm codegen for vfpclasss* and vcvtph2* instructions
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/i386/sse.md | 10 ++++++--
gcc/testsuite/gcc.target/i386/pr116725.c | 40 ++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr116725.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 8762bb1b004 Revert "PR 117048: simplify-rtx: Simplify (X << C1) [+,^] ( [...]
new 766075c47db Don't call invert on VARYING.
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/gimple-range-edge.cc | 10 ++++++++--
gcc/testsuite/gcc.dg/pr117398.c | 17 +++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr117398.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 11303cd35 Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new 5d01a6628 Add entry ee030b28004eade3da872e7ae62a526a2940a705 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:
.../jira/description | 5 ++++
.../jira/yaml | 5 ++++
.../status.txt | 5 ++++
.../master-aarch64/details.txt | 29 ++++++++++++----------
.../master-aarch64/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +--
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 4 +--
10 files changed, 39 insertions(+), 21 deletions(-)
copy gcc/sha1/{63a598deb0c9fcb8704af6ef90f0b905942b0276 => ee030b28004eade3da872e7 [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_gnu_native_check_gcc [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_gnu_native_check_gcc [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/ee030b280 [...]
copy gcc/sha1/{061f74c06735e1fa35b910ae0bcf01b61a74ec23 => ee030b28004eade3da872e7 [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/ee030b280 [...]
copy gcc/sha1/{2277f987979445f4390a5c6e092d79e04814d641 => ee030b28004eade3da872e7 [...]
--
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 b8c5525c8 Add entry 36a9e2b22596711455e702ea5a5a3f26e145321c from https [...]
new 11303cd35 Add entry ee030b28004eade3da872e7ae62a526a2940a705 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_gnu_cross_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => ee030b28004eade3da872e7 [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_bootstrap_check/maste [...]
--
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 72b7bbf9d44 libstdc++: Fix up 117406.cc test [PR117406]
new 08054021c88 Make fur_edge accessible.
new 393ee6b6457 Reimplement 'assume' processing pass.
new 2a9fbe19207 Update bitwise_or op_range.
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/Makefile.in | 1 +
gcc/gimple-range-fold.cc | 20 --
gcc/gimple-range-fold.h | 14 +
gcc/gimple-range.cc | 188 -------------
gcc/gimple-range.h | 17 --
gcc/range-op.cc | 13 +
gcc/testsuite/g++.dg/cpp23/attr-assume-opt.C | 37 ++-
gcc/testsuite/g++.dg/cpp23/pr117287-attr.C | 38 +++
gcc/tree-assume.cc | 384 +++++++++++++++++++++++++++
gcc/tree-vrp.cc | 68 -----
10 files changed, 486 insertions(+), 294 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/pr117287-attr.C
create mode 100644 gcc/tree-assume.cc
--
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 bf61878ae Add entry 36a9e2b22596711455e702ea5a5a3f26e145321c from https [...]
new b8c5525c8 Add entry 36a9e2b22596711455e702ea5a5a3f26e145321c 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:
.../jira/description | 4 +++
.../jira/yaml | 4 +++
.../status.txt | 4 +++
.../master-arm-check_bootstrap}/details.txt | 31 ++++++++++++----------
.../reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 +--
.../tcwg_bootstrap_check/status.txt | 4 +++
9 files changed, 39 insertions(+), 20 deletions(-)
copy gcc/sha1/{ee030b28004eade3da872e7ae62a526a2940a705/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/36a9e2b22596711455e702ea5a5a3f26e145321c/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/36a9e2b22596711455e702ea5a5a3f26e145321c/{tcwg_gnu_native_check_gcc/ [...]
copy gcc/sha1/{0adc8c5f146b108f99c4df09e43276e3a2419262 => 36a9e2b22596711455e702e [...]
copy gcc/sha1/{450b05ce54d3f08c583c3b5341233ce0df99725b => 36a9e2b22596711455e702e [...]
--
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 7fa27addd Add entry 3494ee95902cef62f767489802e469c58a13ea04 from https [...]
new bf61878ae Add entry 36a9e2b22596711455e702ea5a5a3f26e145321c 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_bootstrap_check/master-arm-check_bootstrap/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29 => 36a9e2b22596711455e702e [...]
copy gcc/sha1/36a9e2b22596711455e702ea5a5a3f26e145321c/tcwg_bootstrap_check/{maste [...]
--
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 5076e44a5 Add entry 3494ee95902cef62f767489802e469c58a13ea04 from https [...]
new 7fa27addd Add entry 3494ee95902cef62f767489802e469c58a13ea04 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/3494ee95902cef62f767489802e469c58a13ea04/jira/description | 4 ++++
llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/jira/yaml | 4 ++++
llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/status.txt | 4 ++++
.../{llvm-arm-master-Os => llvm-arm-master-Oz}/details.txt | 0
.../llvm-arm-master-Oz}/reproduction_instructions.txt | 0
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../llvm-arm-master-Oz}/status-summary.txt | 0
.../{llvm-arm-master-Os => llvm-arm-master-Oz}/status.txt | 4 ++--
.../tcwg_bmk-code_size-cpu2017rate/status.txt | 4 ++++
9 files changed, 20 insertions(+), 4 deletions(-)
copy llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/tcwg_bmk-code_size-cpu2017 [...]
copy llvm/sha1/{06664fdc7680f7f9fa9b0a414a8fb8df2f913d48/tcwg_bmk-code_speed-cpu20 [...]
copy llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/tcwg_bmk-code_size-cpu2017 [...]
copy llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/{ => tcwg_bmk-code_size-cp [...]
copy llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/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 541cf08ef Add entry 36a9e2b22596711455e702ea5a5a3f26e145321c from https [...]
new 5076e44a5 Add entry 3494ee95902cef62f767489802e469c58a13ea04 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-cpu2017rate/llvm-arm-master-Oz}/build_url | 2 +-
.../{llvm-arm-master-Os => llvm-arm-master-Oz}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0524534d5220da5ecb2cd424a46520184d2be366/tcwg_bmk-code_size-cpu201 [...]
copy llvm/sha1/3494ee95902cef62f767489802e469c58a13ea04/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.
unknown user pushed a change to branch master
in repository gcc.
from cdd87f473fb aarch64: Fix incorrect LS64 documentation
new 8762bb1b004 Revert "PR 117048: simplify-rtx: Simplify (X << C1) [+,^] ( [...]
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/simplify-rtx.cc | 204 +++++++++++++---------------------------------------
1 file changed, 48 insertions(+), 156 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.