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 87995871 6: update: llvm-linux: 17560
new 56f02363 6: update: llvm-linux: 17560
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 (87995871)
\
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 | 130 +-
02-build_llvm/console.log | 11644 ++++++++++++-------------
03-build_linux/console.log | 6232 +++++++-------
console.log | 18006 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
5 files changed, 18007 insertions(+), 18011 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 97657013928 [ARM] Add support for MVE pre and post inc loads and stores
new 09fb75f1390 Enable assembly output of local commons for AIX
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/MC/MCStreamer.h | 9 +++++++++
include/llvm/MC/MCXCOFFStreamer.h | 2 ++
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 7 ++++---
lib/MC/MCAsmInfoXCOFF.cpp | 1 +
lib/MC/MCAsmStreamer.cpp | 20 ++++++++++++++++++++
lib/MC/MCSectionXCOFF.cpp | 8 +++++---
lib/MC/MCStreamer.cpp | 4 ++++
lib/MC/MCXCOFFStreamer.cpp | 5 +++++
lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 ++++++--
test/CodeGen/PowerPC/aix-xcoff-lcomm.ll | 10 ++++++++++
10 files changed, 66 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/PowerPC/aix-xcoff-lcomm.ll
--
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 26973b67999 [ARM] MVE big endian loads/stores
new 97657013928 [ARM] Add support for MVE pre and post inc loads and stores
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/Target/TargetSelectionDAG.td | 20 ++++
lib/Target/ARM/ARMISelDAGToDAG.cpp | 99 +++++++++++++++-
lib/Target/ARM/ARMISelLowering.cpp | 121 ++++++++++++++++---
lib/Target/ARM/ARMInstrMVE.td | 72 +++++++++++-
test/CodeGen/Thumb2/mve-ldst-postinc.ll | 189 ++++++++++--------------------
test/CodeGen/Thumb2/mve-ldst-preinc.ll | 189 ++++++++++--------------------
test/CodeGen/Thumb2/mve-ldst-regimm.ll | 8 +-
7 files changed, 423 insertions(+), 275 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 7521b3e1388 [RISCV] Allow ABI Names in Inline Assembly Constraints
new 26973b67999 [ARM] MVE big endian loads/stores
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/ARM/ARMISelLowering.cpp | 48 ++----
lib/Target/ARM/ARMInstrMVE.td | 42 ++++-
test/CodeGen/Thumb2/mve-be.ll | 47 +-----
test/CodeGen/Thumb2/mve-loadstore.ll | 278 +++++++++++++++++++++++---------
test/CodeGen/Thumb2/mve-pred-spill.ll | 200 ++++++++++++++++-------
test/CodeGen/Thumb2/mve-widen-narrow.ll | 3 +-
6 files changed, 396 insertions(+), 222 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 084e80a1e63 P0325R4 to_array from LFTS with updates
new c367833539e * constexpr.c (inline_asm_in_constexpr_error): New. (cxx_ [...]
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:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 26 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp2a/inline-asm3.C | 12 ++++++++++++
4 files changed, 37 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/inline-asm3.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 llvm.
from f45059d8aca [RISCV] Minimal stack realignment support
new 7521b3e1388 [RISCV] Allow ABI Names in Inline Assembly Constraints
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/RISCV/RISCVISelLowering.cpp | 112 +-
test/CodeGen/RISCV/inline-asm-abi-names.ll | 1590 +++++++++++++++++++++++
test/CodeGen/RISCV/inline-asm-d-abi-names.ll | 1509 +++++++++++++++++++++
test/CodeGen/RISCV/inline-asm-d-constraint-f.ll | 33 +
test/CodeGen/RISCV/inline-asm-f-abi-names.ll | 1509 +++++++++++++++++++++
test/CodeGen/RISCV/inline-asm-f-constraint-f.ll | 27 +
6 files changed, 4746 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/RISCV/inline-asm-abi-names.ll
create mode 100644 test/CodeGen/RISCV/inline-asm-d-abi-names.ll
create mode 100644 test/CodeGen/RISCV/inline-asm-f-abi-names.ll
--
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.
from 0b49c715fa [OPENMP]Add support for analysis of linear variables and step.
new 58cb9c6941 [FIX][NFC] Update clang sema test
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:
test/Sema/struct-packed-align.c | 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.
unknown user pushed a change to branch master
in repository llvm.
from 28fdaaed4aa [FileCheck] Add missing includes in header
new f45059d8aca [RISCV] Minimal stack realignment support
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/RISCV/RISCVFrameLowering.cpp | 48 +-
.../CodeGen/RISCV/stack-realignment-unsupported.ll | 13 +
test/CodeGen/RISCV/stack-realignment.ll | 627 +++++++++++++++++++++
3 files changed, 686 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/RISCV/stack-realignment-unsupported.ll
create mode 100644 test/CodeGen/RISCV/stack-realignment.ll
--
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 libcxx.
from 1ec0feb11 [pstl] Add a __pstl_config_site header to record the CMake co [...]
new a6ac321f0 Implement hh_mm_ss from P1466R3. Reviewed as https://reviews. [...]
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/chrono | 120 +++++++++++++++++++--
test/std/utilities/time/time.hms/hhmmss.fail.cpp | 29 +++++
.../utilities/time/time.hms/time.12/is_am.pass.cpp | 36 +++++++
.../utilities/time/time.hms/time.12/is_pm.pass.cpp | 36 +++++++
.../time/time.hms/time.12/make12.pass.cpp | 38 +++++++
.../time/time.hms/time.12/make24.pass.cpp | 45 ++++++++
.../time/time.hms/time.hms.members/hours.pass.cpp | 68 ++++++++++++
.../time.hms/time.hms.members/is_negative.pass.cpp | 54 ++++++++++
.../time.hms/time.hms.members/minutes.pass.cpp | 59 ++++++++++
.../time.hms/time.hms.members/precision.pass.cpp | 80 ++++++++++++++
.../time.hms.members/precision_type.pass.cpp | 80 ++++++++++++++
.../time.hms/time.hms.members/seconds.pass.cpp | 59 ++++++++++
.../time.hms/time.hms.members/subseconds.pass.cpp | 59 ++++++++++
.../time.hms/time.hms.members/to_duration.pass.cpp | 60 +++++++++++
.../time/time.hms/time.hms.members/width.pass.cpp | 58 ++++++++++
.../time.hms.nonmembers/nothing.to.do.pass.cpp} | 10 +-
16 files changed, 879 insertions(+), 12 deletions(-)
create mode 100644 test/std/utilities/time/time.hms/hhmmss.fail.cpp
create mode 100644 test/std/utilities/time/time.hms/time.12/is_am.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.12/is_pm.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.12/make12.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.12/make24.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/hours.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/is_negative.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/minutes.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/precision.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/precision_typ [...]
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/seconds.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/subseconds.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/to_duration.pass.cpp
create mode 100644 test/std/utilities/time/time.hms/time.hms.members/width.pass.cpp
copy test/{libcxx/utilities/time/version.pass.cpp => std/utilities/time/time.hms/t [...]
--
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-allyesconfig
in repository toolchain/ci/linux.
from 33920f1ec5bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
adds 38ada2f406a9 hwmon: (nct7802) Fix wrong detection of in4 presence
adds a95a4f3f2702 hwmon: (lm75) Fixup tmp75b clr_mask
adds ecb095bff5d4 Merge tag 'hwmon-for-v5.3-rc4' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
drivers/hwmon/lm75.c | 2 +-
drivers/hwmon/nct7802.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.