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 a63e7914 [clangd] Fix many typos. NFC
new edb9ae24 [clangd] Support multiple #include headers in one symbol.
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 | 103 ++++++++++++++++++++----------
clangd/CodeComplete.h | 21 ++++--
clangd/index/Index.cpp | 5 +-
clangd/index/Index.h | 35 +++++++---
clangd/index/Merge.cpp | 18 +++++-
clangd/index/SymbolCollector.cpp | 7 +-
clangd/index/SymbolYAML.cpp | 13 +++-
unittests/clangd/CodeCompleteTests.cpp | 59 ++++++++++++++---
unittests/clangd/FileIndexTests.cpp | 2 +-
unittests/clangd/IndexTests.cpp | 40 ++++++++++++
unittests/clangd/SymbolCollectorTests.cpp | 24 +++++--
11 files changed, 262 insertions(+), 65 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 gcc-7-branch
in repository gcc.
from 35b8422181f Daily bump.
new 8ca17231a0e backport "[tail-merge] Fix side-effect test in stmt_local_def"
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr85859.c | 19 +++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 10 +++++++++-
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85859.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 gcc-6-branch
in repository gcc.
from 5479d8c40c9 Daily bump.
new 8633c99841d backport "[tail-merge] Fix side-effect test in stmt_local_def"
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr85859.c | 19 +++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 10 +++++++++-
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85859.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 llvm.
from 1d40abd2827 Extend hasStoreToStackSlot with list of FI accesses.
new be799060e64 Test 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:
test/CodeGen/X86/debuginfo-locations-dce.ll | 2 --
1 file changed, 2 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 gcc-8-branch
in repository gcc.
from 4bddf88df03 Daily bump.
new 55a05747389 backport "[tail-merge] Fix side-effect test in stmt_local_def"
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr85859.c | 19 +++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 10 +++++++++-
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85859.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 llvm.
from 66813d721cc Test commit - adding a new line.
new 1d40abd2827 Extend hasStoreToStackSlot with list of FI accesses.
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/TargetInstrInfo.h | 21 +++++++++------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 22 ++++++++++-----
lib/CodeGen/LiveDebugValues.cpp | 4 +--
lib/CodeGen/RegAllocGreedy.cpp | 16 +++++++----
lib/CodeGen/TargetInstrInfo.cpp | 31 +++++++++-------------
lib/Target/ARM/ARMBaseInstrInfo.cpp | 16 ++++++++---
lib/Target/Hexagon/HexagonInstrInfo.cpp | 20 +++++++-------
lib/Target/Hexagon/HexagonInstrInfo.h | 12 ++++-----
lib/Target/Lanai/LanaiInstrInfo.cpp | 7 +++--
lib/Target/X86/X86InstrInfo.cpp | 14 +++++++---
...old-masked-merge-scalar-constmask-innerouter.ll | 8 +++---
...asked-merge-scalar-constmask-interleavedbits.ll | 8 +++---
...merge-scalar-constmask-interleavedbytehalves.ll | 8 +++---
...unfold-masked-merge-scalar-constmask-lowhigh.ll | 8 +++---
.../unfold-masked-merge-scalar-variablemask.ll | 8 +++---
test/CodeGen/AArch64/vec-libcalls.ll | 24 ++++++++---------
16 files changed, 130 insertions(+), 97 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 compiler-rt.
from 4c71e881c [UBSan] Propagate `UBSAN_OPTIONS` environment variable when r [...]
new ef6849882 Give a better error message when trying to run the iossim tes [...]
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:
test/lit.common.cfg | 6 +++++-
1 file changed, 5 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 compiler-rt.
from e37f920f0 Fix buildbot test
new 8ea71f14f [UBSan] Add missing `%run` prefixes to Pointer tests.
new 4c71e881c [UBSan] Propagate `UBSAN_OPTIONS` environment variable when r [...]
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:
test/sanitizer_common/ios_commands/iossim_run.py | 2 +-
test/ubsan/TestCases/Pointer/index-overflow.cpp | 6 +++---
test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp | 2 +-
3 files changed, 5 insertions(+), 5 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 ec8da87a22 Automatic date update in version.in
new 0d9a433be4 Re: ld: Lookup section in output with the same name
new 2542e49e21 PR23595, simple objcopy of executable failure for msp430-elf
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf.c | 16 ++++++++++++++--
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-elf/pr23591.d | 5 ++++-
ld/testsuite/ld-elf/pr23591a.s | 12 ++++++------
ld/testsuite/ld-elf/pr23591b.s | 6 +++---
ld/testsuite/ld-elf/pr23591c.s | 12 ++++++------
7 files changed, 51 insertions(+), 18 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 de01dd14072 [MC] - ConstantPools.cpp: Style consistency, remove redunda [...]
new 66813d721cc Test commit - adding a new line.
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:
test/CodeGen/X86/debuginfo-locations-dce.ll | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.