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 a50f7cf4 [clangd] Index-based code completion.
new 1686fcf8 [clangd] Fix warnings/compiler pickiness after r321083
new 553feab6 [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdServer.cpp | 2 +
clangd/ClangdUnit.cpp | 253 ------------------------------
clangd/ClangdUnit.h | 7 -
clangd/CodeComplete.cpp | 2 +-
clangd/XRefs.cpp | 270 +++++++++++++++++++++++++++++++++
clangd/XRefs.h | 34 +++++
unittests/clangd/CodeCompleteTests.cpp | 2 +-
8 files changed, 309 insertions(+), 262 deletions(-)
create mode 100644 clangd/XRefs.cpp
create mode 100644 clangd/XRefs.h
--
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 7c4f5bdebda PR middle-end/81914 * predict.c (zero_one_minusone): New [...]
new a04aca05ac9 [arm] PR target/82975: Guard against reg_renumber being NUL [...]
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 | 8 +++++++-
gcc/config/arm/arm.h | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/{gcc.target/i386/pr78904-6.c => gcc.dg/pr82975.c} | 7 ++-----
4 files changed, 16 insertions(+), 7 deletions(-)
copy gcc/testsuite/{gcc.target/i386/pr78904-6.c => gcc.dg/pr82975.c} (52%)
--
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 0dbbce28f92 [CFGVPrinter] Fix -dot-cfg-only
new fcfc7b225ff [CodeGen] Move printing MO_CFIIndex operands to MachineOper [...]
new 223840e5a36 [X86][AVX512] Attempt target shuffle combining to different [...]
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:
docs/MIRLangRef.rst | 22 +-
include/llvm/CodeGen/MachineOperand.h | 1 +
lib/CodeGen/MIRPrinter.cpp | 120 +----
lib/CodeGen/MachineOperand.cpp | 125 ++++-
lib/Target/X86/X86ISelLowering.cpp | 24 +-
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 299 ++++++------
.../CodeGen/X86/shuffle-strided-with-offset-256.ll | 38 +-
.../CodeGen/X86/shuffle-strided-with-offset-512.ll | 48 +-
test/CodeGen/X86/shuffle-vs-trunc-256.ll | 73 +--
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 5 +-
test/CodeGen/X86/vector-half-conversions.ll | 511 ++++++---------------
test/CodeGen/X86/vector-shuffle-128-v16.ll | 36 +-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 135 ++----
test/CodeGen/X86/vector-shuffle-256-v16.ll | 128 +++---
test/CodeGen/X86/vector-shuffle-256-v32.ll | 256 ++++++-----
test/CodeGen/X86/vector-shuffle-256-v4.ll | 88 ++--
test/CodeGen/X86/vector-shuffle-256-v8.ll | 86 +++-
test/CodeGen/X86/vector-trunc.ll | 62 +--
unittests/CodeGen/MachineOperandTest.cpp | 17 +
19 files changed, 859 insertions(+), 1215 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 81a5eb03 [clangd] Expose offset <-> LSP position functions, and fix bugs
new a50f7cf4 [clangd] Index-based code completion.
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 | 197 +++++++++++++++++++++++++++++----
clangd/CodeComplete.h | 8 ++
clangd/index/FileIndex.cpp | 4 +-
clangd/index/FileIndex.h | 4 +-
clangd/index/Index.h | 2 +-
clangd/index/MemIndex.cpp | 2 +-
clangd/index/MemIndex.h | 2 +-
unittests/clangd/CodeCompleteTests.cpp | 101 +++++++++++++++++
unittests/clangd/IndexTests.cpp | 9 +-
9 files changed, 297 insertions(+), 32 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 5ad5542 Move more stuff from modules.llvm to modules.utils
new 9a68e7b Fixup: Add some imports that got lost in the previous commit
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:
modules/utils.py | 3 +++
1 file changed, 3 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 gcc.
from 14a33398213 [ARC][COMMITTED] Clean up build warnings.
new 7c4f5bdebda PR middle-end/81914 * predict.c (zero_one_minusone): New [...]
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 | 8 +++++++
gcc/predict.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 79 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.
from acb9897ac0 Rename sparc-myriad-elf triplet to sparc-myriad-rtems
new c02f36df64 Add renamed .o files that were omitted by "git llvm push" command
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:
.../4.9 => basic_myriad_tree/lib/gcc/sparc-myriad-rtems/6.3.0}/crtbegin.o | 0
.../4.9 => basic_myriad_tree/lib/gcc/sparc-myriad-rtems/6.3.0}/crtend.o | 0
.../Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-rtems/6.3.0/crti.o | 0
.../Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-rtems/6.3.0/crtn.o | 0
.../Driver/Inputs/basic_myriad_tree/sparc-myriad-rtems/lib/crt0.o | 0
5 files changed, 0 insertions(+), 0 deletions(-)
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_myriad_tree/lib [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_myriad_tree/lib [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_myriad_tree/spa [...]
--
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 2d119dd12 Use # instead of // for comments in a test.
new 75f46afc8 Remove unnecessary this->. NFC.
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/InputSection.cpp | 61 +++++++++++++++++++++++++---------------------------
1 file changed, 29 insertions(+), 32 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 51bc5395c2 Teach clang/NetBSD about additional dependencies for sanitizers
new acb9897ac0 Rename sparc-myriad-elf triplet to sparc-myriad-rtems
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/Driver/ToolChains/Myriad.cpp | 9 +++++----
.../lib/gcc/sparc-myriad-elf/4.8.2/crtbegin.o | 0
.../lib/gcc/sparc-myriad-elf/4.8.2/crtend.o | 0
.../lib/gcc/sparc-myriad-elf/4.8.2/crti.o | 0
.../lib/gcc/sparc-myriad-elf/4.8.2/crtn.o | 0
.../sparc-myriad-elf/include/c++/4.8.2/.keep | 0
.../Inputs/basic_myriad_tree/sparc-myriad-elf/lib/crt0.o | 0
.../sparc-myriad-rtems/include/c++/6.3.0}/.keep | 0
test/Driver/myriad-toolchain.c | 16 ++++++++--------
9 files changed, 13 insertions(+), 12 deletions(-)
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4 [...]
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4 [...]
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4 [...]
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4 [...]
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/sparc-myriad-elf/include/c [...]
delete mode 100644 test/Driver/Inputs/basic_myriad_tree/sparc-myriad-elf/lib/crt0.o
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_myriad_tree/sparc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.