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-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 06ec1076ab 0: last-good: binutils-gcc-linux: all
new b86131dc2c 0: last-good: 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 (06ec1076ab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3101 +++++++++----------
4-build_abe-stage1/console.log | 3066 +++++++++----------
5-count_linux_objs/console.log | 87 +-
console.log | 6232 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 6261 insertions(+), 6241 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/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9a2b481ea9 1: last-good: llvm-linux: 16218
new fa5b6956f0 1: last-good: llvm-linux: 16218
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 (9a2b481ea9)
\
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:
1-reset_artifacts/console.log | 72 +-
2-build_llvm/console.log | 10258 +++++++++++++++++-----------------
3-count_linux_objs/console.log | 1138 ++--
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 11480 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
7 files changed, 11464 insertions(+), 11508 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 lldb.
from c2d956227 Disable stop-hook-threads.test on Linux
new a91784100 Don't include UnixSignals.h from Host.
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/lldb/Host/Host.h | 2 --
include/lldb/Host/Symbols.h | 5 ++++-
include/lldb/Target/Platform.h | 2 +-
include/lldb/Target/UnixSignals.h | 1 +
source/Host/common/Host.cpp | 7 -------
source/Host/common/Symbols.cpp | 9 +++++----
.../Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 +++++-
source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 5 ++++-
source/Target/Platform.cpp | 4 ++--
source/Target/UnixSignals.cpp | 7 +++++++
unittests/Host/SymbolsTest.cpp | 9 +++++++--
12 files changed, 37 insertions(+), 22 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.
from 6611e04fd5 [Driver] Default all Android ARM targets to NEON.
new b872cddd89 Revert r354075 "[clang][FileManager] fillRealPathName even i [...]
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:
lib/Basic/FileManager.cpp | 3 ---
unittests/Basic/FileManagerTest.cpp | 14 --------------
2 files changed, 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 glibc.
from bc10e22c90 nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]
new e442e40de5 io: Consolidate lockf 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:
ChangeLog | 18 +++
io/Makefile | 2 +-
io/lockf.c | 54 +++-----
io/lockf64.c | 67 ++++------
io/tst-lockf.c | 138 +++++++++++++++++++++
sysdeps/unix/sysv/linux/arm/lockf64.c | 1 -
sysdeps/unix/sysv/linux/i386/lockf64.c | 70 -----------
sysdeps/unix/sysv/linux/m68k/lockf64.c | 1 -
sysdeps/unix/sysv/linux/mips/mips32/lockf64.c | 1 -
sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c | 1 -
.../unix/sysv/linux/powerpc/powerpc32/lockf64.c | 1 -
sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c | 1 -
sysdeps/unix/sysv/linux/sh/lockf64.c | 1 -
sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c | 1 -
14 files changed, 195 insertions(+), 162 deletions(-)
create mode 100644 io/tst-lockf.c
delete mode 100644 sysdeps/unix/sysv/linux/arm/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/i386/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/m68k/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/lockf64.c
delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.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 20a1e42bf4b * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define.
new 821e5486588 i386: Fix ')' in VALID_MMX_REG_MODE
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 | 5 +++++
gcc/config/i386/i386.h | 2 +-
2 files changed, 6 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 llvm.
from 45ef910a264 [X86] Fix LowerAsmOutputForConstraint.
new 92fd2811692 [docs] Document LLVM_ENABLE_IDE
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:
docs/CMake.rst | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.