This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c2c61d8902d RISC-V: Bugfix vec_extract v mode iterator restriction mismatch
new aa85a5a6792 doc: Consolidate duplicate MOVBE listings for Intel CPUs
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/doc/invoke.texi | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 f89a68a20e3 ada: Do not include target-specific makefile fragments
new 35d9b2c0d94 doc: Remove reference to Interix
new c2c61d8902d RISC-V: Bugfix vec_extract v mode iterator restriction mismatch
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/riscv/vector-iterators.md | 4 +++-
gcc/doc/install.texi | 3 +--
.../gcc.target/riscv/rvv/base/{pr115456-1.c => pr115456-2.c} | 2 +-
.../gcc.target/riscv/rvv/base/{pr115456-1.c => pr115456-3.c} | 6 +++---
4 files changed, 8 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/base/{pr115456-1.c => pr115456-2.c} (86%)
copy gcc/testsuite/gcc.target/riscv/rvv/base/{pr115456-1.c => pr115456-3.c} (70%)
--
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 e575b5c5613 Fix fallout of peeling for gap improvements
new 2ede7e3993c ada: Remove unused name of aspect from Snames
new d3fe0ffdd22 ada: Allow implicit dereferenced for uses of 'Super
new 464f0cb46a1 ada: Couple of small cleanups in semantic analysis of aspects
new 02263316169 ada: Missing initialization of multidimensional array using [...]
new 34935c45c6e ada: Minor tweaks to processing of Aggregate aspect
new 1feb6d81a3a ada: Crash checking accessibility level on private type
new 262a5ffc414 ada: Add prototype for mutably tagged types
new 50c41dd3420 ada: Minor tweak in Snames
new 7232be268a0 ada: Simplify handling of VxWorks-specific error codes for ENOENT
new 5d429a206c0 ada: Bad tree built for Obj.Discrim_Dep_Component'Loop_Entr [...]
new 97810ccb01b ada: Fix parts of classification of aspects
new cac993e84ea ada: Typo and indentation fix
new 55ceb87a72f ada: Do not create null GCC thunks
new 02b7f686272 ada: Skip subprogram body entities inside scopes
new 83061c80d29 ada: Fix return mechanism reported by -gnatRm
new f89a68a20e3 ada: Do not include target-specific makefile fragments
The 16 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/ada/accessibility.adb | 6 +-
gcc/ada/aspects.ads | 99 ++++---
gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 38 +++
gcc/ada/einfo.ads | 8 +
gcc/ada/exp_aggr.adb | 120 +++++---
gcc/ada/exp_attr.adb | 25 +-
gcc/ada/exp_ch3.adb | 64 ++++-
gcc/ada/exp_ch4.adb | 51 +++-
gcc/ada/exp_ch5.adb | 80 +++++-
gcc/ada/exp_ch6.adb | 6 +-
gcc/ada/exp_ch7.adb | 3 +
gcc/ada/exp_util.adb | 64 ++---
gcc/ada/exp_util.ads | 20 ++
gcc/ada/freeze.adb | 25 +-
gcc/ada/gcc-interface/Make-lang.in | 1 +
gcc/ada/gcc-interface/Makefile.in | 6 -
gcc/ada/gcc-interface/decl.cc | 42 ++-
gcc/ada/gcc-interface/gigi.h | 2 +-
gcc/ada/gcc-interface/trans.cc | 37 ++-
gcc/ada/gcc-interface/utils.cc | 2 +-
gcc/ada/gcc-interface/utils2.cc | 2 +-
gcc/ada/gen_il-fields.ads | 2 +
gcc/ada/gen_il-gen-gen_entities.adb | 2 +
gcc/ada/gnat_rm.texi | 106 ++++---
gcc/ada/mutably_tagged.adb | 337 +++++++++++++++++++++++
gcc/ada/mutably_tagged.ads | 120 ++++++++
gcc/ada/sem_aggr.adb | 24 +-
gcc/ada/sem_attr.adb | 11 +-
gcc/ada/sem_ch12.adb | 5 +
gcc/ada/sem_ch13.adb | 247 ++++++++++++-----
gcc/ada/sem_ch13.ads | 17 +-
gcc/ada/sem_ch2.adb | 7 +
gcc/ada/sem_ch3.adb | 122 +++++++-
gcc/ada/sem_ch4.adb | 61 +++-
gcc/ada/sem_ch5.adb | 36 ++-
gcc/ada/sem_ch6.adb | 10 +-
gcc/ada/sem_ch8.adb | 9 +
gcc/ada/sem_res.adb | 17 ++
gcc/ada/sem_util.adb | 13 +
gcc/ada/snames.ads-tmpl | 6 +-
gcc/ada/sysdep.c | 27 +-
41 files changed, 1545 insertions(+), 335 deletions(-)
create mode 100644 gcc/ada/mutably_tagged.adb
create mode 100644 gcc/ada/mutably_tagged.ads
--
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 8b69efd9819 Remove one_if_conv for latest Intel processors.
new d3fae2bea03 Adjust ix86_rtx_costs for pternlog_operand_p.
new e575b5c5613 Fix fallout of peeling for gap improvements
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/i386/i386.cc | 39 +++++++++++++++++++++-
gcc/testsuite/gcc.dg/vect/pr115385.c | 1 +
gcc/testsuite/gcc.target/i386/avx2-pr98461.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c | 2 +-
.../gcc.target/i386/avx512f-vpternlogd-3.c | 2 +-
.../gcc.target/i386/avx512f-vpternlogd-4.c | 2 +-
.../gcc.target/i386/avx512f-vpternlogd-5.c | 2 +-
gcc/testsuite/gcc.target/i386/sse2-v1ti-vne.c | 2 +-
gcc/tree-vect-stmts.cc | 12 ++++---
9 files changed, 52 insertions(+), 12 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 c129a34dc8e i386: More use of m{32,64}bcst addressing modes with ternlog.
new 8b69efd9819 Remove one_if_conv for latest Intel processors.
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/x86-tune.def | 4 ++--
1 file changed, 2 insertions(+), 2 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 b7b4aaca5 Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead from https [...]
new 19d25bbf3 Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead 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:
.../fcfce55c85f842ed843cbc4aabe744c6a004dead/jira/description | 4 ++++
gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/jira/yaml | 4 ++++
gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/status.txt | 4 ++++
.../details.txt | 10 +++++-----
.../reproduction_instructions.txt | 4 ++--
.../master-thumb_m3_eabi}/status-summary.txt | 0
.../{master-thumb_m0_eabi => master-thumb_m3_eabi}/status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
8 files changed, 25 insertions(+), 9 deletions(-)
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => fcfce55c85f842ed843cbc4 [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
--
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 563f579f3 Add entry 29189738b832b111b905fcc037a287eeeb0aab2c from https [...]
new b7b4aaca5 Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead 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_embed_check_gcc/master-thumb_m3_eabi}/build_url | 2 +-
.../{master-arm_eabi => master-thumb_m3_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
--
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 21bd2d08c Add entry 29189738b832b111b905fcc037a287eeeb0aab2c from https [...]
new 563f579f3 Add entry 29189738b832b111b905fcc037a287eeeb0aab2c 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/29189738b832b111b905fcc037a287eeeb0aab2c/jira/description | 4 ++++
llvm/sha1/29189738b832b111b905fcc037a287eeeb0aab2c/jira/yaml | 4 ++++
llvm/sha1/29189738b832b111b905fcc037a287eeeb0aab2c/status.txt | 4 ++++
.../details.txt | 4 ++--
.../reproduction_instructions.txt | 4 ++--
.../llvm-master-aarch64-stable-allmodconfig}/status-summary.txt | 0
.../tcwg_kernel/llvm-master-aarch64-stable-allmodconfig/status.txt | 4 ++--
.../29189738b832b111b905fcc037a287eeeb0aab2c/tcwg_kernel/status.txt | 4 ++++
8 files changed, 22 insertions(+), 6 deletions(-)
copy llvm/sha1/29189738b832b111b905fcc037a287eeeb0aab2c/tcwg_kernel/{llvm-master-a [...]
copy llvm/sha1/29189738b832b111b905fcc037a287eeeb0aab2c/tcwg_kernel/{llvm-master-a [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
copy llvm/sha1/{0123deb3a6f0a83095287f51b07c77b7b43ab847 => 29189738b832b111b905fc [...]
--
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 b5970ea45 Add entry d93353e6423ecaaae9fa47d0935caafd9abfe4de from https [...]
new 21bd2d08c Add entry 29189738b832b111b905fcc037a287eeeb0aab2c 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_kernel/llvm-master-aarch64-stable-allmodconfig/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0123deb3a6f0a83095287f51b07c77b7b43ab847 => 29189738b832b111b905fc [...]
copy llvm/sha1/29189738b832b111b905fcc037a287eeeb0aab2c/tcwg_kernel/{llvm-master-a [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.