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 a4bce51e [clangd] Sort GoToDefinition results.
new ed8a01ac [clangd] make zlib compression optional for binary format
new f4f51d7a [clangd] Fix references.test assertions
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/index/Serialization.cpp | 40 +++++++++++++++++++++++++++++-----------
test/clangd/references.test | 6 +++---
2 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 master
in repository glibc.
from b9d8c47472 Move float128 inlines from sysdeps/generic/math_private.h to [...]
new b7cdc2aeb1 Remove alpha math_private.h.
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:
ChangeLog | 2 ++
sysdeps/alpha/fpu/math_private.h | 18 ------------------
2 files changed, 2 insertions(+), 18 deletions(-)
delete mode 100644 sysdeps/alpha/fpu/math_private.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 clang-tools-extra.
from c40e187a [clangd] Add xrefs LSP boilerplate implementation.
new a4bce51e [clangd] Sort GoToDefinition results.
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/XRefs.cpp | 119 +++++++++++++++++++++++++++++-----------
unittests/clangd/XRefsTests.cpp | 41 ++++++++++++++
2 files changed, 127 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 clang-tools-extra.
from f78449be [clangd] Avoid enum class+enumValN to avoid GCC bug(?), and u [...]
new c40e187a [clangd] Add xrefs LSP boilerplate implementation.
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/ClangdLSPServer.cpp | 12 +++++++++
clangd/ClangdLSPServer.h | 1 +
clangd/ClangdServer.cpp | 12 +++++++++
clangd/ClangdServer.h | 4 +++
clangd/Protocol.cpp | 5 ++++
clangd/Protocol.h | 5 ++++
clangd/ProtocolHandlers.cpp | 1 +
clangd/ProtocolHandlers.h | 1 +
clangd/XRefs.cpp | 1 +
test/clangd/initialize-params-invalid.test | 36 +--------------------------
test/clangd/initialize-params.test | 1 +
test/clangd/references.test | 40 ++++++++++++++++++++++++++++++
12 files changed, 84 insertions(+), 35 deletions(-)
create mode 100644 test/clangd/references.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 glibc.
from 418d99e622 Move fenv.h soft-float inlines from fenv_private.h to includ [...]
new b9d8c47472 Move float128 inlines from sysdeps/generic/math_private.h to [...]
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:
ChangeLog | 8 ++++++++
include/math.h | 23 +++++++++++++++++++++++
sysdeps/generic/math_private.h | 23 -----------------------
3 files changed, 31 insertions(+), 23 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 846d4ba8936 [DebugInfo] Normalize common kinds of DWARF sub-expressions.
new 5797fe2d199 [Aggressive InstCombine] Move C bindings to their own header file.
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:
.../{InstCombine.h => AggressiveInstCombine.h} | 16 ++++++++--------
include/llvm-c/Transforms/Scalar.h | 3 ---
.../AggressiveInstCombine/AggressiveInstCombine.cpp | 2 +-
3 files changed, 9 insertions(+), 12 deletions(-)
copy include/llvm-c/Transforms/{InstCombine.h => AggressiveInstCombine.h} (65%)
--
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 a6227bc0be6 Group switch cases in switch lowering (PR tree-optimization [...]
new 659169d3b2e 2018-09-05 Richard Biener <rguenther(a)suse.de>
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/tree-ssa-sccvn.c | 1 +
2 files changed, 7 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 68697710fdd 2018-09-05 Richard Biener <rguenther(a)suse.de>
new a6227bc0be6 Group switch cases in switch lowering (PR tree-optimization [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr87205-2.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr87205.c | 21 +++++++++++++++++++++
gcc/tree-switch-conversion.c | 9 +++++++--
5 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87205-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87205.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.