This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to tag v0.4.6
in repository llvm-lnt.
at f0d6980 (commit)
No new revisions were added by this update.
--
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 a40666202d1 s390: Fix operand modifier c
new f5166f5badb arm: prevent impossible tail- long-calls with static chain [...]
new 3fd5a1e76bb ipa-cp: Better opportunity evaluation and ranking
new e58b11cd6c9 ipa-cp: Use the VR and bits lattices for clones of non-loca [...]
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/config/arm/arm.cc | 12 +-
gcc/ipa-cp.cc | 574 +++++++++++++++++++++++----------
gcc/ipa-cp.h | 14 +
gcc/testsuite/gcc.dg/ipa/ipcp-agg-14.c | 49 +++
gcc/testsuite/gcc.dg/ipa/ipcp-agg-2.c | 2 +-
gcc/testsuite/gcc.dg/ipa/ipcp-agg-3.c | 4 +-
gcc/testsuite/gcc.dg/ipa/ipcp-agg-4.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr101145_1.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr101145_2.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr101145_3.c | 2 +-
10 files changed, 478 insertions(+), 185 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/ipcp-agg-14.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 llvm-lnt.
from 25c2f4b [graph] Fix internal server error when trying to download gra [...]
new f0d6980 Display additional run information on data points on charts (#148)
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:
docs/developer_guide.rst | 3 +-
docs/importing_data.rst | 15 +++--
lnt/server/ui/static/lnt_graph.js | 10 +++-
lnt/server/ui/views.py | 28 +++++++--
tests/lnttool/submit.extra-run-information.shtest | 70 +++++++++++++++++++++++
5 files changed, 114 insertions(+), 12 deletions(-)
create mode 100644 tests/lnttool/submit.extra-run-information.shtest
--
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 edda7007148 Enable -fbit-tests and -fjump-tables at -Og [PR123212]
new a40666202d1 s390: Fix operand modifier c
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/s390/s390.cc | 5 +----
gcc/config/s390/s390.md | 1 -
gcc/testsuite/gcc.target/s390/asm-constant-1.c | 27 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/asm-constant-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.
unknown user pushed a change to branch master
in repository gcc.
from 43736a27f86 aarch64: Add support for FEAT_F8F32MM, FEAT_F8F16MM, and FE [...]
new edda7007148 Enable -fbit-tests and -fjump-tables at -Og [PR123212]
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/opts.cc | 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.
unknown user pushed a change to branch master
in repository gcc.
from 10fe6a4057e arm: always enable both simd and mve builtins
new 43736a27f86 aarch64: Add support for FEAT_F8F32MM, FEAT_F8F16MM, and FE [...]
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/aarch64/aarch64-builtins.cc | 1 +
gcc/config/aarch64/aarch64-c.cc | 5 +++
.../aarch64/aarch64-simd-pragma-builtins.def | 10 +++++
gcc/config/aarch64/aarch64-simd.md | 15 +++++++
gcc/config/aarch64/aarch64-sve-builtins-base.cc | 9 ++++-
gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 44 +++++++++++++++-----
gcc/config/aarch64/aarch64-sve-builtins-sve2.def | 14 +++++++
gcc/config/aarch64/aarch64-sve-builtins.cc | 2 +-
gcc/config/aarch64/aarch64-sve2.md | 47 ++++++++++++++++++++++
gcc/config/aarch64/aarch64.h | 7 ++++
gcc/config/aarch64/iterators.md | 11 ++++-
.../gcc.target/aarch64/acle/vmmlaq_f16_mf8.c | 31 ++++++++++++++
.../gcc.target/aarch64/acle/vmmlaq_f32_mf8.c | 31 ++++++++++++++
.../gcc.target/aarch64/sve/acle/general-c/mmla_1.c | 16 ++++----
.../aarch64/sve2/acle/asm/fmmla_f8f16mm_sve2.c | 33 +++++++++++++++
.../aarch64/sve2/acle/asm/fmmla_f8f32mm_sve2.c | 33 +++++++++++++++
.../aarch64/sve2/acle/asm/fmmla_sve_f16f32mm.c | 31 ++++++++++++++
gcc/testsuite/lib/target-supports.exp | 2 +-
18 files changed, 319 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/vmmlaq_f16_mf8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/vmmlaq_f32_mf8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_f8f16mm_sve2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_f8f32mm_sve2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_sve_f16f32mm.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 8409fb7f142 testsuite: Only xfail gcc/testsuite/gcc.dg/vect/pr33804.c e [...]
new 10fe6a4057e arm: always enable both simd and mve builtins
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/arm/arm-builtins.cc | 161 +++++++++++++++++++++++++++++------------
1 file changed, 116 insertions(+), 45 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 9a2402ad31d Update copyright years.
new 8409fb7f142 testsuite: Only xfail gcc/testsuite/gcc.dg/vect/pr33804.c e [...]
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.dg/vect/pr33804.c | 4 ++--
gcc/testsuite/gcc.dg/vect/slp-multitypes-3.c | 4 ++--
2 files changed, 4 insertions(+), 4 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 be90f3e2afa gdb: Make printing enum types prettier.
new 77aa0f0be75 gdb: introduce expanded_symbols_functions
new 682190fe966 gdb: install expanded_symbols_functions into objfiles creat [...]
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:
gdb/Makefile.in | 1 +
gdb/expanded-symbol.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/expanded-symbol.h | 92 ++++++++++++++++++++++++++++++++++++++++
gdb/jit.c | 2 +
4 files changed, 209 insertions(+)
create mode 100644 gdb/expanded-symbol.c
create mode 100644 gdb/expanded-symbol.h
--
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 9269cdbeec3 gdb: Add myself to gdb/MAINTAINERS
new 179febc3327 gdb: Move logic for printing enums to a helper function
new 1f0af2a4953 gdb: Replace \r\n with multi_line to make tests more readable
new be90f3e2afa gdb: Make printing enum types prettier.
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:
gdb/c-typeprint.c | 151 +++++++++---------
gdb/testsuite/gdb.base/call-sc.exp | 11 +-
gdb/testsuite/gdb.base/ctf-ptype.exp | 181 ++++++++++++++++++----
gdb/testsuite/gdb.base/ptype.exp | 186 +++++++++++++++++++----
gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp | 8 +-
gdb/testsuite/gdb.cp/classes.exp | 27 +++-
gdb/testsuite/gdb.cp/empty-enum.exp | 24 ++-
gdb/testsuite/gdb.cp/enum-class.exp | 6 +-
gdb/testsuite/gdb.cp/nested-types.exp | 6 +-
gdb/testsuite/gdb.dwarf2/enum-type.exp | 14 +-
gdb/testsuite/gdb.xml/tdesc-regs.exp | 39 ++++-
gdb/testsuite/lib/cp-support.exp | 39 +++--
12 files changed, 529 insertions(+), 163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.