This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0a64aa5da0 i386: Add ix86_expand_unsigned_small_int_cst_argument
new d1cada74814 x86: Add a pass to remove redundant all 0s/1s vector load
new 1547c0a5a46 i386: Skip sub-RTXes of memory operand in ix86_update_stack [...]
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-features.cc | 303 +++++++++++++++++++++++++---
gcc/config/i386/i386-passes.def | 1 +
gcc/config/i386/i386-protos.h | 2 +
gcc/config/i386/i386.cc | 40 ++--
gcc/testsuite/gcc.target/i386/pr117839-1a.c | 35 ++++
gcc/testsuite/gcc.target/i386/pr117839-1b.c | 5 +
gcc/testsuite/gcc.target/i386/pr117839-2.c | 40 ++++
gcc/testsuite/gcc.target/i386/pr92080-1.c | 72 +++++++
gcc/testsuite/gcc.target/i386/pr92080-2.c | 59 ++++++
gcc/testsuite/gcc.target/i386/pr92080-3.c | 48 +++++
10 files changed, 559 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-3.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-15
in repository gcc.
from 74f51f76141 Daily bump.
new 972a0373728 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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, 1 insertion(+), 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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from d23d35d3b76 libstdc++: Improve optional's <=> constraint recursion work [...]
new 96729baa9ef Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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 | 3 +--
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 29608b019e3 Daily bump.
new 96040fda2f3 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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 | 3 +--
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from 1c0cbc1b300 Daily bump.
new 1ad6e171b12 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
new a0a64aa5da0 i386: Add ix86_expand_unsigned_small_int_cst_argument
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-expand.cc | 58 ++++++++++++++++++++++++++++++++++++++----
gcc/config/i386/x86-tune.def | 4 +--
2 files changed, 54 insertions(+), 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 82bdc396a40 dwarf: Dump .debug_loclists only for DWARF-5
new b1f0f5b31c4 gprofng not reading references correctly in Dwarf
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:
gprofng/src/Dwarf.cc | 4 ++--
gprofng/src/DwarfLib.cc | 14 +++++++-------
2 files changed, 9 insertions(+), 9 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 2b63e8b4dbf Automatic date update in version.in
new 82bdc396a40 dwarf: Dump .debug_loclists only for DWARF-5
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:
binutils/dwarf.c | 14 +-
ld/testsuite/ld-x86-64/dwarf4.s | 346 +++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/dwarf5a.s | 400 ++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/dwarf5b.s | 345 ++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr32809.d | 71 +++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
6 files changed, 1175 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/dwarf4.s
create mode 100644 ld/testsuite/ld-x86-64/dwarf5a.s
create mode 100644 ld/testsuite/ld-x86-64/dwarf5b.s
create mode 100644 ld/testsuite/ld-x86-64/pr32809.d
--
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 615e392c8b1 Daily bump.
new d3cb17bed3a c++: prev declared hidden tmpl friend inst, cont [PR119807]
new d4f5243c6f5 libstdc++: Implement LWG 4027 change to possibly-const-rang [...]
new d03c58584da libstdc++: Add code comment documenting LWG 4027 change [PR118083]
new d23d35d3b76 libstdc++: Improve optional's <=> constraint recursion work [...]
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/cp/pt.cc | 4 ++
gcc/testsuite/g++.dg/template/friend86.C | 25 +++++++++++++
gcc/testsuite/g++.dg/template/friend87.C | 42 +++++++++++++++++++++
libstdc++-v3/include/bits/ranges_base.h | 6 ++-
libstdc++-v3/include/std/optional | 3 +-
libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 17 +++++++++
libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 21 ++++++-----
libstdc++-v3/testsuite/std/ranges/access/cend.cc | 30 ++-------------
.../testsuite/std/ranges/access/crbegin.cc | 43 +++++-----------------
libstdc++-v3/testsuite/std/ranges/access/crend.cc | 20 ++++++----
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 8 ++--
.../testsuite/std/ranges/adaptors/take_while.cc | 2 -
.../testsuite/std/ranges/adaptors/transform.cc | 4 --
13 files changed, 134 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend86.C
create mode 100644 gcc/testsuite/g++.dg/template/friend87.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-15
in repository gcc.
from 419576cba77 Daily bump.
new 74f51f76141 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 1e91580d649 c++: format attribute redeclaration [PR116954]
new 615e392c8b1 Daily bump.
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/ChangeLog | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 30 ++++++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.