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 dba377d Add a prototype for clangd
new a329eb3 [clangd] Add missing include.
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/Protocol.h | 1 +
1 file changed, 1 insertion(+)
--
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 0a2ca5e [AArch64,testsuite] Fix epilogue scan after ifcombine update.
new f8e2f40 MIPS: Fix mode mismatch error between Loongson builtin argume [...]
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/config/mips/mips.c | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
--
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 2f216c4 [clang-tidy] Cleanup of no-assembler check
new dba377d Add a prototype for clangd
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:
CMakeLists.txt | 1 +
clangd/CMakeLists.txt | 12 ++
clangd/ClangDMain.cpp | 86 +++++++++
clangd/DocumentStore.h | 38 ++++
clangd/JSONRPCDispatcher.cpp | 124 +++++++++++++
clangd/JSONRPCDispatcher.h | 66 +++++++
clangd/Protocol.cpp | 412 +++++++++++++++++++++++++++++++++++++++++++
clangd/Protocol.h | 160 +++++++++++++++++
clangd/ProtocolHandlers.cpp | 116 ++++++++++++
clangd/ProtocolHandlers.h | 100 +++++++++++
test/CMakeLists.txt | 1 +
test/clangd/formatting.test | 53 ++++++
12 files changed, 1169 insertions(+)
create mode 100644 clangd/CMakeLists.txt
create mode 100644 clangd/ClangDMain.cpp
create mode 100644 clangd/DocumentStore.h
create mode 100644 clangd/JSONRPCDispatcher.cpp
create mode 100644 clangd/JSONRPCDispatcher.h
create mode 100644 clangd/Protocol.cpp
create mode 100644 clangd/Protocol.h
create mode 100644 clangd/ProtocolHandlers.cpp
create mode 100644 clangd/ProtocolHandlers.h
create mode 100644 test/clangd/formatting.test
--
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 9c8ba63 [ELF] - Use SignExtend when reading R_386_PC8, R_386_PC16 addends.
new add6780 [ELF] - Refactoring: reuse similar method.
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:
ELF/LinkerScript.cpp | 53 ++++++++++++++++++++--------------------------------
1 file changed, 20 insertions(+), 33 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 lld.
from e4d05ac COFF: ensure that we handle bad arguments
new 9c8ba63 [ELF] - Use SignExtend when reading R_386_PC8, R_386_PC16 addends.
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:
ELF/Target.cpp | 6 ++++--
test/ELF/i386-pc8-pc16-addend.s | 17 +++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/i386-pc8-pc16-addend.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 gcc.
from 97d3f25 Require ifunc support in gcc.target/i386/pr78419.c
new 0a2ca5e [AArch64,testsuite] Fix epilogue scan after ifcombine update.
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/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.target/aarch64/test_frame_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_10.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_12.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_4.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_6.c | 4 ++--
gcc/testsuite/gcc.target/aarch64/test_frame_7.c | 2 +-
gcc/testsuite/gcc.target/aarch64/test_frame_8.c | 2 +-
9 files changed, 21 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 gcc.
from ca30e8c * gcc.dg/torture/stackalign/builtin-apply-2.c: Fix sk [...]
new 97d3f25 Require ifunc support in gcc.target/i386/pr78419.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/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr78419.c | 1 +
2 files changed, 5 insertions(+)
--
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 472303a [AVX-512] Add masked and unmasked shift by immediate instruct [...]
new 7085bdc Revert "[DAGCombiner] (add X, (adde Y, 0, Carry)) -> (adde X, [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ------
test/CodeGen/X86/adde-carry.ll | 13 +++++++------
2 files changed, 7 insertions(+), 12 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 llvm.
from 566061d AMDGPU: Fix missing static
new 6e1fdd3 [AVX-512] Add some of the shift instructions to the load fold [...]
new 78b8616 [AVX-512] Add masked shift instructions to load folding tables.
new 472303a [AVX-512] Add masked and unmasked shift by immediate instruct [...]
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:
lib/Target/X86/X86InstrInfo.cpp | 238 ++++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 306 +++++++++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 324 +++++++++++++++++++++++++
3 files changed, 868 insertions(+)
--
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 openmp.
from 273c4bf Fix a race in shutdown when tasking is used.
new cb9c397 [libomptarget] Align test code with runtime/
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:
libomptarget/test/CMakeLists.txt | 24 ++++++++++++------------
libomptarget/test/lit.site.cfg.in | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.