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 c1c173422d1 Fix device index in gdb.rocm/addr-bp-gpu-no-deb-info.exp
new 3344d5a4aa7 darwin-nat.c: fix broken build caused by typing issues from [...]
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:
gdb/darwin-nat.c | 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 b8a786b9242 Remove parentheses in dg-scan directive
new d5f30b7d528 btf: do not prune at typedefs
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/btfout.cc | 3 +-
gcc/testsuite/gcc.dg/debug/btf/btf-prune-4.c | 61 ++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-prune-4.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 3af5368 Push the Docker image to ghcr.io on all pushes to main (#125)
new 1b1c1e9 Overhaul the Docker setup (#117)
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:
.github/workflows/build-docker.yaml | 1 +
Dockerfile | 23 -------------
docker-compose.yaml | 35 --------------------
docker/compose.yaml | 65 +++++++++++++++++++++++++++++++++++++
docker/docker-entrypoint.sh | 22 +++++++------
docker/{wait_db => lnt-wait-db} | 10 +++---
docker/lnt.dockerfile | 41 +++++++++++++++++++++++
docs/intro.rst | 11 +++++++
8 files changed, 136 insertions(+), 72 deletions(-)
delete mode 100644 Dockerfile
delete mode 100644 docker-compose.yaml
create mode 100644 docker/compose.yaml
rename docker/{wait_db => lnt-wait-db} (53%)
create mode 100644 docker/lnt.dockerfile
--
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 ec67b87f418 lto: Stream out partitioned toplevel assembly
new b8a786b9242 Remove parentheses in dg-scan directive
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/cpp/escape-3.i | 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 main
in repository llvm-lnt.
from 730766e Add --drop-exec option to filter warmup samples (#120)
new 3af5368 Push the Docker image to ghcr.io on all pushes to main (#125)
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:
.github/workflows/build-docker.yaml | 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 master
in repository gcc.
from 1c7b556b005 fortran: Cleanup obsolete comment
new 11f37e99ef8 lto: Fix reversed sorting of node order.
new 3facb0e2b5a lto: Keep lto file data
new 529c25ed6e0 cgraph: Add toplevel_node
new 80dea726c89 lto: Simplify control variable in loop of balanced partitioning
new cfce5ff1f62 lto: Use toplevel_node in lto_symtab_encoder
new e7e91a83b85 lto: Partition toplevel assembly in 1to1
new ec67b87f418 lto: Stream out partitioned toplevel assembly
The 7 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/cgraph.cc | 11 +--
gcc/cgraph.h | 98 +++++++++++++++++------
gcc/coretypes.h | 10 ++-
gcc/ipa-icf.cc | 21 ++---
gcc/ipa-modref.cc | 8 +-
gcc/ipa-prop.cc | 16 ++--
gcc/ipa-reference.cc | 14 ++--
gcc/lto-cgraph.cc | 62 +++++++++------
gcc/lto-section-in.cc | 1 -
gcc/lto-streamer-in.cc | 1 +
gcc/lto-streamer-out.cc | 77 ++++++++++--------
gcc/lto-streamer.h | 23 +++---
gcc/lto/lto-partition.cc | 201 ++++++++++++++++++++++++++++-------------------
gcc/lto/lto-symtab.cc | 6 +-
gcc/lto/lto.cc | 11 +--
gcc/varpool.cc | 6 +-
16 files changed, 336 insertions(+), 230 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 fcde4c81644 MATCH: Optimize `VEC_SHL_INSERT (dup (A), A)` to just `dup [...]
new 6951e953e01 Extend the attribute "counted_by" to support VOID pointer u [...]
new 1c7b556b005 fortran: Cleanup obsolete comment
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/c-family/c-attribs.cc | 12 +++++++-----
gcc/c/c-typeck.cc | 5 ++++-
gcc/doc/extend.texi | 15 ++++++++++-----
gcc/fortran/trans-array.cc | 8 +-------
gcc/testsuite/gcc.dg/pointer-counted-by-10.c | 8 ++++++++
...er-counted-by-4-char.c => pointer-counted-by-4-void.c} | 2 +-
gcc/testsuite/gcc.dg/pointer-counted-by.c | 3 ++-
7 files changed, 33 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pointer-counted-by-10.c
copy gcc/testsuite/gcc.dg/{pointer-counted-by-4-char.c => pointer-counted-by-4-voi [...]
--
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 ad26c67309c MIPS/GAS: Add HI16/LO16 pairing for REL TLS relocs
new c1c173422d1 Fix device index in gdb.rocm/addr-bp-gpu-no-deb-info.exp
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:
gdb/testsuite/gdb.rocm/addr-bp-gpu-no-deb-info.exp | 7 ++++---
1 file changed, 4 insertions(+), 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 master
in repository gcc.
from 0919526efcb niter: Use ranger to query ctz range.
new 5558fa14d99 forwprop: Improve simple dse for eh [PR122247]
new 256fa1df0ed forwprop: Improve simple dse slightly more for eh but multi [...]
new fcde4c81644 MATCH: Optimize `VEC_SHL_INSERT (dup (A), A)` to just `dup [...]
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/fold-const-call.cc | 22 ++++++++++++++++++
gcc/match.pd | 5 +++++
.../tree-ssa/copy-prop-aggregate-sra-1.C} | 16 ++++++-------
.../tree-ssa/copy-prop-aggregate-sra-2.C} | 14 +++++-------
gcc/testsuite/gcc.target/aarch64/sve/dup-insr-1.c | 26 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/dup-insr-2.c | 26 ++++++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 20 +++++++++++++++++
7 files changed, 113 insertions(+), 16 deletions(-)
copy gcc/testsuite/{gcc.dg/tree-ssa/copy-prop-aggregate-sra-1.c => g++.dg/tree-ssa [...]
copy gcc/testsuite/{gcc.dg/tree-ssa/copy-prop-aggregate-sra-1.c => g++.dg/tree-ssa [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dup-insr-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dup-insr-2.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 98eedbea61d [Ada] Fix formal parameter incorrectly visible from outside [...]
new 76fad7f5434 MAINTAINERS: Add myself to reviewers/maintainers.
new 0919526efcb niter: Use ranger to query ctz range.
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:
MAINTAINERS | 3 +-
gcc/testsuite/gcc.dg/pr41488.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ctz-ch.c | 23 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ctz-char.c | 2 +-
.../gcc.dg/tree-ssa/ctz-complement-char.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ctz-complement-int.c | 2 +-
.../gcc.dg/tree-ssa/ctz-complement-long-long.c | 2 +-
.../gcc.dg/tree-ssa/ctz-complement-long.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ctz-int.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ctz-long-long.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ctz-long.c | 2 +-
gcc/tree-ssa-loop-niter.cc | 93 +++++++++++++++++++++-
gcc/tree-ssa-loop.cc | 5 ++
13 files changed, 129 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ctz-ch.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.