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-allnoconfig
in repository toolchain/ci/llvm-monorepo.
from 554b74d0328 [X86] Add additional RUN lines to prepare for D56156. NFC
adds dfbdb9a4e5a [X86] Add PR34641 masked shld/shrd test cases
adds a2239a1d192 Make clearer which clang::type subclasses have visualizers
adds 491ca30b094 [gn build] Add some llvm/tools: llvm-rc, llvm-rtdyld
adds 74e47561343 [gn build] Add some llvm/tools: llvm-exegesis, llvm-extract [...]
adds 6c4228aecd5 [InstCombine] canonicalize MUL with NEG operand
adds 95c3e2946d9 Omit range checks from jump tables when lowering switches w [...]
adds 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
new dbbfcbb7a03 [X86] Add test cases to show where LowerSELECT doesn't sele [...]
new c9b841c6a5d [X86] Remove KNL specific check prefix from xaluo.ll test. NFC
new ddad22c0573 [LLVM-C] Add Accessors for Discarding Value Names in the IR
new 99cd11ca652 [LLVM-C] bool -> LLVMBool
new c968c776d3e [X86] Factor the core code out of LowerXALUO into a helper [...]
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:
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 +-
clang/utils/ClangVisualizers/clang.natvis | 2 +-
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/X86ISelLowering.cpp | 265 ++++++--------
.../InstCombine/InstCombineMulDivRem.cpp | 5 +
llvm/lib/Transforms/Scalar/BDCE.cpp | 38 +-
llvm/test/CodeGen/X86/shift-double.ll | 64 ++++
llvm/test/CodeGen/X86/xaluo.ll | 383 +++------------------
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/mul.ll | 24 +-
.../Transforms/InstCombine/operand-complexity.ll | 12 +-
llvm/utils/gn/secondary/BUILD.gn | 5 +
.../gn/secondary/llvm/lib/ExecutionEngine/BUILD.gn | 21 ++
.../llvm/lib/ExecutionEngine/MCJIT/BUILD.gn | 14 +
.../llvm/lib/ExecutionEngine/RuntimeDyld/BUILD.gn | 19 +
.../gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn | 15 +
.../llvm/tools/llvm-exegesis/lib/BUILD.gn | 41 +++
.../llvm/tools/llvm-exegesis/lib/X86/BUILD.gn | 21 ++
.../gn/secondary/llvm/tools/llvm-extract/BUILD.gn | 12 +
.../gn/secondary/llvm/tools/llvm-link/BUILD.gn | 16 +
.../utils/gn/secondary/llvm/tools/llvm-rc/BUILD.gn | 22 ++
.../gn/secondary/llvm/tools/llvm-rtdyld/BUILD.gn | 14 +
31 files changed, 614 insertions(+), 593 deletions(-)
create mode 100644 llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/MCJIT/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-extract/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-link/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-rc/BUILD.gn
create mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-rtdyld/BUILD.gn
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d6b232e7f linux-f12e840c819bab42621685558a01d3f46ab9a226: all
new 6efa8adf9 llvm-c968c776d3e74d90d73a79b9e794c71b8271c056: 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 (d6b232e7f)
\
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:
1-reset_artifacts/console.log | 92 +-
2-build_llvm/console.log | 5241 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 174 +-
console.log | 5507 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 5550 insertions(+), 5484 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-allyesconfig
in repository toolchain/gcc.
from a57c1029e2a Daily bump.
adds 4318e6d5c7b 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 689cab045 linux-e1ef035d272ef4dbfdda98e58699698305138856: all
new 048e1bc83 gcc-4318e6d5c7bd605ff80c325517436678dd5fb92e: 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 (689cab045)
\
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 | 62 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6202 ++++++++--------
4-build_abe-stage1/console.log | 8296 ++++++++++-----------
5-count_linux_objs/console.log | 232 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14832 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 14853 insertions(+), 14821 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 db590e11fc2 [LLVM-C] bool -> LLVMBool
new c41364cb4e2 [X86] Factor the core code out of LowerXALUO into a helper [...]
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/X86/X86ISelLowering.cpp | 233 +++++++++++++++----------------------
test/CodeGen/X86/xaluo.ll | 16 +--
2 files changed, 101 insertions(+), 148 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 binutils-gdb.
from ec70d8db32 Fix leak in record-full.c
new b18ca5148b Fix 'Invalid read of size 4' in search_command_helper
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:
gdb/ChangeLog | 5 +++++
gdb/source.c | 2 ++
2 files changed, 7 insertions(+)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a179a29d6 gcc-f1de046240a5b6659c3b39c2f4bc6cb18b334ae4: all
new 7c68435d2 binutils-827041555ac443bd57340060f3e034fd7b199dd8: 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 (a179a29d6)
\
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 | 66 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6535 ++++-----
4-build_abe-stage1/console.log | 13449 ++++++++++---------
5-count_linux_objs/console.log | 5748 ++++----
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 26560 +++++++++++++++++++------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 26299 insertions(+), 26107 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 binutils-gdb.
from 827041555a Update year range in copyright notice of binutils files
new 5b38f9c16e Fix leak in print_one_catch_syscall.
new ec70d8db32 Fix leak in record-full.c
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:
gdb/ChangeLog | 10 ++++++++++
gdb/break-catch-syscall.c | 11 ++++++-----
gdb/record-full.c | 12 ++++--------
3 files changed, 20 insertions(+), 13 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 477cc832319 [LLVM-C] Add Accessors for Discarding Value Names in the IR
new db590e11fc2 [LLVM-C] bool -> LLVMBool
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-c/Core.h | 4 ++--
lib/IR/Core.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.