This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0ddfa2f063d [InstCombine] Fold conditional sign-extend of high-bit-extr [...]
new 80f3baed732 [Attributor] Deduce memory behavior of functions and arguments
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/Transforms/IPO/Attributor.h | 76 +++-
lib/Transforms/IPO/Attributor.cpp | 483 ++++++++++++++++++++-
test/Transforms/FunctionAttrs/align.ll | 12 +-
test/Transforms/FunctionAttrs/arg_nocapture.ll | 20 +-
test/Transforms/FunctionAttrs/arg_returned.ll | 54 +--
test/Transforms/FunctionAttrs/dereferenceable.ll | 12 +-
test/Transforms/FunctionAttrs/internal-noalias.ll | 6 +-
test/Transforms/FunctionAttrs/liveness.ll | 14 +-
test/Transforms/FunctionAttrs/noalias_returned.ll | 2 +-
test/Transforms/FunctionAttrs/nocapture.ll | 43 +-
test/Transforms/FunctionAttrs/nofree-attributor.ll | 14 +-
test/Transforms/FunctionAttrs/nonnull.ll | 22 +-
test/Transforms/FunctionAttrs/norecurse.ll | 16 +-
test/Transforms/FunctionAttrs/nosync.ll | 28 +-
.../read_write_returned_arguments_scc.ll | 2 +-
test/Transforms/FunctionAttrs/readattrs.ll | 41 +-
test/Transforms/FunctionAttrs/willreturn.ll | 28 +-
17 files changed, 710 insertions(+), 163 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 gcc-7-branch
in repository gcc.
from 8cdc4ea3d4c Daily bump.
new fce16279021 [gcc]
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.c | 5 +++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr91275.c | 21 +++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr91275.c
--
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 b538c2a07b8 [Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
new 1c7e337a362 [InstCombine] dropRedundantMaskingOfLeftShiftInput(): propa [...]
new 17520ed1e33 [InstCombine][NFC] dropRedundantMaskingOfLeftShiftInput(): [...]
new 322375e17ee [InstCombine] Move isSignBitCheck(), handle rest of the predicates
new 516ff7eb242 [InstCombine][NFC] Tests for "conditional sign-extend of hi [...]
new 0ddfa2f063d [InstCombine] Fold conditional sign-extend of high-bit-extr [...]
The 5 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/InstCombine/InstCombineAddSub.cpp | 110 +++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 28 -
lib/Transforms/InstCombine/InstCombineInternal.h | 39 +
lib/Transforms/InstCombine/InstCombineShifts.cpp | 135 +--
...riable-length-signext-after-high-bit-extract.ll | 1040 ++++++++++++++++++++
...redundant-left-shift-input-masking-variant-a.ll | 2 +-
...redundant-left-shift-input-masking-variant-b.ll | 2 +-
...redundant-left-shift-input-masking-variant-c.ll | 2 +-
...redundant-left-shift-input-masking-variant-d.ll | 2 +-
...redundant-left-shift-input-masking-variant-e.ll | 2 +-
10 files changed, 1274 insertions(+), 88 deletions(-)
create mode 100644 test/Transforms/InstCombine/conditional-variable-length-signext [...]
--
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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 7cdb85df6061 Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/u [...]
adds b212921b13bd elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
adds da0c9ea146cb Linux 5.4-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
fs/binfmt_elf.c | 13 +++----------
2 files changed, 5 insertions(+), 12 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/gcc.
from fb9199f3761 Daily bump.
adds 9655d83ee5d Daily bump.
adds 7b400b61cce [gcc]
adds 74732f3a414 2019-10-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-p8swap.c | 5 +++++
gcc/fortran/ChangeLog | 9 ++++++++-
gcc/fortran/trans-decl.c | 6 +++++-
gcc/testsuite/ChangeLog | 16 +++++++++++++++-
gcc/testsuite/gcc.target/powerpc/pr91275.c | 21 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +-
8 files changed, 65 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr91275.c
--
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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0d3f9f4c 0: update: binutils-gcc-linux: all
new 96c09a38 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 (0d3f9f4c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11116 +++++++--------
04-build_abe-stage1/console.log | 14091 +++++++++----------
05-build_linux/console.log | 652 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26430 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 26483 insertions(+), 26494 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-allnoconfig
in repository toolchain/ci/linux.
from 7cdb85df6061 Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/u [...]
adds b212921b13bd elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
adds da0c9ea146cb Linux 5.4-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
fs/binfmt_elf.c | 13 +++----------
2 files changed, 5 insertions(+), 12 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d27a1489 0: update: binutils-gcc-linux: all
new 6e11823c 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 (d27a1489)
\
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 | 24 +-
02-prepare_abe/console.log | 202 +-
03-build_abe-binutils/console.log | 11395 ++++++-------
04-build_abe-stage1/console.log | 20117 +++++++++++-----------
05-build_linux/console.log | 686 +-
06-boot_linux/console.log | 2 +-
console.log | 32426 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 32458 insertions(+), 32410 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.