This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5afceac624c [SimplifyCFG] NFC, update Switch tests to HEAD so I can see [...]
new d3a265fe31e [SimpligyCFG] NFC, remove GCD that was only used for powers of two
new ae370185727 [SimplifyCFG] Run ReduceSwitchRange unconditionally, generalize
new 1704efdd5fd [SimplifyCFG] ReduceSwitchRange: Improve on the case where [...]
The 3 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/Transforms/Utils/SimplifyCFG.cpp | 160 ++++++++++++---------
.../SimplifyCFG/X86/disable-lookup-table.ll | 20 +--
.../SimplifyCFG/X86/switch-covered-bug.ll | 13 +-
.../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 7 +-
.../SimplifyCFG/X86/switch_to_lookup_table.ll | 116 +++++++--------
test/Transforms/SimplifyCFG/rangereduce.ll | 47 +++---
test/Transforms/SimplifyCFG/switch-dead-default.ll | 80 +++++++----
7 files changed, 246 insertions(+), 197 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-Oz_LTO
in repository toolchain/ci/base-artifacts.
from a678c14f6 0: update: glibc-5c23c82195fc9e95ae34180250f64438f1e6fb0b: 0
new ee6fb7955 1: reset: llvm-a846427ad0ac94506661a65f9949c627011a73a4: -1
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 | 218 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10459 ++--
04-build_abe-stage1/console.log | 14881 ++---
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 39841 ++++++------
07-build_abe-stage2/console.log | 40091 ++++++------
08-build_llvm-true/console.log | 11719 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 35 +-
09-benchmark/console.log | 314 +-
10-check_regression/console.log | 43 +-
11-update_baseline/console.log | 45 +-
console.log | 118361 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 -
results.csv | 1 -
results_id | 1 -
19 files changed, 118128 insertions(+), 118645 deletions(-)
create mode 100644 reset-baseline
delete mode 100644 results.csv
delete mode 100644 results_id
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5a3222503 0: update: llvm-linux: 17767
new f768675b3 0: update: llvm-linux: 17767
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 (5a3222503)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 48 +-
02-build_llvm/console.log | 11775 ++++++++++++++++-----------------
03-build_linux/console.log | 2054 +++---
console.log | 13905 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 13882 insertions(+), 13908 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 279974865d8 [ValueTracking] Base computeOverflowForUnsignedMul() on Con [...]
new ca6009d9a02 [Support] make countLeadingZeros() and countTrailingZeros() [...]
new 5afceac624c [SimplifyCFG] NFC, update Switch tests to HEAD so I can see [...]
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/Support/MathExtras.h | 24 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 23 +-
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 | 124 +-
.../SimplifyCFG/X86/disable-lookup-table.ll | 49 +-
.../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 | 1345 ++++++++++++--------
test/Transforms/SimplifyCFG/switch-dead-default.ll | 169 ++-
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 ++++++---
18 files changed, 2494 insertions(+), 1314 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 2409207a73cc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 55267c88c003 tracing: Prevent hist_field_var_ref() from accessing NULL [...]
adds c8d94a187834 tracing: Check keys for variable references in expressions too
adds 9b2ca371b150 tracing: Add a check_val() check before updating cond_snap [...]
adds 4eebe38a37f9 kernel/trace/trace.h: Remove duplicate header of trace_seq.h
adds a2c48d98fc07 Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm [...]
adds c01dafad77fe libnvdimm: Fix compilation warnings with W=1
adds 7bf7eac8d648 dax: Arrange for dax_supported check to span multiple devices
adds 52f476a323f9 libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
adds b2ad81363f12 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.or [...]
adds 0a944e8a6c66 ext4: don't perform block validity checks on the journal inode
adds 82a25b027ca4 ext4: wait for outstanding dio during truncate in nojournal mode
adds ee0ed02ca93e ext4: do not delete unlinked inode from orphan list on fai [...]
adds 66883da1eee8 ext4: fix dcache lookup of !casefolded directories
adds 35efb51eee22 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes:
drivers/dax/super.c | 88 ++++++++++++++++++++++++++--------------
drivers/md/dm-table.c | 17 +++++---
drivers/md/dm.c | 20 +++++++++
drivers/md/dm.h | 1 +
drivers/nvdimm/bus.c | 4 +-
drivers/nvdimm/label.c | 2 +
drivers/nvdimm/label.h | 2 -
drivers/nvdimm/pmem.c | 11 ++++-
drivers/s390/block/dcssblk.c | 1 +
fs/ext4/dir.c | 2 +-
fs/ext4/extents.c | 12 ++++--
fs/ext4/inode.c | 23 +++++------
include/linux/dax.h | 26 ++++++++++++
kernel/trace/trace.h | 1 -
kernel/trace/trace_events_hist.c | 13 +++++-
15 files changed, 159 insertions(+), 64 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fe09fe46d 0: update: llvm-linux: all
new 9a320db85 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 (fe09fe46d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 130 +-
02-build_llvm/console.log | 11750 +++++++++++++++----------------
03-build_linux/console.log | 2948 ++++----
04-boot_linux/console.log | 2 +-
console.log | 14853 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
6 files changed, 14837 insertions(+), 14858 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 2409207a73cc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 55267c88c003 tracing: Prevent hist_field_var_ref() from accessing NULL [...]
adds c8d94a187834 tracing: Check keys for variable references in expressions too
adds 9b2ca371b150 tracing: Add a check_val() check before updating cond_snap [...]
adds 4eebe38a37f9 kernel/trace/trace.h: Remove duplicate header of trace_seq.h
adds a2c48d98fc07 Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm [...]
adds c01dafad77fe libnvdimm: Fix compilation warnings with W=1
adds 7bf7eac8d648 dax: Arrange for dax_supported check to span multiple devices
adds 52f476a323f9 libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
adds b2ad81363f12 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.or [...]
adds 0a944e8a6c66 ext4: don't perform block validity checks on the journal inode
adds 82a25b027ca4 ext4: wait for outstanding dio during truncate in nojournal mode
adds ee0ed02ca93e ext4: do not delete unlinked inode from orphan list on fai [...]
adds 66883da1eee8 ext4: fix dcache lookup of !casefolded directories
adds 35efb51eee22 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes:
drivers/dax/super.c | 88 ++++++++++++++++++++++++++--------------
drivers/md/dm-table.c | 17 +++++---
drivers/md/dm.c | 20 +++++++++
drivers/md/dm.h | 1 +
drivers/nvdimm/bus.c | 4 +-
drivers/nvdimm/label.c | 2 +
drivers/nvdimm/label.h | 2 -
drivers/nvdimm/pmem.c | 11 ++++-
drivers/s390/block/dcssblk.c | 1 +
fs/ext4/dir.c | 2 +-
fs/ext4/extents.c | 12 ++++--
fs/ext4/inode.c | 23 +++++------
include/linux/dax.h | 26 ++++++++++++
kernel/trace/trace.h | 1 -
kernel/trace/trace_events_hist.c | 13 +++++-
15 files changed, 159 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.