This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 34dfb30ca8d testsuite: Mark gcc.c-torture/execute/memcpy-a?.c tests expensive
new 7aab1271b4a testsuite: Fix cpp0x/trivial1.C for std::is_trivial depreca [...]
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/cpp0x/trivial1.C | 1 +
1 file changed, 1 insertion(+)
--
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 164e3e66a61 aarch64: Remove vcond{,u} optabs
new d24316413cb Remove vcond{,u,eq} optabs
new 34dfb30ca8d testsuite: Mark gcc.c-torture/execute/memcpy-a?.c tests expensive
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/doc/md.texi | 46 ++++++++++------------
gcc/internal-fn.cc | 52 -------------------------
gcc/internal-fn.def | 3 --
gcc/optabs.def | 3 --
gcc/testsuite/gcc.c-torture/execute/memcpy-a1.c | 1 +
gcc/testsuite/gcc.c-torture/execute/memcpy-a2.c | 1 +
gcc/testsuite/gcc.c-torture/execute/memcpy-a4.c | 1 +
gcc/testsuite/gcc.c-torture/execute/memcpy-a8.c | 1 +
8 files changed, 24 insertions(+), 84 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 b54bb343a Add entry e4a0157c2397c9b582cff71d114240a6b083a3dc from https [...]
new 29400e3b5 Add entry 6c41a912f5e654a1b6f7cf8d6b23f00d8612988c 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/6c41a912f5e654a1b6f7cf8d6b23f00d8612988c/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/6c41a912f5e654a1b6f7cf8d6b23f00d8612988c/first_url
create mode 100644 gcc/sha1/6c41a912f5e654a1b6f7cf8d6b23f00d8612988c/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/6c41a912f5e654a1b6f7cf8d6b23f00d8612988c/tcwg_gcc_chec [...]
--
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 4b9e1db1a14 libstdc++: Revert change to __bitwise_relocatable
new ab52d6dc29a aarch64: Add support for fp8 convert and scale
new c88c7d345c2 aarch64: Add support for fp8dot2 and fp8dot4
new d71bb2c0c8b aarch64: Add support for fp8fma instructions
new 164e3e66a61 aarch64: Remove vcond{,u} optabs
The 4 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-builtins.cc | 200 ++++++++++-
gcc/config/aarch64/aarch64-c.cc | 8 +
gcc/config/aarch64/aarch64-protos.h | 1 -
.../aarch64/aarch64-simd-pragma-builtins.def | 92 +++++-
gcc/config/aarch64/aarch64-simd.md | 289 +++++++++-------
gcc/config/aarch64/aarch64-sve.md | 58 ----
gcc/config/aarch64/aarch64-sve2.md | 32 +-
gcc/config/aarch64/aarch64.cc | 30 --
gcc/config/aarch64/iterators.md | 108 +++---
gcc/testsuite/gcc.target/aarch64/acle/fp8.c | 10 -
.../gcc.target/aarch64/pragma_cpp_predefs_4.c | 52 +++
gcc/testsuite/gcc.target/aarch64/simd/scale_fpm.c | 60 ++++
gcc/testsuite/gcc.target/aarch64/simd/vcvt_fpm.c | 197 +++++++++++
gcc/testsuite/gcc.target/aarch64/simd/vdot2_fpm.c | 125 +++++++
gcc/testsuite/gcc.target/aarch64/simd/vdot4_fpm.c | 125 +++++++
.../gcc.target/aarch64/simd/vdot_lane_indices_1.c | 45 +++
gcc/testsuite/gcc.target/aarch64/simd/vmla_fpm.c | 365 +++++++++++++++++++++
.../gcc.target/aarch64/simd/vmla_lane_indices_1.c | 55 ++++
18 files changed, 1557 insertions(+), 295 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/scale_fpm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvt_fpm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vdot2_fpm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vdot4_fpm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vdot_lane_indices_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmla_fpm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmla_lane_indices_1.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 bf582d100 Add entry e4a0157c2397c9b582cff71d114240a6b083a3dc from https [...]
new b54bb343a Add entry e4a0157c2397c9b582cff71d114240a6b083a3dc 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 ++++
.../e4a0157c2397c9b582cff71d114240a6b083a3dc/jira/yaml | 4 ++++
.../e4a0157c2397c9b582cff71d114240a6b083a3dc/status.txt | 4 ++++
.../tcwg_gcc_check/master-aarch64}/details.txt | 14 ++++++++------
.../master-aarch64}/reproduction_instructions.txt | 0
.../tcwg_gcc_check/master-aarch64}/status-summary.txt | 0
.../tcwg_gcc_check/master-aarch64/status.txt | 4 ++--
.../tcwg_gcc_check/status.txt | 4 ++++
8 files changed, 26 insertions(+), 8 deletions(-)
copy gcc/sha1/{beec291225be9b5e7a60b6818cf80224c343811d/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/{113e902e842b9b6d038162dfa751c25377b594d3/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/{1046c32de4956c3d706a2ff8683582fd21b8f360 => e4a0157c2397c9b582cff71 [...]
copy gcc/sha1/{1046c32de4956c3d706a2ff8683582fd21b8f360 => e4a0157c2397c9b582cff71 [...]
--
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 494b44510 Add entry ae73bc8e94b3174e2b495eee544cf843b6e51899 from https [...]
new bf582d100 Add entry e4a0157c2397c9b582cff71d114240a6b083a3dc 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_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/{master-arm => master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{6a2e8dcbbd4bab374b27abea375bf7a921047800 => e4a0157c2397c9b582cff71 [...]
copy gcc/sha1/e4a0157c2397c9b582cff71d114240a6b083a3dc/tcwg_gcc_check/{master-arm [...]
--
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 dca829abd Add entry ae73bc8e94b3174e2b495eee544cf843b6e51899 from https [...]
new 494b44510 Add entry ae73bc8e94b3174e2b495eee544cf843b6e51899 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:
.../sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/jira/description | 5 +++++
llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/jira/summary | 2 +-
llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/jira/yaml | 7 ++++++-
.../ae73bc8e94b3174e2b495eee544cf843b6e51899/status-summary.txt | 2 +-
llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/status.txt | 5 +++++
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3/details.txt | 5 +++++
.../llvm-aarch64-master-O3/reproduction_instructions.txt | 0
.../llvm-aarch64-master-O3/status-summary.txt | 1 +
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3/status.txt | 6 +++---
.../tcwg_bmk-code_vect-spec2k6/status-summary.txt | 1 +
.../tcwg_bmk-code_vect-spec2k6/status.txt | 6 +++---
11 files changed, 31 insertions(+), 9 deletions(-)
create mode 100644 llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/tcwg_bmk-cod [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84 => ae73bc8e94b3174e2b495e [...]
create mode 100644 llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/tcwg_bmk-cod [...]
copy llvm/sha1/{44e5afdb91b92dedfbd3100a3e73dab27de1c9cf => ae73bc8e94b3174e2b495e [...]
create mode 100644 llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/tcwg_bmk-cod [...]
copy llvm/sha1/{ae4f3001338c2a19167abf8dbe69d15f5209e033 => ae73bc8e94b3174e2b495e [...]
--
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 20c4ca629 Add entry e4a0157c2397c9b582cff71d114240a6b083a3dc from https [...]
new dca829abd Add entry ae73bc8e94b3174e2b495eee544cf843b6e51899 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_vect-spec2k6/llvm-aarch64-master-O3/build_url | 2 +-
.../llvm-aarch64-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{22089dc91d6e48649412764c34c0140eea0a795b => ae73bc8e94b3174e2b495e [...]
copy llvm/sha1/ae73bc8e94b3174e2b495eee544cf843b6e51899/{tcwg_bmk-code_size-spec2k [...]
--
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 233972ab3b5 tree-optimization/117912 - bogus address equivalences for _ [...]
new 4b9e1db1a14 libstdc++: Revert change to __bitwise_relocatable
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:
libstdc++-v3/include/bits/stl_uninitialized.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.