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-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 318c200c1 linux-22c2ad616b74f3de2256b242572ab449d031d941: 17392
new 58ba22e00 linux-5b22549b8c0011b8cc81b6f4fcd082e5545c3225: 17424
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 | 68 +-
2-build_llvm/console.log | 10120 +++++++++++++++++------------------
3-count_linux_objs/console.log | 762 ++-
4-check_regression/console.log | 17 +-
5-update_baseline/console.log | 32 +-
console.log | 10999 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 11050 insertions(+), 10968 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 9e64837cfea Fix llvm::is_trivially_copyable portability issues
new be3450cee77 Slight fix for r351820
new 39a720432a1 [MCA] Add tests for int-to-fpu transfer delays. NFC
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/type_traits.h | 4 +-
.../llvm-mca/X86/BtVer2/int-to-fpu-forwarding-1.s | 220 +++++++++++++++
.../llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s | 310 +++++++++++++++++++++
.../llvm-mca/X86/BtVer2/int-to-fpu-forwarding-3.s | 82 ++++++
4 files changed, 614 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-1.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-3.s
--
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 cf74016e108 [X86][BtVer2] SSE2 vector shifts has local forwarding disabled
new 703b8276a24 [X86][SSE] Canonicalize OR(AND(X,C),AND(Y,~C)) -> OR(AND(X, [...]
new 9e64837cfea Fix llvm::is_trivially_copyable portability issues
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:
cmake/config-ix.cmake | 9 +
include/llvm/ADT/PointerIntPair.h | 14 +
include/llvm/Config/config.h.cmake | 3 +
include/llvm/Support/type_traits.h | 35 +-
lib/Target/X86/X86ISelLowering.cpp | 70 +++
test/CodeGen/X86/bitreverse.ll | 21 +-
test/CodeGen/X86/combine-bitselect.ll | 275 +++++-----
test/CodeGen/X86/combine-fcopysign.ll | 108 ++--
test/CodeGen/X86/vec-copysign.ll | 46 +-
test/CodeGen/X86/vector-bitreverse.ll | 925 ++++++++++++++++----------------
test/CodeGen/X86/vector-fshl-256.ll | 4 +-
test/CodeGen/X86/vector-fshl-512.ll | 22 +-
test/CodeGen/X86/vector-fshl-rot-256.ll | 49 +-
test/CodeGen/X86/vector-fshl-rot-512.ll | 94 ++--
test/CodeGen/X86/vector-fshr-256.ll | 4 +-
test/CodeGen/X86/vector-fshr-512.ll | 22 +-
test/CodeGen/X86/vector-fshr-rot-256.ll | 51 +-
test/CodeGen/X86/vector-fshr-rot-512.ll | 106 ++--
test/CodeGen/X86/vector-rotate-256.ll | 60 +--
test/CodeGen/X86/vector-rotate-512.ll | 124 ++---
20 files changed, 1067 insertions(+), 975 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 clang-tools-extra.
from d85321d7 [clang-tidy] Fix whitespace in docs. NFC
new 611e4a77 Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI.
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:
clangd/CodeComplete.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 6de8c98 tcwg_kernel-bisect.sh: Avoid absolute paths in manifests
new 564022a tcwg_kernel-bisect.sh: Better handle regressions in merge commits
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:
tcwg_kernel-bisect.sh | 35 +++++++++++++++++++++++++++++------
1 file changed, 29 insertions(+), 6 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 0894d89 tcwg_kernel-bisect.sh: Fetch build-parameters.sh in reproduct [...]
new 6de8c98 tcwg_kernel-bisect.sh: Avoid absolute paths in manifests
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:
jenkins-helpers.sh | 9 ++++++--
round-robin.sh | 6 +++---
tcwg_kernel-bisect.sh | 58 +++++++++++++++++++++++++++++++--------------------
3 files changed, 45 insertions(+), 28 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 8cef894 jenkins-helpers.sh: Improve run_step functionality.
new 0894d89 tcwg_kernel-bisect.sh: Fetch build-parameters.sh in reproduct [...]
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:
tcwg_kernel-bisect.sh | 1 +
1 file changed, 1 insertion(+)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 71808ab tcwg_kernel-build.sh: Fix bisection of GCC regressions
new 8cef894 jenkins-helpers.sh: Improve run_step functionality.
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:
jenkins-helpers.sh | 71 +++++++++++++++++++++++++++++++++++++++++++++++++---
round-robin.sh | 60 ++------------------------------------------
tcwg_kernel-build.sh | 21 ++++++++--------
3 files changed, 79 insertions(+), 73 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 8332f72 tcwg_kernel-bisect: Generalize bisect script for use in tcwg_ [...]
new 71808ab tcwg_kernel-build.sh: Fix bisection of GCC regressions
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:
tcwg_kernel-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.