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-arm-mainline-allmodconfig
in repository toolchain/gcc.
from 4318e6d5c7b Daily bump.
adds 687f6e70d3f Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bdc6afaa7 linux-e1ef035d272ef4dbfdda98e58699698305138856: all
new 9b82bd533 gcc-687f6e70d3fd0eac4d8060d9e05425645f3b2738: 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 (bdc6afaa7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 122 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3249 ++++++++--------
4-build_abe-stage1/console.log | 4201 ++++++++++-----------
5-count_linux_objs/console.log | 119 +-
console.log | 7695 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 7753 insertions(+), 7659 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-stable-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from 25071e9f247 Reversing the commit in revision 350186. Revision causes r [...]
adds 25da704415c Reapply "[BDCE][DemandedBits] Detect dead uses of undead in [...]
adds 90f2a2f2462 [BDCE] Remove -instsimplify from BDCE test; NFC
adds 8f1646aeced [BDCE] Regenerate test checks; NFC
adds 5ed528c67e3 clang-format-diff: add an example with hg
adds 86d32d21205 Fix some typos in the clang doc. Fixed with: $ codespell -w [...]
adds 5a2c4b46a93 [x86] move/rename helper for horizontal op codegen; NFC
adds dbbfcbb7a03 [X86] Add test cases to show where LowerSELECT doesn't sele [...]
adds c9b841c6a5d [X86] Remove KNL specific check prefix from xaluo.ll test. NFC
adds ddad22c0573 [LLVM-C] Add Accessors for Discarding Value Names in the IR
adds 99cd11ca652 [LLVM-C] bool -> LLVMBool
adds c968c776d3e [X86] Factor the core code out of LowerXALUO into a helper [...]
adds 5925b699dd6 [InstCombine] canonicalize raw IR rotate patterns to funnel shift
adds d413ec5a665 [CMake][Fuchsia] Include check-lld in the list of bootstrap [...]
adds 3cc21b135c2 [X86] Remove KNL specific check prefix from xmulo.ll test. NFC
adds f4f434acc40 [X86] Add i8/i16 smulo/umulo test cases where the overflow [...]
adds 3ffa13235b9 [X86] Allow LowerSELECT and LowerBRCOND to directly lower i [...]
new ef73e3b441e [X86] Remove the separate SMUL8/UMUL8 X86ISD opcodes by mer [...]
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:
clang/cmake/caches/Fuchsia.cmake | 3 +
clang/docs/ClangCommandLineReference.rst | 2 +-
clang/docs/ClangFormat.rst | 6 +
clang/docs/ClangFormatStyleOptions.rst | 2 +-
clang/docs/LanguageExtensions.rst | 2 +-
clang/docs/Toolchain.rst | 6 +-
llvm/include/llvm-c/Core.h | 17 +
llvm/include/llvm/Analysis/DemandedBits.h | 6 +
llvm/lib/Analysis/DemandedBits.cpp | 38 +-
llvm/lib/IR/Core.cpp | 8 +
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 42 ++-
llvm/lib/Target/X86/X86ISelLowering.cpp | 269 ++++++--------
llvm/lib/Target/X86/X86ISelLowering.h | 8 +-
.../Transforms/InstCombine/InstCombineSelect.cpp | 21 +-
llvm/lib/Transforms/Scalar/BDCE.cpp | 38 +-
llvm/test/CodeGen/X86/xaluo.ll | 383 +++-----------------
llvm/test/CodeGen/X86/xmulo.ll | 389 ++++++++++-----------
llvm/test/Transforms/BDCE/dead-uses.ll | 29 +-
.../test/Transforms/BDCE/invalidate-assumptions.ll | 23 +-
llvm/test/Transforms/BDCE/vectors.ll | 75 +---
llvm/test/Transforms/InstCombine/rotate.ll | 28 +-
llvm/test/Transforms/PhaseOrdering/rotate.ll | 10 +-
22 files changed, 549 insertions(+), 856 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4e21c2d75 llvm-25071e9f247f1b3097ae92708c5bc754500a712b: 16
new e9e565922 llvm-ef73e3b441e0fe499740d6677258aa1802cdc4db: 16
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 (4e21c2d75)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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:
1-reset_artifacts/console.log | 121 +-
2-build_llvm/console.log | 10172 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 147 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10446 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10481 insertions(+), 10425 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e8a26891a binutils-827041555ac443bd57340060f3e034fd7b199dd8: all
new ea7511355 gcc-ce103907514c4c1359abc2846f9c347b59ade0df: 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 (e8a26891a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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:
1-reset_artifacts/console.log | 184 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3410 +++++++------
4-build_abe-stage1/console.log | 3965 +++++++--------
5-count_linux_objs/console.log | 2303 +++++----
console.log | 9908 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 9943 insertions(+), 9851 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-allnoconfig
in repository toolchain/binutils-gdb.
from 97151906f9 Automatic date update in version.in
adds ec46206984 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 000f13ef7 linux-e1ef035d272ef4dbfdda98e58699698305138856: all
new 11df54bf5 binutils-ec46206984752f7e746761158cbcda3a47915747: 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 (000f13ef7)
\
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:
1-reset_artifacts/console.log | 76 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6435 ++++++++--------
4-build_abe-stage1/console.log | 8153 ++++++++++----------
5-count_linux_objs/console.log | 136 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14852 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 14990 insertions(+), 14714 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 48bfa6256 binutils-66d91b39089d606c9589673a7c5419cf37e7d639: 17407
new 3df533775 gcc-ce103907514c4c1359abc2846f9c347b59ade0df: 17407
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 (48bfa6256)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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:
1-reset_artifacts/console.log | 150 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3660 ++-
4-build_abe-stage1/console.log | 5080 ++--
5-count_linux_objs/console.log | 47830 +++++++++++++++++-----------------
7-update_baseline/console.log | 4 +-
console.log | 51980 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 54207 insertions(+), 54523 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.