This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 062cf6681d2 [PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible
new d800abbe0a2 [NFC][FnAttrs] Stress tests for attribute deduction
new f64487e26fc [Attributor] Pass infrastructure and fixpoint framework
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 2 +
include/llvm/Transforms/IPO/Attributor.h | 565 ++++++++++++++++++++
lib/LTO/LTOCodeGenerator.cpp | 1 +
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/Attributor.cpp | 529 ++++++++++++++++++
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/IPO.cpp | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 11 +-
test/Other/opt-O2-pipeline.ll | 1 +
test/Other/opt-O3-pipeline.ll | 1 +
test/Other/opt-Os-pipeline.ll | 1 +
test/Transforms/FunctionAttrs/arg_nocapture.ll | 446 ++++++++++++++++
test/Transforms/FunctionAttrs/arg_returned.ll | 590 +++++++++++++++++++++
test/Transforms/FunctionAttrs/fn_noreturn.ll | 135 +++++
.../read_write_returned_arguments_scc.ll | 165 ++++++
test/Transforms/FunctionAttrs/readattrs.ll | 31 +-
18 files changed, 2481 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/Attributor.h
create mode 100644 lib/Transforms/IPO/Attributor.cpp
create mode 100644 test/Transforms/FunctionAttrs/arg_nocapture.ll
create mode 100644 test/Transforms/FunctionAttrs/arg_returned.ll
create mode 100644 test/Transforms/FunctionAttrs/fn_noreturn.ll
create mode 100644 test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.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/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 79085eb 4: update: binutils-gcc-linux: 17760
new ea63e28 4: update: binutils-gcc-linux: 17760
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 (79085eb)
\
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 | 130 +-
02-prepare_abe/console.log | 359 +-
03-build_abe-binutils/console.log | 11061 ++++++------
04-build_abe-stage1/console.log | 20105 +++++++++++-----------
05-build_linux/console.log | 924 +-
08-update_baseline/console.log | 90 +-
console.log | 32703 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 32706 insertions(+), 32680 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6e8c8f3 0: update: binutils-gcc-linux: all
new 668d08a 0: update: binutils-gcc-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 (6e8c8f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 128 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 11521 +++++++--------
04-build_abe-stage1/console.log | 15377 +++++++++----------
05-build_linux/console.log | 1070 +-
06-boot_linux/console.log | 6 +-
console.log | 28512 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 28527 insertions(+), 28511 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 ea21d58a186 [PowerPC][NFC] Add codegen test for consecutive stores of v [...]
new 062cf6681d2 [PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible
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/PowerPC/PPCMIPeephole.cpp | 52 +++++++++
test/CodeGen/PowerPC/collapse-rotates.mir | 65 +++++++++++
.../CodeGen/PowerPC/jump-tables-collapse-rotate.ll | 122 +++++++++++++++++++++
3 files changed, 239 insertions(+)
create mode 100644 test/CodeGen/PowerPC/collapse-rotates.mir
create mode 100644 test/CodeGen/PowerPC/jump-tables-collapse-rotate.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.