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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 2cb6385a 0: update: llvm-linux: boot
new 19e76b59 0: update: llvm-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 (2cb6385a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 216 +-
02-build_llvm/console.log | 12320 +++++++++++++++++-----------------
03-build_linux/console.log | 704 +-
04-boot_linux/console.log | 508 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 13781 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13812 insertions(+), 13762 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 gcc.
from 053980ee52b Update the libgcc support for VxWorks AE/653
new 5b9ac96b6fb Base support for vxworks 7 on aarch64
new 4c0e0bb822a Housekeeping on TARGET_OS_CPP_BUILTINS for arm-vxworks
new 3240b801f66 Update the arm-*-vxworks* support
The 3 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 | 27 ++++++
gcc/config.gcc | 31 ++++---
gcc/config/aarch64/aarch64-vxworks.h | 71 ++++++++++++++++
.../{h8300/t-linux => aarch64/t-aarch64-vxworks} | 8 +-
gcc/config/arm/t-vxworks | 7 +-
gcc/config/arm/vxworks.h | 98 +++++++++++-----------
libgcc/ChangeLog | 16 ++++
libgcc/config.host | 22 ++---
libgcc/config/arm/unwind-arm-vxworks.c | 65 +++++++++++---
9 files changed, 251 insertions(+), 94 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-vxworks.h
copy gcc/config/{h8300/t-linux => aarch64/t-aarch64-vxworks} (83%)
--
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 gcc.
from 2677a4d4d10 Common ground work for vxworks7 ports updates
new a31bf556194 Introduce vxworks specific crtstuff support
new 70a98658940 Improve the thread support for VxWorks
new 053980ee52b Update the libgcc support for VxWorks AE/653
The 3 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 | 13 +
gcc/config/vx-common.h | 21 +-
gcc/config/vxworks.h | 18 +-
libgcc/ChangeLog | 52 ++++
libgcc/config.host | 28 ++
libgcc/config/gthr-vxworks-cond.c | 83 +++++
libgcc/config/gthr-vxworks-thread.c | 349 ++++++++++++++++++++++
libgcc/config/{vxlib-tls.c => gthr-vxworks-tls.c} | 110 ++++---
libgcc/config/gthr-vxworks.c | 87 ++++++
libgcc/config/gthr-vxworks.h | 272 +++++++++++++----
libgcc/config/t-gthr-vxworks | 5 +
libgcc/config/t-gthr-vxworksae | 7 +
libgcc/config/t-vxcrtstuff | 12 +
libgcc/config/t-vxworks | 3 -
libgcc/config/t-vxworks7 | 4 -
libgcc/config/{t-vxworks => t-vxworksae} | 11 +-
libgcc/config/vxcrtstuff.c | 132 ++++++++
libgcc/config/vxlib.c | 95 ------
18 files changed, 1065 insertions(+), 237 deletions(-)
create mode 100644 libgcc/config/gthr-vxworks-cond.c
create mode 100644 libgcc/config/gthr-vxworks-thread.c
rename libgcc/config/{vxlib-tls.c => gthr-vxworks-tls.c} (78%)
create mode 100644 libgcc/config/gthr-vxworks.c
create mode 100644 libgcc/config/t-gthr-vxworks
create mode 100644 libgcc/config/t-gthr-vxworksae
create mode 100644 libgcc/config/t-vxcrtstuff
copy libgcc/config/{t-vxworks => t-vxworksae} (61%)
create mode 100644 libgcc/config/vxcrtstuff.c
delete mode 100644 libgcc/config/vxlib.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 gcc.
from e7f6e34e61f Vectorise conversions between differently-sized integer vectors
new 3b41e0d0a72 Consider building nodes from scalars in vect_slp_analyze_no [...]
new 2677a4d4d10 Common ground work for vxworks7 ports updates
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:
gcc/ChangeLog | 28 +++++++++++++++
gcc/config.gcc | 17 ++++++++++
gcc/config/vx-common.h | 3 +-
gcc/config/vxworks.h | 31 ++++++++++++++---
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/vect/bb-slp-div-2.c | 14 ++++++++
gcc/tree-vect-slp.c | 58 ++++++++++++++++++++++++++++++++
7 files changed, 149 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-div-2.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/llvm-release-aarch64-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from bc6d0f15c22 [Sema] Add MacroQualified case for FunctionTypeUnwrapper
adds b288f7d6bb8 [codeview] Fix for PR43479
adds 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
No new revisions were added by this update.
Summary of changes:
llvm/include/llvm/CodeGen/MachineFunction.h | 15 +--
llvm/include/llvm/CodeGen/MachineInstr.h | 52 +++++++-
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 +++--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +-
llvm/lib/CodeGen/MachineFunction.cpp | 19 +--
llvm/lib/CodeGen/MachineInstr.cpp | 142 ++++++++++-----------
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +-
.../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 8 +-
llvm/test/CodeGen/X86/label-heapallocsite.ll | 43 +++----
llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++-
llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++
12 files changed, 331 insertions(+), 169 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 45b56edd 8: update: linux-c555efaf14026c7751fa68d87403a5eb5ae7dcaf: 17559
new 823b0b63 8: update: llvm-linux: 17559
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 (45b56edd)
\
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 | 229 +-
02-build_llvm/console.log | 11926 +++++++++++++------------
03-build_linux/console.log | 6076 +++++++------
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 47 +-
console.log | 18292 +++++++++++++++++++-------------------
jenkins/manifest.sh | 9 +-
7 files changed, 18477 insertions(+), 18116 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 gcc.
from 0b6c864b10c Use consistent compatibility checks in vectorizable_shift
new ffe94f12b86 Replace autovectorize_vector_sizes with autovectorize_vector_modes
new eec1e9ffa37 Replace vec_info::vector_size with vec_info::vector_mode
new 27e0be59d13 Make less use of get_same_sized_vectype
new c11a96f5e97 Require equal type sizes for vectorised calls
new 8c3b10acebe Support vectorisation with mixed vector sizes
new f5f263c0812 Avoid retrying with the same vector modes
new 4c0647247f7 [AArch64] Support vectorising with multiple vector sizes
new 3b95a581b96 Allow mixed vector sizes within a single vectorised stmt
The 8 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 | 128 +++++++++++++++
gcc/config/aarch64/aarch64.c | 59 ++++++-
gcc/config/arc/arc.c | 12 +-
gcc/config/arm/arm.c | 14 +-
gcc/config/i386/i386.c | 32 ++--
gcc/config/mips/mips.c | 12 +-
gcc/doc/tm.texi | 20 ++-
gcc/doc/tm.texi.in | 2 +-
gcc/machmode.h | 3 +
gcc/omp-general.c | 13 +-
gcc/omp-low.c | 24 ++-
gcc/optabs-query.c | 8 +-
gcc/target.def | 24 ++-
gcc/target.h | 4 +-
gcc/targhooks.c | 5 +-
gcc/targhooks.h | 2 +-
gcc/testsuite/ChangeLog | 19 +++
gcc/testsuite/gcc.dg/vect/vect-outer-4f.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-outer-4g.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-outer-4k.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-outer-4l.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c | 2 +-
.../gcc.target/aarch64/vect_mixed_sizes_1.c | 18 +++
.../gcc.target/aarch64/vect_mixed_sizes_2.c | 19 +++
.../gcc.target/aarch64/vect_mixed_sizes_3.c | 19 +++
.../gcc.target/aarch64/vect_mixed_sizes_4.c | 18 +++
gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 5 +-
gcc/tree-vect-loop-manip.c | 5 +-
gcc/tree-vect-loop.c | 122 +++++++++------
gcc/tree-vect-slp.c | 91 +++++++----
gcc/tree-vect-stmts.c | 174 ++++++++++++++-------
gcc/tree-vectorizer.c | 4 +-
gcc/tree-vectorizer.h | 15 +-
33 files changed, 648 insertions(+), 233 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.