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 4657293c [clangd] Put all #includes in one block in clangd source files. NFC
new 17c91c07 [clangd] Build in-memory index on symbols in files.
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/CMakeLists.txt | 2 +-
clangd/index/{FileSymbols.cpp => FileIndex.cpp} | 39 ++++-
clangd/index/{FileSymbols.h => FileIndex.h} | 35 ++++-
unittests/clangd/CMakeLists.txt | 2 +-
unittests/clangd/FileIndexTests.cpp | 193 ++++++++++++++++++++++++
unittests/clangd/FileSymbolsTests.cpp | 91 -----------
6 files changed, 260 insertions(+), 102 deletions(-)
rename clangd/index/{FileSymbols.cpp => FileIndex.cpp} (52%)
rename clangd/index/{FileSymbols.h => FileIndex.h} (59%)
create mode 100644 unittests/clangd/FileIndexTests.cpp
delete mode 100644 unittests/clangd/FileSymbolsTests.cpp
--
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 hjl/cet/master
in repository glibc.
discards 23577092e9 x86-64: Save caller's Shadow-Stack-Pointer
new 58722f9999 x86: Unwind shadow stack by one more frame
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (23577092e9)
\
N -- N -- N refs/heads/hjl/cet/master (58722f9999)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 4 ++++
sysdeps/unix/sysv/linux/i386/__longjmp.S | 4 ++++
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 4 ++++
sysdeps/unix/sysv/linux/x86_64/__longjmp.S | 4 ++++
sysdeps/unix/sysv/linux/x86_64/setjmp.S | 2 --
5 files changed, 16 insertions(+), 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 master
in repository llvm.
from 54ce4c32da4 [X86] Add AVX512 VPOPCNTDQ schedule tests
new e2ef9203a95 Fix code causing fallthrough warnings in the PPC back end.
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/PowerPC/PPCISelDAGToDAG.cpp | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 1 +
lib/Target/PowerPC/PPCInstrInfo.cpp | 1 +
lib/Target/PowerPC/PPCMIPeephole.cpp | 5 ++++-
4 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 gcc.
from 86574d66efe 2017-12-15 Eric Botcazou <ebotcazou(a)adacore.com>
new 1937db45cca gcc/ada/
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/ada/ChangeLog | 32 ++++
gcc/ada/einfo.ads | 2 +-
gcc/ada/libgnat/s-vercon.adb | 2 +-
gcc/ada/libgnat/s-vercon.ads | 4 +-
gcc/ada/sem_ch6.adb | 7 +-
gcc/ada/sem_prag.adb | 359 +++++++++++++++++++++++------------
gcc/ada/sem_res.adb | 14 +-
gcc/ada/sem_util.adb | 241 ++++++++++++++++-------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gnat.dg/expr_func2.adb | 5 +
gcc/testsuite/gnat.dg/expr_func2.ads | 22 +++
11 files changed, 493 insertions(+), 199 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/expr_func2.adb
create mode 100644 gcc/testsuite/gnat.dg/expr_func2.ads
--
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 d25fc4439de [RISCV] Change shift amount operand of RVC shift instructio [...]
new 54ce4c32da4 [X86] Add AVX512 VPOPCNTDQ schedule tests
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/avx512vpopcntdq-schedule.ll | 79 ++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
create mode 100644 test/CodeGen/X86/avx512vpopcntdq-schedule.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 gcc.
from 15a97f6f68d gcc/ada/
new ac0e8693cf2 2017-12-15 Patrick Bernardi <bernardi(a)adacore.com>
new 86574d66efe 2017-12-15 Eric Botcazou <ebotcazou(a)adacore.com>
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:
gcc/ChangeLog | 7 +++++++
gcc/ada/ChangeLog | 8 ++++++++
gcc/ada/gnat_ugn.texi | 18 +++++++++++++++---
gcc/ada/gnatvsn.ads | 2 +-
gcc/config/i386/xm-mingw32.h | 5 -----
gcc/ggc-page.c | 5 -----
gcc/hwint.h | 1 +
7 files changed, 32 insertions(+), 14 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 ddc27664427 2017-12-15 Richard Biener <rguenther(a)suse.de>
new a62ebd66639 PR target/66488 * ggc-page.c (HOST_BITS_PER_PTR): Do not [...]
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 | 7 +++++++
gcc/config/i386/xm-mingw32.h | 5 -----
gcc/ggc-page.c | 5 -----
gcc/hwint.h | 1 +
4 files changed, 8 insertions(+), 10 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-6-branch
in repository gcc.
from 590c9d1772f gcc/ Backport from mainline 2017-12-13 Peter Bergner <b [...]
new 3c76f885c2c PR target/66488 * ggc-page.c (HOST_BITS_PER_PTR): Do not [...]
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/ggc-page.c | 5 -----
gcc/hwint.h | 1 +
3 files changed, 7 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 clang.
from 61ab19ddad Remove duplicate python libclang changes from r320748
new 05461699ec [clang] Add PPCallbacks list to preprocessor when building a [...]
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/Frontend/PrecompiledPreamble.h | 8 +++-----
lib/Frontend/ASTUnit.cpp | 5 ++---
lib/Frontend/PrecompiledPreamble.cpp | 25 ++++++++-----------------
3 files changed, 13 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.