This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dependabot/pip/jinja2-3.1.6
in repository llvm-lnt.
at 27e25b4 Bump jinja2 from 2.11.3 to 3.1.6
This branch includes the following new commits:
new 8a0a8ff added simple github action
new de742ec add mypy
new 27e25b4 Bump jinja2 from 2.11.3 to 3.1.6
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.
--
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 82b72e5d6c7 Enable process record testsuite for RISC-V
new f6ed490b678 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-17-branch
in repository binutils-gdb.
from 9efb3dd5fb7 Automatic date update in version.in
new 9d84044c538 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from 1e8c7e82b46 Automatic date update in version.in
new 52da327213b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-gdb.
from 4dc07bf60c0 libsframe: testsuite: make test names unique
new 82b72e5d6c7 Enable process record testsuite for RISC-V
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/lib/gdb.exp | 3 ++-
1 file changed, 2 insertions(+), 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 binutils-gdb.
from b6ac5a8a5b8 x86: Keep _GLOBAL_OFFSET_TABLE_ for .eh_frame
new 4dc07bf60c0 libsframe: testsuite: make test names unique
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:
libsframe/testsuite/libsframe.decode/be-flipping.c | 20 ++------
libsframe/testsuite/libsframe.decode/frecnt-1.c | 20 ++------
libsframe/testsuite/libsframe.decode/frecnt-2.c | 20 ++------
libsframe/testsuite/libsframe.encode/encode-1.c | 24 +++------
libsframe/testsuite/libsframe.find/findfre-1.c | 50 ++++++++-----------
libsframe/testsuite/libsframe.find/findfunc-1.c | 57 +++++++++-------------
libsframe/testsuite/libsframe.find/plt-findfre-1.c | 51 ++++++++-----------
libsframe/testsuite/libsframe.find/plt-findfre-2.c | 10 ----
libsframe/testsuite/sframe-test.h | 10 ++++
9 files changed, 98 insertions(+), 164 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 a0dde67dd7d c: Add more C2y tests of initializer constraints
new e4ab1f87805 diagnostics: generalize state graph code to use json::prope [...]
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:
contrib/gcc.doxy | 2 +-
gcc/Makefile.in | 3 +-
gcc/analyzer/ana-state-to-diagnostic-state.cc | 163 +++++++++--------
gcc/analyzer/ana-state-to-diagnostic-state.h | 23 ++-
gcc/analyzer/checker-event.cc | 9 +-
gcc/analyzer/sm-malloc.cc | 29 ++-
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
.../digraphs.cc} | 13 +-
gcc/custom-sarif-properties/digraphs.h | 37 ++++
gcc/custom-sarif-properties/state-graphs.cc | 157 ++++++++++++++++
gcc/custom-sarif-properties/state-graphs.h | 97 ++++++++++
gcc/diagnostics/diagnostics-selftests.cc | 1 -
gcc/diagnostics/diagnostics-selftests.h | 1 -
gcc/diagnostics/digraphs.cc | 199 +++++++++++++++++----
gcc/diagnostics/digraphs.h | 62 +++++--
gcc/diagnostics/html-sink.cc | 62 ++++---
gcc/diagnostics/html-sink.h | 9 +-
gcc/diagnostics/output-spec.cc | 12 +-
gcc/diagnostics/state-graphs-to-dot.cc | 139 +++++++-------
gcc/diagnostics/state-graphs.cc | 156 ----------------
gcc/diagnostics/state-graphs.h | 108 -----------
gcc/doc/invoke.texi | 8 +-
gcc/json.cc | 25 +++
gcc/json.h | 82 +++++++++
.../gcc.dg/plugin/diagnostic_plugin_test_graphs.cc | 5 +-
26 files changed, 879 insertions(+), 527 deletions(-)
copy gcc/{host-default.cc => custom-sarif-properties/digraphs.cc} (67%)
create mode 100644 gcc/custom-sarif-properties/digraphs.h
create mode 100644 gcc/custom-sarif-properties/state-graphs.cc
create mode 100644 gcc/custom-sarif-properties/state-graphs.h
delete mode 100644 gcc/diagnostics/state-graphs.cc
--
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 6b21c8b2ecf x86: Disallow TLS relocation in non executable section
new b6ac5a8a5b8 x86: Keep _GLOBAL_OFFSET_TABLE_ for .eh_frame
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:
bfd/elfxx-x86.c | 8 +++++++-
1 file changed, 7 insertions(+), 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 binutils-gdb.
from bf7c1b207d8 x86: Check invalid symbol name
new 6b21c8b2ecf x86: Disallow TLS relocation in non executable section
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:
bfd/elf32-i386.c | 19 +++++++++++++++++++
bfd/elf64-x86-64.c | 20 ++++++++++++++++++++
bfd/elfxx-x86.c | 20 ++++++++++++++++++++
bfd/elfxx-x86.h | 4 ++++
4 files changed, 63 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.