This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2a09b28c6d0 * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand. [...]
new d3539ef981d Fix .debug_rnglists generation with -gdwarf-5 -gsplit-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:
gcc/ChangeLog | 9 +++++++++
gcc/dwarf2out.c | 27 ++++++++++++++++++---------
2 files changed, 27 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 clang-tools-extra.
from 75ad4cae [clang-tidy] rename_check.py: fix a bug in check presence detection
new b6d0858a [clangd] Drop impossible completions (unavailable or inaccessible)
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:
clangd/ClangdLSPServer.cpp | 6 ++----
clangd/ClangdLSPServer.h | 3 ++-
clangd/ClangdServer.cpp | 13 ++++++++-----
clangd/ClangdServer.h | 5 +----
clangd/ClangdUnit.cpp | 23 ++++++-----------------
clangd/ClangdUnit.h | 16 +++++-----------
clangd/tool/ClangdMain.cpp | 19 ++++++++++++++++---
test/clangd/completion-items-kinds.test | 14 ++++++++++----
test/clangd/completion-priorities.test | 24 +++---------------------
test/clangd/completion-qualifiers.test | 17 ++++-------------
unittests/clangd/ClangdTests.cpp | 33 +++++++++++++++++++++++----------
11 files changed, 80 insertions(+), 93 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 users/hjl/pr22471
in repository binutils-gdb.
at 3da499ff16 ELF: Don't check DT_NEEDED for linker script defined symbols
This branch includes the following new commits:
new 3da499ff16 ELF: Don't check DT_NEEDED for linker script defined symbols
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.
--
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 d161252301b * ipa-profile.c (ipa_propagate_frequency_1): Use count ins [...]
new 8cfbac1c4c6 * config/i386/i386.h (TARGET_PREFER_AVX256): Also enable [...]
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 | 5 +++++
gcc/config/i386/i386.h | 3 ++-
2 files 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 eb02c04dc3 Avoid bogus compile time warning from clang by initialising [...]
new 4c37490d92 Change int -> bool where applicable throughout varobj
new bd046f64a1 Revert unexpected rename in previous patch
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/ChangeLog | 71 +++++++++++++
gdb/ada-varobj.c | 14 +--
gdb/c-varobj.c | 10 +-
gdb/mi/mi-cmd-var.c | 14 +--
gdb/varobj.c | 286 ++++++++++++++++++++++++++--------------------------
gdb/varobj.h | 62 ++++++------
6 files changed, 263 insertions(+), 194 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 5ac7e39c132 [libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE i [...]
new 6251b3d97bc * cgraphclones.c (cgraph_node::create_clone): Fix updating [...]
new bb173647d82 * ipa-fnsummary.c (record_modified_bb_info): Use sreal fr [...]
new d161252301b * ipa-profile.c (ipa_propagate_frequency_1): Use count ins [...]
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/ChangeLog | 17 +++++
gcc/cgraph.c | 18 ++---
gcc/cgraphclones.c | 5 +-
gcc/ipa-inline.c | 131 ++++++++++++------------------------
gcc/ipa-profile.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/ipa/inline-1.c | 8 +--
7 files changed, 80 insertions(+), 105 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 7c3c1aa885 [testsuite] Pass -g3 to clang in gdb.base/macscp.exp
new eb02c04dc3 Avoid bogus compile time warning from clang by initialising [...]
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/ChangeLog | 6 ++++++
binutils/readelf.c | 4 +++-
2 files changed, 9 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 be7d1531e1 Add Disp8MemShift for AVX512 VAES instructions.
new 7c3c1aa885 [testsuite] Pass -g3 to clang in gdb.base/macscp.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/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/macscp.exp | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.