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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 27bd377 0: update: llvm-linux: boot
new bafd501 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 (27bd377)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 12074 ++++++++++++++++++------------------
03-build_linux/console.log | 688 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 8 +-
console.log | 12896 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12898 insertions(+), 12902 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 9f72563 3: reset: linux-7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: 18680
new d4917ce 4: update: linux-f84e1c16f08d7d1d6955f8f1c2e6cc0587d6d14c: 18908
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 | 161 +-
02-build_llvm/console.log | 11284 ++++++++++++++++-----------------
03-build_linux/console.log | 1203 +---
05-check_regression/console.log | 22 +-
06-update_baseline/console.log | 36 +-
console.log | 12706 ++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 12172 insertions(+), 13252 deletions(-)
delete mode 100644 reset-baseline
--
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 efc29761d18 [llvm-readobj] - Fix a TODO in elf-reloc-zero-name-or-value.test.
new 61474b8c874 [llvm-ar] Parse 'h' and '-h': display help and exit
new 561e3dc589a [llvm-readobj] - Fix BB after r372087.
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:
test/tools/llvm-ar/help-message.test | 6 ++++++
test/tools/llvm-readobj/elf-reloc-zero-name-or-value.test | 2 +-
tools/llvm-ar/llvm-ar.cpp | 10 +++++-----
3 files changed, 12 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-ar/help-message.test
--
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 28eb96415 Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"
new 1a3abc32d [lldb] [Process/gdb-remote] Fix defaulting signal to invalid [...]
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:
.../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 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 18f599f81e9 [llvm-readobj] - Refactor the code.
new bac41ae77dc [LoopUnroll] Use LoopSize+1 as threshold, to allow unrollin [...]
new 1bff644c7fa [ARM] LE support in ConstantIslands
new 7ae04842e06 [AMDGPU]: PHI Elimination hooks added for custom COPY inser [...]
new efc29761d18 [llvm-readobj] - Fix a TODO in elf-reloc-zero-name-or-value.test.
The 4 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/CodeGen/TargetInstrInfo.h | 23 +++
lib/CodeGen/PHIElimination.cpp | 28 +--
lib/Target/AMDGPU/SIInstrInfo.cpp | 37 ++++
lib/Target/AMDGPU/SIInstrInfo.h | 13 ++
lib/Target/AMDGPU/SILowerControlFlow.cpp | 49 +++--
lib/Target/ARM/ARMConstantIslandPass.cpp | 137 +++++++++++---
lib/Transforms/Scalar/LoopUnrollPass.cpp | 6 +-
test/CodeGen/AMDGPU/phi-elimination-assertion.mir | 2 +-
test/CodeGen/AMDGPU/phi-elimination-end-cf.mir | 54 ++++++
test/CodeGen/ARM/O3-pipeline.ll | 2 +-
.../Thumb2/LowOverheadLoops/no-dec-cbnz.mir | 201 +++++++++++++++++++++
.../Thumb2/LowOverheadLoops/no-dec-le-simple.ll | 158 ++++++++++++++++
.../Thumb2/LowOverheadLoops/no-dec-reorder.mir | 184 +++++++++++++++++++
test/CodeGen/Thumb2/LowOverheadLoops/no-dec.mir | 201 +++++++++++++++++++++
.../LoopUnroll/AArch64/unroll-optsize.ll | 4 +-
test/Transforms/LoopUnroll/optsize-loop-size.ll | 58 ++++++
.../llvm-readobj/elf-reloc-zero-name-or-value.test | 26 ++-
17 files changed, 1115 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/phi-elimination-end-cf.mir
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/no-dec-cbnz.mir
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/no-dec-le-simple.ll
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/no-dec-reorder.mir
create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/no-dec.mir
create mode 100644 test/Transforms/LoopUnroll/optsize-loop-size.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.
"Diana Picus pushed a change to branch diana/perfversion%wip
in repository toolchain/jenkins-scripts.
discards caeb3d85 tcwg-benchmark: Re-enable benchmarking
discards dcabdcfa Install linux-tools-4.15.0-62-generic
discards a04e8e98 tcwg-benchmark.sh: Dump some info
adds 347918f2 tcwg-benchmark.sh: Cleanup container on benchmarking board
adds 2061f926 tcwg-benchmark.sh: Bind-mount $WORKSPACE inside benchmarking [...]
new 3732ab8b Use bionic for benchmarking
new 4a1fd9d7 tcwg-benchmark.sh: Dump some info
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 (caeb3d85)
\
N -- N -- N refs/heads/diana/perfversion%wip (4a1fd9d7)
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 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:
docker-run.sh | 4 ++--
jenkins-helpers.sh | 17 +++++++++--------
tcwg-benchmark.sh | 47 ++++++++++++++++++++++++-----------------------
3 files changed, 35 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.