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 739efa62 add new check for property declaration
new dffab709 [clangd] Support returning a limited number of completion results.
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 | 18 ++--
clangd/ClangdServer.cpp | 13 ++-
clangd/ClangdServer.h | 11 ++-
clangd/ClangdUnit.cpp | 155 +++++++++++++++++++-------------
clangd/ClangdUnit.h | 8 +-
clangd/Protocol.cpp | 7 ++
clangd/Protocol.h | 12 +++
test/clangd/authority-less-uri.test | 38 ++++----
test/clangd/completion-items-kinds.test | 4 +-
test/clangd/completion-priorities.test | 119 ++++++++++++------------
test/clangd/completion-qualifiers.test | 61 +++++++------
test/clangd/completion-snippet.test | 153 ++++++++++++++++---------------
test/clangd/completion.test | 12 ++-
test/clangd/protocol.test | 57 +++++++-----
unittests/clangd/ClangdTests.cpp | 45 +++++++++-
15 files changed, 416 insertions(+), 297 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 6c973fb9dd8 PR tree-optimization/82977 * tree-ssa-strlen.c (strlen_op [...]
new 52a1f3ab417 PR target/82981 * internal-fn.c: Include gimple-ssa.h, tr [...]
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 | 13 +++++
gcc/expmed.c | 10 ++--
gcc/expmed.h | 2 +-
gcc/internal-fn.c | 90 ++++++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/mips/pr82981.c | 13 +++++
6 files changed, 126 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/pr82981.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 17187f6a206 Coverage: remove -fkeep-inline-functions from coverage_flags.
new 6c973fb9dd8 PR tree-optimization/82977 * tree-ssa-strlen.c (strlen_op [...]
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 | 6 ++++++
gcc/tree-ssa-strlen.c | 2 +-
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 lld.
from ca5ab462b Make the test more strict. NFC.
new 102630a7c [MinGW] Handle --large-address-aware
new 7fc63936f [MinGW] Add support for --dynamicbase, ignore --nxcompat, --t [...]
new 19f6c46c2 [MinGW] Implement support for the --image-base option
new b2aef4c44 [MinGW] Implement the --[no-]gc-sections and --icf options
new 93d7c0903 [COFF] Always include the size of the string table size field
new 771a6f30c [MinGW] Ignore the --build-id, --pie-executable and --disable [...]
The 6 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:
COFF/Writer.cpp | 3 +-
MinGW/Driver.cpp | 23 ++++++
MinGW/Options.td | 13 +++
test/COFF/strtab-size.s | 216 ++++++++++++++++++++++++++++++++++++++++++++++++
test/MinGW/driver.test | 35 ++++++++
5 files changed, 288 insertions(+), 2 deletions(-)
create mode 100644 test/COFF/strtab-size.s
--
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 99847db8ea ld einfo positional arg support
new 0645f0a2a7 x86-64: don't allow use of %axl as accumulator
new 3a2430e05b x86: drop VEXI4_Fixup()
new 390a67891e x86: use correct register names
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:
gas/ChangeLog | 23 ++++++
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/ilp32/x86-64-reg-intel.d | 8 +++
gas/testsuite/gas/i386/ilp32/x86-64-reg.d | 8 +++
gas/testsuite/gas/i386/noextreg.d | 18 +++++
gas/testsuite/gas/i386/noextreg.s | 25 +++++++
gas/testsuite/gas/i386/x86-64-reg-bad.l | 20 ++++++
gas/testsuite/gas/i386/x86-64-reg-bad.s | 11 +++
gas/testsuite/gas/i386/x86-64-reg-intel.d | 8 +++
gas/testsuite/gas/i386/x86-64-reg.d | 8 +++
gas/testsuite/gas/i386/x86-64-reg.s | 9 +++
opcodes/ChangeLog | 18 +++++
opcodes/i386-dis.c | 93 +++++++++++--------------
opcodes/i386-reg.tbl | 2 +-
opcodes/i386-tbl.h | 2 +-
15 files changed, 200 insertions(+), 55 deletions(-)
create mode 100644 gas/testsuite/gas/i386/noextreg.d
create mode 100644 gas/testsuite/gas/i386/noextreg.s
create mode 100644 gas/testsuite/gas/i386/x86-64-reg-bad.l
create mode 100644 gas/testsuite/gas/i386/x86-64-reg-bad.s
--
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 llvm.
from adf7d534739 GISelWorkList.h: Fix -fmodules build in rL318210.
new 8aebe5139f4 [X86] Redefine the 128-bit version of VPGATHERQD and VGATHE [...]
new c14b5c3b1e7 [Lint] Don't warn about passing alloca'd value to tail call [...]
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:
lib/Analysis/Lint.cpp | 25 +++++++++++++++++--------
lib/Target/X86/X86ISelLowering.cpp | 13 ++++++-------
lib/Target/X86/X86InstrAVX512.td | 14 ++++++++------
lib/Target/X86/X86InstrFragmentsSIMD.td | 11 ++++++++++-
test/Analysis/Lint/tail-call-byval.ll | 33 +++++++++++++++++++++++++++++++++
5 files changed, 74 insertions(+), 22 deletions(-)
create mode 100644 test/Analysis/Lint/tail-call-byval.ll
--
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 llvm.
from 45ed11f7a62 Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, [...]
new adf7d534739 GISelWorkList.h: Fix -fmodules build in rL318210.
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:
include/llvm/CodeGen/GlobalISel/GISelWorkList.h | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.