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 b756f893 [clangd] Support textEdit in addition to insertText.
new ef438809 [clangd] Introduce scoring mechanism for SignatureInformations.
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/CodeComplete.cpp | 67 ++++++++++++++++++++++++++++------
clangd/Quality.cpp | 12 ++++++
clangd/Quality.h | 10 +++++
unittests/clangd/CodeCompleteTests.cpp | 22 +++++++++++
4 files changed, 100 insertions(+), 11 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 ffc8c538b70 [GuardWidening] Widen very likely non-taken br instructions
new 4514ca2f1dd [ARM] Added FP16 VREV Vector Instrinsic CodeGen support
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/Target/ARM/ARMInstrNEON.td | 2 ++
.../CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | 24 ++++++++++------------
2 files changed, 13 insertions(+), 13 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 7e714d5a Adding the readability module to the list of dependencies for [...]
new b756f893 [clangd] Support textEdit in addition to insertText.
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/CodeComplete.cpp | 51 +++++++++++++++++++----
clangd/CodeComplete.h | 3 ++
clangd/SourceCode.cpp | 5 +++
clangd/SourceCode.h | 2 +
unittests/clangd/CodeCompleteTests.cpp | 76 ++++++++++++++++++++++++++++++++++
unittests/clangd/SourceCodeTests.cpp | 15 +++++++
6 files changed, 145 insertions(+), 7 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.
from 9c1b31eade [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedC [...]
new c0a5e830f1 [clang] Store code completion token range in preprocessor.
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/clang/Lex/Preprocessor.h | 13 +++++++++++++
lib/Lex/Preprocessor.cpp | 1 +
2 files changed, 14 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 release_70
in repository clang.
from 5534fc8996 Merging r339281: ------------------------------------------- [...]
new 7ab7735510 Merging r339428 and r339494: ------------------------------- [...]
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/clang/Driver/Options.td | 2 +-
lib/AST/MicrosoftMangle.cpp | 19 +-
lib/CodeGen/CGException.cpp | 7 +-
lib/CodeGen/CGObjCGNU.cpp | 245 ++++++++++++++-------
lib/CodeGen/CGObjCRuntime.cpp | 58 ++++-
lib/CodeGen/CGObjCRuntime.h | 3 +
lib/CodeGen/CodeGenFunction.h | 4 +-
lib/Driver/ToolChains/Clang.cpp | 3 +-
test/CodeGenObjC/gnu-init.m | 39 +++-
test/CodeGenObjC/gnustep2-proto.m | 6 +-
test/CodeGenObjCXX/arc-marker-funclet.mm | 2 +-
.../CodeGenObjCXX/microsoft-abi-arc-param-order.mm | 2 +-
test/CodeGenObjCXX/msabi-objc-extensions.mm | 38 ++--
test/CodeGenObjCXX/msabi-objc-types.mm | 114 +++++-----
14 files changed, 363 insertions(+), 179 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 3638207d8f9 [SelectionDAG] In PromoteFloatOp_BITCAST, insert a bitcast [...]
new ffc8c538b70 [GuardWidening] Widen very likely non-taken br instructions
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/Transforms/Scalar/GuardWidening.cpp | 71 ++--
.../GuardWidening/widen-frequent-branches.ll | 461 ++++++++++++++++++++-
2 files changed, 506 insertions(+), 26 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 newlib.
from 423fc83df Cygwin: utils: ps: use fputs to print fixed strings
new a9a455472 Added Restriction on base value
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:
newlib/libc/stdlib/strtoimax.c | 4 ++++
1 file changed, 4 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 fa3003a7832 Restore correct x86_64 EH encodings in kernel code model
new 36c59846ae3 [SelectionDAG] In PromoteIntRes_BITCAST, when the input is [...]
new 3638207d8f9 [SelectionDAG] In PromoteFloatOp_BITCAST, insert a bitcast [...]
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/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 19 ++++----
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 4 +-
test/CodeGen/X86/pr38533.ll | 56 ++++++++++++++++++++++-
3 files changed, 68 insertions(+), 11 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 7bbb4c9b165 [SelectionDAG] In PromoteFloatRes_BITCAST, insert a bitcast [...]
new fa3003a7832 Restore correct x86_64 EH encodings in kernel code model
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/TargetLoweringObjectFileImpl.cpp | 23 ++++----
test/CodeGen/X86/code-model-kernel.ll | 79 ++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/code-model-kernel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.