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 0a043826 [clangd] Debounce streams of updates.
new 8d90c399 [clangd:vscode] check empty/null string correctly.
new bcc23bc2 [clangd:vscode] Bump clangd-vscode version to 0.0.4.
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/clients/clangd-vscode/package.json | 2 +-
clangd/clients/clangd-vscode/src/extension.ts | 2 +-
2 files 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 gcc.
from 413b13e0e51 2018-03-02 Paul Thomas <pault(a)gcc.gnu.org>
new 3ba5631bfd1 PR target/84614 * rtl.h (prev_real_nondebug_insn, next_re [...]
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 | 11 +++++++++++
gcc/cfgcleanup.c | 4 +---
gcc/combine.c | 4 ++--
gcc/emit-rtl.c | 40 ++++++++++++++++++++++++++++++++++++++--
gcc/rtl.h | 2 ++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr84614.c | 28 ++++++++++++++++++++++++++++
7 files changed, 85 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84614.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 gcc.
from 09f5aa49d84 PR inline-asm/84625 * config/i386/i386.c (ix86_print_oper [...]
new 413b13e0e51 2018-03-02 Paul Thomas <pault(a)gcc.gnu.org>
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/testsuite/gfortran.dg/coarray_47.f90 | 3 +--
1 file changed, 1 insertion(+), 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 15714e90 [clangd] Make symbol name a required parameter for CanonicalI [...]
new 0a043826 [clangd] Debounce streams of updates.
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 | 2 +-
clangd/ClangdServer.cpp | 6 ++-
clangd/ClangdServer.h | 8 ++-
clangd/TUScheduler.cpp | 97 ++++++++++++++++++++++++++---------
clangd/TUScheduler.h | 6 ++-
clangd/Threading.cpp | 11 +++-
clangd/Threading.h | 46 ++++++++++++++---
unittests/clangd/TUSchedulerTests.cpp | 36 +++++++++++--
8 files changed, 169 insertions(+), 43 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 326cd02463e Daily bump.
new f0888f11552 [nvptx] Add support for CUDA 9
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/config/nvptx/nvptx.c | 10 ++++++++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/nvptx/indirect_call.c | 19 +++++++++++++++++++
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nvptx/indirect_call.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 41751fdcdf4 Daily bump.
new 5eec276cf6e [nvptx] Add support for CUDA 9
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/config/nvptx/nvptx.c | 10 ++++++++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/nvptx/indirect_call.c | 19 +++++++++++++++++++
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nvptx/indirect_call.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 lld.
from 992390fbd Update man page for long opts that accept = after r326506
new aa25aeb2c [ELF] - Report error when memory region is overflowed by data [...]
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/LinkerScript.cpp | 27 ++++++++++++++-----------
test/ELF/linkerscript/memory-data-commands.test | 22 ++++++++++++++++++++
2 files changed, 37 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/linkerscript/memory-data-commands.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 gcc.
from c70bb059a8c 2018-03-02 Richard Biener <rguenther(a)suse.de>
new 09f5aa49d84 PR inline-asm/84625 * config/i386/i386.c (ix86_print_oper [...]
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 | 37 ++++++++++++++++++++-------------
gcc/config/i386/i386.c | 3 ++-
gcc/testsuite/ChangeLog | 29 +++++++++++++++-----------
gcc/testsuite/gcc.target/i386/pr84625.c | 12 +++++++++++
4 files changed, 53 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84625.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 gcc.
from 2f8c33baa74 PR target/84534 * gcc.target/powerpc/vec-setup-be-long.c: [...]
new 7c7883aa7e5 2018-03-02 Richard Biener <rguenther(a)suse.de>
new c70bb059a8c 2018-03-02 Richard Biener <rguenther(a)suse.de>
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 | 31 +++++
gcc/config/darwin.c | 4 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/torture/pr84427.c | 22 ++++
gcc/tree-ssa-pre.c | 199 ++++++++++++++++++---------------
5 files changed, 170 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr84427.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 compiler-rt.
from 9008dc9a4 [PATCH] [compiler-rt, RISCV] Support builtins for RISC-V
new 72f23c7ea OpenBSD UBsan support / ubsan part
new 673953878 OpenBSD Ubsan support / interception
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:
lib/interception/interception.h | 6 +++---
lib/interception/interception_linux.cc | 6 +++---
lib/interception/interception_linux.h | 8 ++++----
lib/ubsan/ubsan_platform.h | 3 ++-
4 files changed, 12 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.