This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 596776d2c [elf] Remove one copy of the section merging code
new fb1001394 Make TestCompletion work on windows
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:
.../functionalities/completion/TestCompletion.py | 58 ----------------------
1 file changed, 58 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 9bd8e0b072 Update "gdb --configuration" with recently added features
new f657f8c4a1 Fix Sparc, s390 and AArch64 targets so that they can handle [...]
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:
bfd/ChangeLog | 11 ++++
bfd/elf32-s390.c | 6 +--
bfd/elf64-s390.c | 6 +--
bfd/elfnn-aarch64.c | 6 +++
bfd/elfxx-sparc.c | 9 +++-
ld/ChangeLog | 9 ++++
ld/testsuite/ld-ifunc/ifunc.exp | 3 ++
ld/testsuite/ld-ifunc/ifuncmod5.d | 8 +++
ld/testsuite/ld-ifunc/ifuncmod5.s | 105 ++++++++++++++++++++++++++++++++++++++
9 files changed, 156 insertions(+), 7 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/ifuncmod5.d
create mode 100644 ld/testsuite/ld-ifunc/ifuncmod5.s
--
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 d3d53b4e [clangd-vscode] Add package-lock.json to .gitignore
new 8c4d4336 [clangd] Fix failing lit test.
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/clangd/xrefs.test | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from 2625f509 [clangd] Don't index template specializations.
new b8bb4a5e [clangd] Use identifier range as the definition range.
new d3d53b4e [clangd-vscode] Add package-lock.json to .gitignore
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/AST.cpp | 42 +++++++++++++++++++++++++++++++++
clangd/AST.h | 34 ++++++++++++++++++++++++++
clangd/CMakeLists.txt | 1 +
clangd/XRefs.cpp | 10 ++++----
clangd/clients/clangd-vscode/.gitignore | 3 ++-
clangd/index/SymbolCollector.cpp | 23 ++++--------------
unittests/clangd/ClangdTests.cpp | 4 ++--
unittests/clangd/XRefsTests.cpp | 42 +++++++++++++++++++++------------
8 files changed, 119 insertions(+), 40 deletions(-)
create mode 100644 clangd/AST.cpp
create mode 100644 clangd/AST.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 binutils-gdb.
from 0ba3a73180 x86: Strip whitespace in check_VecOperations
new 9bd8e0b072 Update "gdb --configuration" with recently added features
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:
gdb/ChangeLog | 5 +++++
gdb/top.c | 45 ++++++++++++++++++++++++++++++++++++---------
2 files changed, 41 insertions(+), 9 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 163bd8a42df [llvm-mca] Run clang-format on the source code. NFC
new 7ebbb195b1b [llvm-mca] Move the logic that prints the summary into its [...]
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:
tools/llvm-mca/BackendPrinter.cpp | 69 ----------------
tools/llvm-mca/BackendPrinter.h | 26 ++----
tools/llvm-mca/CMakeLists.txt | 1 +
.../{BackendPrinter.cpp => SummaryView.cpp} | 32 ++------
tools/llvm-mca/SummaryView.h | 95 ++++++++++++++++++++++
tools/llvm-mca/llvm-mca.cpp | 10 ++-
6 files changed, 119 insertions(+), 114 deletions(-)
copy tools/llvm-mca/{BackendPrinter.cpp => SummaryView.cpp} (68%)
create mode 100644 tools/llvm-mca/SummaryView.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 1acb60c175f S/390: libatomic: Fix 16 byte atomic exchange
new 5cc7d4f7177 2018-03-09 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 | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr84775.c | 18 ++++++++++++++++++
gcc/tree-if-conv.c | 24 +++++++++++++++---------
4 files changed, 52 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr84775.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 clang-tools-extra.
from 5b7ca265 [clang-tidy] fix header guard
new 2625f509 [clangd] Don't index template specializations.
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/index/SymbolCollector.cpp | 8 +++++++-
unittests/clangd/SymbolCollectorTests.cpp | 13 +++++++++++++
2 files changed, 20 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 lld.
from be9c93ab9 [lld-link] Add support for /ignore:4037.
new 78e6ebaf1 [CMake] Properly conditionalize installation of lld libraries
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:
cmake/modules/AddLLD.cmake | 2 +-
1 file changed, 1 insertion(+), 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 newlib.
from e4c65b2e9 describe new locale modifier @cjkwide for user guide
new f4a1a186f Cygwin: fix socketpair prototype
new b194d6561 Cygwin: AF_UNIX: Implemant socketpair
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:
winsup/cygwin/fhandler.h | 4 +-
winsup/cygwin/fhandler_socket_unix.cc | 84 +++++++++++++++++++++++++++--------
winsup/cygwin/include/sys/socket.h | 2 +-
winsup/cygwin/net.cc | 6 +--
4 files changed, 71 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.