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 d2339d3 Generate JSON reports in format V2 when using `lnt importrepo [...]
new d7a12fb Ensure aggregation function dropdowns expand to valid HTML (#79)
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:
lnt/server/ui/templates/v4_graph.html | 8 ++++----
lnt/server/ui/templates/v4_run.html | 19 ++++++++-----------
2 files changed, 12 insertions(+), 15 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 linux.
from 18a7e218cfcd Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/l [...]
new 290434474c33 fs/9p: Refresh metadata in d_revalidate for uncached mode too
new 0172a934747f fs/9p: Invalidate dentry if inode type change detected in [...]
new c667c54c5875 fs/9p: Add p9_debug(VFS) in d_revalidate
new c04db81cd028 net/9p: Fix buffer overflow in USB transport layer
new 674b56aa57f9 net/9p: fix double req put in p9_fd_cancelled
new e8fe3f07a357 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN
new 623fa18f6c94 9p: clean up comment typos
new 86db0c32f16c 9p: fix /sys/fs/9p/caches overwriting itself
new 528f218b31aa 9p: sysfs_init: don't hardcode error to ENOMEM
new 80b7065ec194 Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux
new f0c029d2ff42 tracing/osnoise: Replace kmalloc + copy_from_user with mem [...]
new 4f7bf54b07e5 tracing: Fix wakeup tracers on failure of acquiring calltime
new c834a97962c7 tracing: Fix irqoff tracers on failure of acquiring calltime
new de4cbd704731 ring buffer: Propagate __rb_map_vma return value to caller
new 64cf7d058a00 tracing: Have trace_marker use per-cpu data to read user space
new 5472d60c129f Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/ [...]
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:
fs/9p/v9fs.c | 16 ++-
fs/9p/vfs_dentry.c | 33 ++++-
fs/9p/vfs_inode.c | 8 +-
fs/9p/vfs_inode_dotl.c | 8 +-
kernel/trace/ring_buffer.c | 2 +-
kernel/trace/trace.c | 268 +++++++++++++++++++++++++++++++-------
kernel/trace/trace_irqsoff.c | 23 ++--
kernel/trace/trace_osnoise.c | 11 +-
kernel/trace/trace_sched_wakeup.c | 16 +--
net/9p/trans_fd.c | 17 +--
net/9p/trans_usbg.c | 16 ++-
11 files changed, 311 insertions(+), 107 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 fb50d30ed18 Daily bump.
new f4107e29e8a AVR: target/120442 - Support f7_fdim / fdiml in LibF7.
new d9eb1657f7e AVR: Speed up IEEE double comparisons.
new 1b05992fe00 AVR/LibF7: target/122177 - fix fmin / fmax return value for [...]
new 9eec8783e7d AVR/LibF7: Implement sincos.
new dbd8c4e0004 AVR: target/122210 - Add fixed-point -> double conversions.
new bbc7b4c9b90 AVR: target/122210 - Add double -> fixed-point conversions.
new 40ca3cdefcd AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new fcae8c376ad AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
The 8 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.target/avr/cmpdi-1.c | 149 +++++++
gcc/testsuite/gcc.target/avr/dtofx.c | 98 +++++
gcc/testsuite/gcc.target/avr/fminfmax-1.c | 116 +++++
gcc/testsuite/gcc.target/avr/fxtod.c | 115 +++++
gcc/testsuite/gcc.target/avr/pr122220.c | 23 +
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++
gcc/testsuite/gcc.target/avr/sincos-1.c | 35 ++
libgcc/config/avr/libf7/f7-renames.h | 3 +-
libgcc/config/avr/libf7/f7-wraps.h | 132 +-----
libgcc/config/avr/libf7/f7renames.sh | 12 +-
libgcc/config/avr/libf7/libf7-asm.sx | 606 +++++++++++++++++++++++++-
libgcc/config/avr/libf7/libf7-common.mk | 26 +-
libgcc/config/avr/libf7/libf7.c | 17 +-
libgcc/config/avr/libf7/libf7.h | 1 +
14 files changed, 1243 insertions(+), 150 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/cmpdi-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/dtofx.c
create mode 100644 gcc/testsuite/gcc.target/avr/fminfmax-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/fxtod.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.c
create mode 100644 gcc/testsuite/gcc.target/avr/sincos-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 078208cf15b AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
new 4ee06690a47 c++: Fix ICE with concept used as function [PR116477]
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/cp/semantics.cc | 13 +++++++------
gcc/testsuite/g++.dg/cpp2a/concepts-pr116477.C | 9 +++++++++
2 files changed, 16 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr116477.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 916323889f3 AVR: target/122210 - Add double -> fixed-point conversions.
new 912022628b1 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new 296904ba315 AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
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/testsuite/gcc.target/avr/pr122220.c | 23 ++++++
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++
libgcc/config/avr/libf7/f7-renames.h | 2 -
libgcc/config/avr/libf7/f7-wraps.h | 22 +-----
libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++-----
libgcc/config/avr/libf7/libf7-common.mk | 7 +-
libgcc/config/avr/libf7/libf7.c | 2 -
7 files changed, 173 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.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 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation
new 3ea09e4d432 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new 078208cf15b AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
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/testsuite/gcc.target/avr/pr122220.c | 23 ++++++
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++
libgcc/config/avr/libf7/f7-renames.h | 2 -
libgcc/config/avr/libf7/f7-wraps.h | 22 +-----
libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++-----
libgcc/config/avr/libf7/libf7-common.mk | 7 +-
libgcc/config/avr/libf7/libf7.c | 2 -
7 files changed, 173 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.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 ccb2a10820c testsuite: Explicitly enable cselim pass for cselim-2.c
new 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation
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/analyzer/access-diagram.cc | 4 +-
gcc/analyzer/ana-state-to-diagnostic-state.cc | 6 +-
gcc/analyzer/bounds-checking.cc | 6 +-
gcc/analyzer/call-summary.cc | 8 +-
gcc/analyzer/diagnostic-manager.cc | 2 -
gcc/analyzer/engine.cc | 2 -
gcc/analyzer/infinite-recursion.cc | 2 +-
gcc/analyzer/kf.cc | 3 +-
gcc/analyzer/program-state.cc | 4 +-
gcc/analyzer/region-model-asm.cc | 4 +-
gcc/analyzer/region-model-reachability.cc | 11 +-
gcc/analyzer/region-model.cc | 117 +++---
gcc/analyzer/region-model.h | 4 +-
gcc/analyzer/region.cc | 6 +-
gcc/analyzer/store.cc | 448 +++++++++++++++------
gcc/analyzer/store.h | 181 ++++++---
gcc/analyzer/svalue.cc | 24 +-
gcc/analyzer/svalue.h | 7 +-
.../gcc.dg/plugin/analyzer_cpython_plugin.cc | 11 +-
.../gcc.dg/plugin/analyzer_kernel_plugin.cc | 7 +-
.../gcc.dg/plugin/analyzer_known_fns_plugin.cc | 7 +-
21 files changed, 560 insertions(+), 304 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 c474a50b42a Fortran: fix "unstable" interfaces of external procedures [ [...]
new ccb2a10820c testsuite: Explicitly enable cselim pass for cselim-2.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/testsuite/gcc.dg/tree-ssa/cselim-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.