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-Os
in repository toolchain/ci/base-artifacts.
discards 763fba7e 0: init: binutils-gcc-glibc-llvm: -1
new 4a63ef68 0: init: binutils-gcc-glibc-llvm: -1
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 (763fba7e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 60 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11440 +--
04-build_abe-stage1/console.log | 20128 +++---
05-build_abe-linux/console.log | 274 +-
06-build_abe-glibc/console.log | 39624 +++++------
07-build_abe-stage2/console.log | 45657 ++++++------
08-build_llvm-true/console.log | 11879 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 5 +-
09-benchmark/console.log | 145 +-
11-update_baseline/console.log | 6 +-
console.log | 129925 ++++++++++++++++++-----------------
jenkins/manifest.sh | 20 +-
14 files changed, 129931 insertions(+), 129672 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 da463f160c2 X86: Clean up pass initialization
new a2b2136e1ef [SimplifyCFG] NFC, update Switch tests to HEAD so I can
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:
test/Transforms/SimplifyCFG/ARM/cttz-ctlz.ll | 21 +-
.../Transforms/SimplifyCFG/ARM/select-trunc-i64.ll | 17 +-
.../ARM/switch-to-lookup-table-constant-expr.ll | 24 +-
.../SimplifyCFG/ARM/switch-to-lookup-table.ll | 106 +-
test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 35 +-
.../SimplifyCFG/X86/disable-lookup-table.ll | 53 +-
.../SimplifyCFG/X86/speculate-cttz-ctlz.ll | 477 +++++--
.../SimplifyCFG/X86/switch-covered-bug.ll | 32 +-
.../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 25 +-
.../SimplifyCFG/X86/switch_to_lookup_table.ll | 1349 ++++++++++++--------
test/Transforms/SimplifyCFG/switch-dead-default.ll | 162 ++-
test/Transforms/SimplifyCFG/switch-masked-bits.ll | 23 +-
.../SimplifyCFG/switch-on-const-select.ll | 191 +--
.../Transforms/SimplifyCFG/switch-range-to-icmp.ll | 79 +-
.../SimplifyCFG/switch_create-custom-dl.ll | 592 ++++++---
test/Transforms/SimplifyCFG/switch_create.ll | 591 ++++++---
16 files changed, 2469 insertions(+), 1308 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 ffe57b5e41b [SLP] Update propagate_ir_flags.ll test to check that we do [...]
new 549c0968d18 Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG S [...]
new da463f160c2 X86: Clean up pass initialization
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:
lib/Target/X86/X86.h | 1 +
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 4 +-
lib/Target/X86/X86CallFrameOptimization.cpp | 5 +--
lib/Target/X86/X86CmovConversion.cpp | 4 +-
lib/Target/X86/X86CondBrFolding.cpp | 4 +-
lib/Target/X86/X86DomainReassignment.cpp | 4 +-
lib/Target/X86/X86EvexToVex.cpp | 4 +-
lib/Target/X86/X86FixupBWInsts.cpp | 4 +-
lib/Target/X86/X86FixupLEAs.cpp | 4 +-
lib/Target/X86/X86FlagsCopyLowering.cpp | 10 +----
lib/Target/X86/X86FloatingPoint.cpp | 10 ++++-
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 5 +--
lib/Target/X86/X86TargetMachine.cpp | 1 +
lib/Target/X86/X86WinEHState.cpp | 4 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 29 +++++++------
test/CodeGen/AArch64/max-jump-table.ll | 48 +++++++++++-----------
test/CodeGen/AArch64/min-jump-table.ll | 30 +++++++-------
test/CodeGen/AArch64/win64-jumptable.ll | 52 ++++++++++++------------
test/CodeGen/ARM/cmpxchg-idioms.ll | 4 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 44 --------------------
20 files changed, 102 insertions(+), 169 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 6390f2badc [clang-scan-deps] Include <mutex> in ClangScanDeps.cpp to en [...]
new 3c4c7709ef Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG Si [...]
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:
test/CodeGenCXX/nrvo.cpp | 1 +
test/CodeGenCXX/stack-reuse-exceptions.cpp | 2 +-
test/CodeGenObjC/exceptions.m | 2 +-
3 files 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from aa7235483a83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds eb96e57b913f media: dvb: warning about dvb frequency limits produces to [...]
adds a200c721956c media: venus: hfi_parser: fix a regression in parser
adds 35110e38e6c5 Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
drivers/media/dvb-core/dvb_frontend.c | 2 +-
drivers/media/platform/qcom/venus/hfi_helper.h | 4 ++--
2 files changed, 3 insertions(+), 3 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 97079c55 2: update: llvm-linux: 19523
new 30028349 2: update: llvm-linux: 19523
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 (97079c55)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 166 +-
02-build_llvm/console.log | 11875 ++++++++++++++++-----------------
03-build_linux/console.log | 1976 +++---
06-update_baseline/console.log | 28 +-
console.log | 14045 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 14058 insertions(+), 14044 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_bmk/llvm-master-aarch64-spec2k6-O2
in repository toolchain/ci/llvm-project.
at c73fadaa843 Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG S [...]
This branch includes the following new commits:
new c73fadaa843 Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG S [...]
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.
--
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-aarch64-spec2k6-O2
in repository toolchain/ci/glibc.
at 1192696069 powerpc: Remove optimized finite
No new revisions were added by this update.
--
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-aarch64-spec2k6-O2
in repository toolchain/ci/gcc.
at 30cda7a344b PR c++/87410 * g++.dg/cpp1y/pr87410.C: New test.
This branch includes the following new commits:
new c2531d4e6c9 Daily bump.
new 30cda7a344b PR c++/87410 * g++.dg/cpp1y/pr87410.C: New test.
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.