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-aarch64-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 68b4673feaa CodeGen: Preserve packed attribute in constStructWithPadding.
adds b18e314a7cb [RISCV] Fix RISCVAsmParser::ParseRegister and add tests
adds 997947961a0 [RISCV][NFC] Factor out matchRegisterNameHelper in RISCVAsm [...]
adds 6778b53e957 [ELF] De-virtualize findOrphanPos, excludeLibs and handleAR [...]
adds 6a6e808b699 [TargetLowering] improve the default expansion of uaddsat/usubsat
adds 9a4453592bf [DAGCombine] Fold (x & ~y) | y patterns
adds 738146ab333 [LLD][ELF] - Replace one of the tests with a YAML version.
adds 30673299d45 [ARM] Add some CBZ constant island tests. NFC
adds e0b48a80150 [ARM] Search backwards for CMP when combining into CBZ
adds a3a2f9424e0 [InstCombine] add tests for rotate by constant using funnel [...]
adds b3bcd957718 [InstCombine] canonicalize rotate right by constant to rotate left
new ef2d9799435 [ConstantRange] Add fromKnownBits() method
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:
lld/ELF/Driver.cpp | 3 +-
lld/ELF/Relocations.cpp | 3 +-
lld/ELF/Writer.cpp | 3 +-
lld/test/ELF/invalid/Inputs/data-encoding.a | Bin 156 -> 0 bytes
lld/test/ELF/invalid/data-encoding.test | 17 ++
lld/test/ELF/invalid/invalid-elf.test | 4 -
llvm/include/llvm/IR/ConstantRange.h | 6 +
llvm/lib/Analysis/ValueTracking.cpp | 19 +-
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 11 +
llvm/lib/IR/ConstantRange.cpp | 19 ++
llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 94 ++++---
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 32 ++-
.../Transforms/InstCombine/InstCombineCalls.cpp | 27 +-
llvm/test/CodeGen/AArch64/sat-add.ll | 24 +-
llvm/test/CodeGen/AArch64/uadd_sat_vec.ll | 21 +-
.../unfold-masked-merge-scalar-variablemask.ll | 6 +-
...nfold-masked-merge-vector-variablemask-const.ll | 7 +-
llvm/test/CodeGen/Thumb2/constant-islands-cbz.ll | 67 +++++
llvm/test/CodeGen/Thumb2/constant-islands-cbz.mir | 276 +++++++++++++++++++++
.../X86/unfold-masked-merge-scalar-variablemask.ll | 12 +-
...nfold-masked-merge-vector-variablemask-const.ll | 49 ++--
llvm/test/MC/RISCV/cfi-regs-invalid.s | 7 +
llvm/test/MC/RISCV/cfi-regs-valid.s | 137 ++++++++++
llvm/test/Transforms/InstCombine/fsh.ll | 40 ++-
llvm/unittests/IR/ConstantRangeTest.cpp | 65 +++++
26 files changed, 816 insertions(+), 155 deletions(-)
delete mode 100644 lld/test/ELF/invalid/Inputs/data-encoding.a
create mode 100644 lld/test/ELF/invalid/data-encoding.test
create mode 100644 llvm/test/CodeGen/Thumb2/constant-islands-cbz.ll
create mode 100644 llvm/test/CodeGen/Thumb2/constant-islands-cbz.mir
create mode 100644 llvm/test/MC/RISCV/cfi-regs-invalid.s
create mode 100644 llvm/test/MC/RISCV/cfi-regs-valid.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7f51b4a1 1: good: llvm-linux: 16548
new 56cac160 1: good: llvm-linux: 16548
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 (7f51b4a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 70 +-
2-build_llvm/console.log | 10360 +++++++++++++++++------------------
3-build_linux/console.log | 977 ++--
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 6 +-
console.log | 11415 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 11500 insertions(+), 11338 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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from b3d6b227c2 Automatic date update in version.in
adds b74c7b85b6 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 641d40f6 0: good: binutils-gcc-linux: all
new f55ecf42 0: good: binutils-gcc-linux: 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 (641d40f6)
\
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 | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3354 ++++++++++---------
4-build_abe-stage1/console.log | 3193 +++++++++---------
5-build_linux/console.log | 25 +-
6-boot_linux/console.log | 2 +-
console.log | 6634 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 6609 insertions(+), 6629 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 50beafd6ad4 Fix type in last change.
adds 2d44625aae6 PR fortran/89724 * scanner.c (load_line): Remove linenum [...]
adds 6f9b555b441 Daily bump.
adds 24b73262431 PR testsuite/89666 * c-c++-common/builtin-has-attribute-3 [...]
adds f56fb8fbf17 * gcc.dg/pr88074.c: Require c99_runtime. * gcc.dg/warn-ab [...]
new 34ebdf64ba1 * gfortran.dg/pointer_init_10.f90: Require visibility supp [...]
new b1356bc43da * gcc.dg/compat/pr83487-1_x.c: Use -fno-common option on h [...]
new ce139b21324 PR c++/89571 - ICE with ill-formed noexcept on constructor.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 ++++
gcc/cp/pt.c | 34 +++++++++++++++++-----
gcc/fortran/ChangeLog | 8 +++++
gcc/fortran/scanner.c | 13 ++++-----
gcc/testsuite/ChangeLog | 24 +++++++++++++++
.../c-c++-common/builtin-has-attribute-3.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/noexcept36.C | 22 ++++++++++++++
gcc/testsuite/gcc.dg/attr-copy.c | 1 +
gcc/testsuite/gcc.dg/compat/pr83487-1_x.c | 1 +
gcc/testsuite/gcc.dg/compat/pr83487-1_y.c | 1 +
gcc/testsuite/gcc.dg/ipa/ipa-icf-39.c | 1 +
gcc/testsuite/gcc.dg/pr88074.c | 2 +-
gcc/testsuite/gcc.dg/warn-abs-1.c | 2 +-
.../gfortran.dg/ISO_Fortran_binding_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/continuation_15.f90 | 9 ++++++
gcc/testsuite/gfortran.dg/continuation_16.f90 | 10 +++++++
gcc/testsuite/gfortran.dg/pointer_init_10.f90 | 1 +
gcc/testsuite/gfortran.dg/temporary_3.f90 | 1 +
19 files changed, 122 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept36.C
create mode 100644 gcc/testsuite/gfortran.dg/continuation_15.f90
create mode 100644 gcc/testsuite/gfortran.dg/continuation_16.f90
--
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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from ab42892fb7 Fix vertical scrolling of TUI source window
adds dd22218cf2 x86: Correctly optimize EVEX to 128-bit VEX/EVEX
adds 41fd2579f2 x86: Set optimize to INT_MAX for -Os
adds d6dcc55d80 Automatic date update in version.in
adds f7f0a12390 Fix redisplay of the current line in GDB TUI mode
new fce4c07161 Fix wrong format specification in display_selector()
new d4cbef22ba Remove unused variable from windows_make_so
new 99112332cd x86: Encode 256-bit/512-bit VEX/EVEX insns with 128-bit VEX
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:
bfd/version.h | 2 +-
gas/ChangeLog | 40 +++++++++++++
gas/config/tc-i386.c | 49 +++++++++++-----
gas/doc/c-i386.texi | 10 ++--
gas/testsuite/gas/i386/i386.exp | 8 +++
gas/testsuite/gas/i386/optimize-1a.d | 66 ++++++++++++++++++++++
gas/testsuite/gas/i386/optimize-2.d | 1 +
gas/testsuite/gas/i386/optimize-2.s | 2 +
gas/testsuite/gas/i386/optimize-6.s | 46 +++++++++++++++
gas/testsuite/gas/i386/optimize-6a.d | 40 +++++++++++++
gas/testsuite/gas/i386/optimize-6b.d | 40 +++++++++++++
gas/testsuite/gas/i386/optimize-6c.d | 40 +++++++++++++
gas/testsuite/gas/i386/x86-64-optimize-2.d | 48 ++++++++--------
.../{x86-64-optimize-2.d => x86-64-optimize-2a.d} | 53 ++++++++---------
gas/testsuite/gas/i386/x86-64-optimize-3.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-3.s | 2 +
gas/testsuite/gas/i386/x86-64-optimize-7.s | 64 +++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-optimize-7a.d | 60 ++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-optimize-7b.d | 60 ++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-optimize-7c.d | 60 ++++++++++++++++++++
gdb/ChangeLog | 17 ++++++
gdb/tui/tui-winsource.c | 2 +-
gdb/windows-nat.c | 5 +-
23 files changed, 642 insertions(+), 74 deletions(-)
create mode 100644 gas/testsuite/gas/i386/optimize-1a.d
create mode 100644 gas/testsuite/gas/i386/optimize-6.s
create mode 100644 gas/testsuite/gas/i386/optimize-6a.d
create mode 100644 gas/testsuite/gas/i386/optimize-6b.d
create mode 100644 gas/testsuite/gas/i386/optimize-6c.d
copy gas/testsuite/gas/i386/{x86-64-optimize-2.d => x86-64-optimize-2a.d} (75%)
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-7.s
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-7a.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-7b.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-7c.d
--
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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bc242d5b 0: good: binutils-gcc-linux: all
new 16dbf506 0: good: binutils-gcc-linux: 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 (bc242d5b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 16 +-
2-prepare_abe/console.log | 5 +-
3-build_abe-binutils/console.log | 3876 ++++++++--------
4-build_abe-stage1/console.log | 5200 ++++++++++-----------
5-build_linux/console.log | 75 +-
6-boot_linux/console.log | 2 +-
console.log | 9260 +++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
8 files changed, 9245 insertions(+), 9205 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.