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-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6b32e9e47 0: update: llvm-linux: all
new 604725e42 0: update: llvm-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 (6b32e9e47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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-build_llvm/console.log | 11646 +++++++++++++++++------------------
03-build_linux/console.log | 686 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 12482 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 12488 insertions(+), 12488 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 faddd4770cb [MIR-Canon] Add support for rewriting VRegs that are typed [...]
new 55e67e44b91 Reverting change r362121 due to lld-x86_64-ubuntu-fast test [...]
new 8c0b3da9d4a [LoopVectorize] Add FNeg instruction support
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/IR/IRBuilder.h | 18 +++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 29 ++++++----
test/Transforms/LoopVectorize/X86/fneg-cost.ll | 6 +--
test/Transforms/LoopVectorize/fneg.ll | 15 +-----
.../llvm-objdump/X86/macho-disassemble-g-dsym.test | 11 ----
tools/llvm-objdump/MachODump.cpp | 63 +++-------------------
6 files changed, 49 insertions(+), 93 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 215235d720f 2019-05-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 0a6ab062d13 2019-05-30 Bill Schmidt <wschmidt(a)linux.ibm.com> Mic [...]
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/rs6000/constraints.md | 5 +++++
gcc/config/rs6000/predicates.md | 10 ++++++++++
gcc/config/rs6000/rs6000.h | 14 ++++++++++++++
gcc/doc/md.texi | 3 +++
5 files changed, 41 insertions(+)
--
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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 760b9f957 0: update: llvm-linux: boot
new a01bed8eb 0: update: 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 (760b9f957)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 171 +-
02-build_llvm/console.log | 12043 +++++++++++++++----------------
03-build_linux/console.log | 1674 ++---
04-boot_linux/console.log | 460 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 39 -
console.log | 14389 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14370 insertions(+), 14416 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 53888ed10fc Support Universal dSYM files in llvm-objdump
new faddd4770cb [MIR-Canon] Add support for rewriting VRegs that are typed [...]
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/CodeGen/MIRCanonicalizerPass.cpp | 11 ++++++-----
test/CodeGen/MIR/AArch64/addrspace-memoperands.mir | 1 +
2 files changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from d5b52410ce5 [aarch64]: add support for fabd in sve
new 215235d720f 2019-05-30 Thomas Koenig <tkoenig(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/fortran/ChangeLog | 4 ++
gcc/fortran/gfc-internals.texi | 143 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 147 insertions(+)
--
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 5f9af6ab6a3 Correct error in revert of r362112.
new c917023172c [NFC] Fix SmallVector::append comments
new 53888ed10fc Support Universal dSYM files in llvm-objdump
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/ADT/SmallVector.h | 6 +--
.../llvm-objdump/X86/macho-disassemble-g-dsym.test | 11 ++++
tools/llvm-objdump/MachODump.cpp | 63 +++++++++++++++++++---
3 files changed, 69 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.