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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from f902cd9736 Automatic date update in version.in
adds 2194f9f648 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 739ae838 0: good: binutils-gcc-linux: boot
new 90a38757 0: good: binutils-gcc-linux: boot
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 (739ae838)
\
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 | 128 +-
02-prepare_abe/console.log | 306 +-
03-build_abe-binutils/console.log | 10590 ++++++++-------
04-build_abe-stage1/console.log | 13183 ++++++++++---------
05-build_linux/console.log | 542 +-
06-boot_linux/console.log | 330 +-
console.log | 25083 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 24476 insertions(+), 25698 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 d12f22c35af [asan] Add options -asan-detect-invalid-pointer-cmp and -as [...]
new 04fe7bcdd5b [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about [...]
new 5dc7f24f6a4 [ARM GlobalISel] Run regbankselect test for Thumb. NFCI
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/ObjectYAML/ELFYAML.h | 12 ++++-----
lib/ObjectYAML/ELFYAML.cpp | 5 ++--
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 3 ++-
test/tools/obj2yaml/elf-gnu-unique-symbols.yaml | 30 +++++++++++++++++++++++
test/tools/yaml2obj/elf-gnu-unique-symbols.yaml | 21 ++++++++++++++++
tools/obj2yaml/elf2yaml.cpp | 10 +++++---
tools/yaml2obj/yaml2elf.cpp | 19 ++++++++------
7 files changed, 79 insertions(+), 21 deletions(-)
create mode 100644 test/tools/obj2yaml/elf-gnu-unique-symbols.yaml
create mode 100644 test/tools/yaml2obj/elf-gnu-unique-symbols.yaml
--
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 3259337afd5 [VPlan] Determine Vector Width programmatically.
new d12f22c35af [asan] Add options -asan-detect-invalid-pointer-cmp and -as [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 37 ++++++++++++++++++----
.../asan-detect-invalid-pointer-pair.ll | 33 +++++++++++++++++++
2 files changed, 64 insertions(+), 6 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/asan-detect-invalid-point [...]
--
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 64e54ce13ec [X85][AVX] Add missing vXi16 broadcast fold patterns
new 3259337afd5 [VPlan] Determine Vector Width programmatically.
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:
.../Vectorize/LoopVectorizationPlanner.h | 4 ++
lib/Transforms/Vectorize/LoopVectorize.cpp | 53 ++++++++++++++--------
.../outer_loop_test1_no_explicit_vect_width.ll} | 11 +++--
.../outer_loop_test1_no_explicit_vect_width.ll} | 42 +++++++++++++++--
.../LoopVectorize/explicit_outer_detection.ll | 12 ++---
5 files changed, 85 insertions(+), 37 deletions(-)
copy test/Transforms/LoopVectorize/{outer_loop_test1.ll => AArch64/outer_loop_test [...]
copy test/Transforms/LoopVectorize/{outer_loop_test1.ll => X86/outer_loop_test1_no [...]
--
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 b94dc88e01c [ARM GlobalISel] Fix G_STORE with s1
new 64e54ce13ec [X85][AVX] Add missing vXi16 broadcast fold patterns
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/X86InstrAVX512.td | 18 ++++++++++++++++++
lib/Target/X86/X86InstrSSE.td | 6 ++++++
test/CodeGen/X86/vector-shuffle-128-v8.ll | 16 ++++------------
test/CodeGen/X86/vector-shuffle-256-v16.ll | 16 ++++------------
test/CodeGen/X86/vector-shuffle-512-v32.ll | 16 +++++-----------
5 files changed, 37 insertions(+), 35 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-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6306005b 0: good: llvm-linux: 16693
new 3141a6fa 0: good: llvm-linux: 16693
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 (6306005b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 339 +-
02-build_llvm/console.log | 11732 ++++++++++++++---------------
03-build_linux/console.log | 3359 +++++----
05-check_regression/console.log | 34 +-
06-update_baseline/console.log | 48 +-
console.log | 15488 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 15469 insertions(+), 15541 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.