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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fad8176a 0: good: binutils-gcc-linux: all
new 2ee5b861 0: good: binutils-796d6298bb11deab06814cc38cfe74a1bfc57551: 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 (fad8176a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 16 +-
02-prepare_abe/console.log | 4 +-
03-build_abe-binutils/console.log | 3669 ++++++-------
04-build_abe-stage1/console.log | 3992 +++++++-------
05-build_linux/console.log | 3034 +++++-----
06-boot_linux/console.log | 2 +-
console.log | 10691 ++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
8 files changed, 9765 insertions(+), 11657 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-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards f44cb286 0: good: gcc-8f53c0e49ad5958252f5c073761ed0ccc97bc9d1: -5
new 3ec6d844 0: good: gcc-82effd32e30df4c39b1225279cb06de611be2560: -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 (f44cb286)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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:
.../console.log | 34 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 6 +-
.../console.log | 14524 +++++++++---------
.../console.log | 0
.../console.log | 0
console.log | 14564 ++++++++++---------
jenkins/manifest.sh | 10 +-
7 files changed, 14677 insertions(+), 14461 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (85%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (98%)
rename {3-build_abe-bootstrap_ubsan => 03-build_abe-bootstrap_ubsan}/console.log (98%)
rename {4-check_regression => 04-check_regression}/console.log (100%)
rename {5-update_baseline => 05-update_baseline}/console.log (100%)
--
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 92948ec17b6 [SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCC
new f36ee139a4c [SLPVectorizer] Merge reorderAltShuffleOperands into reorde [...]
new 428cbbbec8d [llvm] Prevent duplicate files in debug line header in dwarf 5.
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/DebugInfo/DWARF/DWARFDebugLine.h | 2 +
include/llvm/MC/MCContext.h | 2 +-
include/llvm/MC/MCDwarf.h | 18 +++-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 1 +
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 +
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 1 -
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 20 +++-
lib/MC/MCContext.cpp | 5 +-
lib/MC/MCDwarf.cpp | 11 ++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 120 ++++++---------------
test/MC/ARM/dwarf-asm-multiple-sections.s | 17 +--
test/MC/ELF/debug-mixed-md5.ll | 3 +-
test/MC/ELF/dwarf-file0.s | 6 +-
test/Transforms/SLPVectorizer/X86/PR39774.ll | 4 +-
test/tools/llvm-objdump/Inputs/embedded-source | Bin 9936 -> 9528 bytes
.../X86/function-sections-line-numbers.s | 9 +-
16 files changed, 107 insertions(+), 113 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 e05b36f604 clang -dumpversion returns 4.2.1 for legacy reason, update it
new 96ad722022 Thread Safety: also look at ObjC methods
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/Analysis/ThreadSafetyCommon.cpp | 21 +++++++++++++--------
test/SemaObjCXX/no-crash-thread-safety-analysis.mm | 15 +++++++++++++++
test/SemaObjCXX/thread-safety-analysis.h | 17 +++++++++++++++++
test/SemaObjCXX/warn-thread-safety-analysis.mm | 18 +-----------------
4 files changed, 46 insertions(+), 25 deletions(-)
create mode 100644 test/SemaObjCXX/no-crash-thread-safety-analysis.mm
create mode 100644 test/SemaObjCXX/thread-safety-analysis.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 gcc-7-branch
in repository gcc.
from d1d69828025 Daily bump.
new b5dd5b20b2a fix PR 71861
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/fortran/ChangeLog | 7 +++++
gcc/fortran/symbol.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/interface_abstract_5.f90 | 32 ++++++++++++++++++++++
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_5.f90
--
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_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from 7621e38bf3 Add generic hp-timing support
adds 9ac2de697e Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.
adds d7563e6277 Add UDP_GRO from Linux 5.0 to netinet/udp.h.
adds 7a773abf7c nptl: Convert tst-sem5 & tst-sem13 to use libsupport
adds 82849fde3b nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctly
adds 67112f7ae8 nss/tst-nss-files-alias-leak: add missing opening quote in printf
new 019638910e powerpc: Remove ununsed s_float_bitwise.h
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 | 33 ++++++++++
elf/elf.h | 3 +
nptl/tst-rwlock14.c | 12 ++--
nptl/tst-sem13.c | 47 +++-----------
nptl/tst-sem5.c | 52 +++------------
nss/tst-nss-files-alias-leak.c | 2 +-
sysdeps/gnu/netinet/udp.h | 1 +
sysdeps/powerpc/fpu/s_float_bitwise.h | 115 ----------------------------------
8 files changed, 64 insertions(+), 201 deletions(-)
delete mode 100644 sysdeps/powerpc/fpu/s_float_bitwise.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.