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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0708f53a 0: update: llvm-linux: 19524
new 9dd3c847 0: update: llvm-linux: 19524
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 (0708f53a)
\
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 | 122 +-
02-build_llvm/console.log | 12094 ++++++++++++++++----------------
03-build_linux/console.log | 2081 +++---
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 14313 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14338 insertions(+), 14296 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 933a3a01 0: update: binutils-6ade8373c9e689dece1057366b5adf9f8e86fa22: all
new 7abd9b65 0: update: linux-d41a3effbb53b1bcea41e328d16a4d046a508381: 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 (933a3a01)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 165 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11090 ++++++-------
04-build_abe-stage1/console.log | 19373 +++++++++++-----------
05-build_linux/console.log | 1126 +-
06-boot_linux/console.log | 2 +-
console.log | 32168 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 31918 insertions(+), 32426 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 8f6b30c96 [lldb][NFC] Remove unused Args::GetArgumentQuoteCharAtIndex
new e6007f51e [lldb][NFC] Extend ArgsTest
new 39bb069ce [lldb][NFC] Remove Args::StripSpaces
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/lldb/Utility/Args.h | 4 --
source/Commands/CommandObjectSettings.cpp | 53 +++++++++---------------
source/Expression/REPL.cpp | 2 +-
source/Utility/Args.cpp | 23 -----------
unittests/Utility/ArgsTest.cpp | 68 +++++++++++++++++++++++++++++++
5 files changed, 89 insertions(+), 61 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 release_90
in repository llvm.
from b2d99ddb291 Merging r370426: ------------------------------------------ [...]
new f09c3895ced Merging r371088 and r371095:
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/Target/X86/X86ISelLowering.cpp | 29 +++++++++++++++++++++-----
test/CodeGen/X86/haddsub-shuf-undef-operand.ll | 26 +++++++++++++++++++++++
2 files changed, 50 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/haddsub-shuf-undef-operand.ll
--
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 6099c68ec24 [CodeGen] Do the Simple Early Return in block-placement pas [...]
new 5da0f53b754 [ARM] MVE Tail Predication
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/llvm/IR/IntrinsicsARM.td | 4 +
lib/Target/ARM/ARM.h | 2 +
lib/Target/ARM/ARMTargetMachine.cpp | 5 +-
lib/Target/ARM/CMakeLists.txt | 1 +
lib/Target/ARM/MVETailPredication.cpp | 469 +++++++++++++++++++
.../Thumb2/LowOverheadLoops/basic-tail-pred.ll | 385 ++++++++++++++++
test/CodeGen/Thumb2/LowOverheadLoops/nested.ll | 152 +++++++
.../Thumb2/LowOverheadLoops/tail-pred-narrow.ll | 54 +++
.../LowOverheadLoops/tail-pred-pattern-fail.ll | 505 +++++++++++++++++++++
.../Thumb2/LowOverheadLoops/tail-pred-widen.ll | 173 +++++++
.../CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll | 118 +++++
.../Thumb2/LowOverheadLoops/vector-unroll.ll | 118 +++++
12 files changed, 1985 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/ARM/MVETailPredication.cpp
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/nested.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-narrow.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-pattern-fail.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-widen.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/vector-unroll.ll
--
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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 14d3f8a0 0: update: llvm-linux: 17751
new 94ecc4fc 0: update: llvm-linux: 17751
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 (14d3f8a0)
\
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 | 334 +-
02-build_llvm/console.log | 12048 ++++++++++++++++----------------
03-build_linux/console.log | 2096 +++---
console.log | 14478 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 14500 insertions(+), 14464 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 04e7659937a [CMake] LLVM_COMPILE_FLAGS also applies to C files
new 6099c68ec24 [CodeGen] Do the Simple Early Return in block-placement pas [...]
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/MachineBlockPlacement.cpp | 46 ++++++++++++++++++++++++++++++++
test/CodeGen/PowerPC/block-placement.mir | 12 +++------
2 files changed, 50 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.