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 102f34c8 [clangd] Bump clangd-index version for TemplateArgument changes
new bbb3a48c [clangd] Wait for compile command in ASTWorker instead of Cla [...]
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/ClangdServer.cpp | 18 +----
clangd/ClangdServer.h | 3 -
clangd/Compiler.h | 2 +-
clangd/GlobalCompilationDatabase.cpp | 9 +--
clangd/TUScheduler.cpp | 125 ++++++++++++++++++++++-----------
clangd/TUScheduler.h | 14 ++--
unittests/clangd/ClangdTests.cpp | 58 +++++++++++++++
unittests/clangd/CodeCompleteTests.cpp | 2 +-
unittests/clangd/TUSchedulerTests.cpp | 65 +++++++++--------
9 files changed, 194 insertions(+), 102 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 a5189c16a7e 2019-04-15 Richard Biener <rguenther(a)suse.de>
new 969b7ab65f2 2019-04-15 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/testsuite/ChangeLog | 5 +++
.../gcc.dg/guality/{pr89463.c => pr90074.c} | 26 ++++++++-----
gcc/tree-loop-distribution.c | 43 ++++++++++++++++++----
4 files changed, 62 insertions(+), 18 deletions(-)
copy gcc/testsuite/gcc.dg/guality/{pr89463.c => pr90074.c} (50%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 769f7b3c 0: good: llvm-linux: boot
new 73403610 0: good: llvm-linux: boot
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 (769f7b3c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
01-reset_artifacts/console.log | 180 +-
02-build_llvm/console.log | 11492 ++++++++++++++++++-----------------
03-build_linux/console.log | 593 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 12271 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 12269 insertions(+), 12287 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 newlib.
from 204efa6bb Cygwin: use win pid+threadid for forkables dirname
new a2e81650d Fix definition of write() to use const char * for the type of [...]
new 2af6ad9f0 Copy prerequisite file for "tiny" printf implementation
new 1e6c561d4 Implement reduced code size "tiny" printf and puts
The 3 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:
libgloss/msp430/write.c | 9 +-
newlib/libc/machine/msp430/Makefile.am | 9 +-
newlib/libc/machine/msp430/Makefile.in | 33 +++-
newlib/libc/machine/msp430/configure | 28 ++++
newlib/libc/machine/msp430/configure.in | 11 ++
newlib/libc/machine/msp430/tiny-printf.c | 272 +++++++++++++++++++++++++++++++
newlib/libc/machine/msp430/tiny-puts.c | 20 +++
7 files changed, 374 insertions(+), 8 deletions(-)
create mode 100644 newlib/libc/machine/msp430/tiny-printf.c
create mode 100644 newlib/libc/machine/msp430/tiny-puts.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 58f3228d 2: good: llvm-linux: 442
new 56532a47 2: good: llvm-linux: 442
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 (58f3228d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11532 +++++++++++++++++------------------
03-build_linux/console.log | 691 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 78 +-
console.log | 12523 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12456 insertions(+), 12598 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 226593ed 0: good: gcc-a14bf18d52523f22dd064146b9cf48646dd1059e: -5
new 691a4328 0: good: gcc-fc01d804ff14d414757f039a3e359936d9d84bc9: -5
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 (226593ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 238 +-
03-build_abe-bootstrap_O3/console.log | 89579 +++++++++++++++----------------
console.log | 90003 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 90066 insertions(+), 89928 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.