This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 90ce29c3132 2019-10-08 Richard Biener <rguenther(a)suse.de>
new 291a67cdf85 Change the library search path when using --with-advance-toolchain
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/config.gcc | 11 ++++++-----
2 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 80e176bf 2: update: binutils-gcc-linux: 17349
new 4232c44b 2: update: binutils-46e292ab0af65d13675b54f808fa24e12999e405: 17349
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 (80e176bf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 134 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11545 ++++++-------
04-build_abe-stage1/console.log | 15561 ++++++++---------
05-build_linux/console.log | 5511 +++---
08-update_baseline/console.log | 84 +-
console.log | 33295 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32782 insertions(+), 33782 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_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 24764b47 0: update: binutils-gcc-linux: all
new 083c76d3 0: update: binutils-gcc-linux: all
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 (24764b47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 175 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11704 ++++++-------
04-build_abe-stage1/console.log | 15895 ++++++++---------
05-build_linux/console.log | 5463 +++---
06-boot_linux/console.log | 2 +-
console.log | 33677 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 33759 insertions(+), 33613 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 39fa84d07c7 [Mips] Emit proper ABI for _mcount calls
new 5e985d96256 [TextAPI] Introduce TBDv4
new 613e548be57 gn build: Merge r374058
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:
include/llvm/TextAPI/MachO/InterfaceFile.h | 3 +
include/llvm/TextAPI/MachO/Symbol.h | 11 +-
include/llvm/TextAPI/MachO/Target.h | 2 +
lib/TextAPI/MachO/Target.cpp | 40 +-
lib/TextAPI/MachO/TextStub.cpp | 498 +++++++++++++++++-
lib/TextAPI/MachO/TextStubCommon.cpp | 25 +-
unittests/TextAPI/CMakeLists.txt | 1 +
unittests/TextAPI/TextStubV4Tests.cpp | 558 +++++++++++++++++++++
utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn | 1 +
9 files changed, 1105 insertions(+), 34 deletions(-)
create mode 100644 unittests/TextAPI/TextStubV4Tests.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 master
in repository clang.
from 01b473ed13 [SVE][IR] Scalable Vector size queries and IR instruction support
new f1b8248349 [OPENMP50]Allow functions in declare variant directive to ha [...]
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/Sema/Sema.h | 2 +-
lib/Sema/SemaDecl.cpp | 7 ++++---
lib/Sema/SemaOpenMP.cpp | 3 ++-
test/OpenMP/declare_variant_ast_print.cpp | 19 +++++++++++++++++++
.../declare_variant_implementation_vendor_codegen.cpp | 12 ++++++++++++
test/OpenMP/declare_variant_messages.cpp | 12 ------------
6 files changed, 38 insertions(+), 17 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 libcxx.
from caa8e2cce [libc++] Add missing link-time dependencies to the benchmarks
new 2a88a04e0 [libc++] TAKE 2: Make system libraries PRIVATE dependencies o [...]
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:
src/CMakeLists.txt | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.