This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0368e15ad1f AMDGPU/GlobalISel: Select G_FENCE
new 59c422424e7 AMDGPU/GlobalISel: Fix G_GEP with mixed SGPR/VGPR operands
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/AMDGPU/AMDGPUInstructionSelector.cpp | 10 +++++----
test/CodeGen/AMDGPU/GlobalISel/inst-select-gep.mir | 24 +++++++++++-----------
.../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 2 +-
3 files changed, 19 insertions(+), 17 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards f74184bc0 0: update: binutils-gcc-linux: boot
new af1b22b7f 0: update: 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 (f74184bc0)
\
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 | 166 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11032 ++++++++---------
04-build_abe-stage1/console.log | 10531 ++++++++--------
05-build_linux/console.log | 607 +-
06-boot_linux/console.log | 358 +-
console.log | 23188 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 23208 insertions(+), 23104 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 binutils-gdb.
from 125f83f66c Fix a bug recently introduced to the linker where it would c [...]
new 854f60884c Move generic_load declaration to symfile.h
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:
gdb/ChangeLog | 7 +++++++
gdb/defs.h | 3 ---
gdb/symfile.c | 2 ++
gdb/symfile.h | 6 ++++++
4 files changed, 15 insertions(+), 3 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-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from 824376db1f2 Daily bump.
adds fc0fef93fb1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 67fcb693d7 Automatic date update in version.in
adds 88cd931f4b Automatic date update in version.in
adds 8127c1fbe9 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
adds 989c1bd31c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions
adds 0c1d55b839 [AArch64] Allow MOVPRFX to be used with FMOV
new cd40594f59 Ensure that debug information for ARM security functions is [...]
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:
bfd/ChangeLog | 6 ++
bfd/elf32-arm.c | 18 ++++
bfd/version.h | 2 +-
gas/ChangeLog | 19 ++++
gas/testsuite/gas/aarch64/sve-movprfx_25.d | 2 +-
gas/testsuite/gas/aarch64/sve-movprfx_25.l | 1 -
gas/testsuite/gas/aarch64/sve-movprfx_25.s | 2 +-
gas/testsuite/gas/aarch64/sve-movprfx_26.d | 40 ++++++++
gas/testsuite/gas/aarch64/sve-movprfx_26.l | 12 ++-
gas/testsuite/gas/aarch64/sve-movprfx_26.s | 28 ++++--
gas/testsuite/gas/aarch64/sve-movprfx_27.d | 14 +++
gas/testsuite/gas/aarch64/sve-movprfx_27.s | 11 +++
ld/ChangeLog | 7 ++
ld/testsuite/ld-arm/arm-elf.exp | 6 ++
ld/testsuite/ld-arm/cmse_main.s | 21 +++++
ld/testsuite/ld-arm/cmse_main_sec_debug.d | 29 ++++++
ld/testsuite/ld-arm/cmse_sec_debug.s | 142 +++++++++++++++++++++++++++++
opcodes/ChangeLog | 15 +++
opcodes/aarch64-opc.c | 5 -
opcodes/aarch64-tbl.h | 58 ++++++------
20 files changed, 393 insertions(+), 45 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.d
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.s
create mode 100644 ld/testsuite/ld-arm/cmse_main.s
create mode 100644 ld/testsuite/ld-arm/cmse_main_sec_debug.d
create mode 100644 ld/testsuite/ld-arm/cmse_sec_debug.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/gnu-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b2a120c59 0: update: binutils-gcc-linux: all
new cb9f2e126 0: update: 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 (b2a120c59)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 16 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10608 ++++++-------
04-build_abe-stage1/console.log | 17262 ++++++++++-----------
05-build_linux/console.log | 796 +-
06-boot_linux/console.log | 2 +-
console.log | 29167 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29245 insertions(+), 29052 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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 20a03f3bb 0: update: gcc-b031d0ddbe3c4fd25d5c3a86d0cafb9fce429180: all
new 6e0ce6358 1: reset: linux-9ffee4a8276c734956b8eab19d1c9b0ecb6b79c5: 18503
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 | 124 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10480 +++++++-------
04-build_abe-stage1/console.log | 15250 ++++++++++----------
05-build_linux/console.log | 857 +-
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 10 +-
console.log | 27225 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 4 +-
12 files changed, 27190 insertions(+), 27229 deletions(-)
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
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_gnu/gnu-master-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards f607ac925 0: update: gcc-db3161f8a48b5adb509518d764e0e3599888e9ef: -10
new 82cb1120a 0: update: gcc-8a529f7e4ee2684170e81281bedc8eb069a9342f: -10
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 (f607ac925)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 120 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-bootstrap_profiled/console.log | 31721 +++++++++++++------------
console.log | 32269 +++++++++++++-------------
jenkins/manifest.sh | 8 +-
5 files changed, 32248 insertions(+), 32298 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 1980b3a5288 [X86][AVX] combineX86ShuffleChain - pull out CombineShuffle [...]
new 4ac62c2b3bd GlobalISel: Add G_FENCE
new 0368e15ad1f AMDGPU/GlobalISel: Select G_FENCE
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/CodeGen/GlobalISel/IRTranslator.h | 4 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 3 +
include/llvm/Support/TargetOpcodes.def | 3 +
include/llvm/Target/GenericOpcodes.td | 6 +
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 +
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 5 +
.../GlobalISel/legalizer-info-validation.mir | 3 +
.../AMDGPU/GlobalISel/irtranslator-fence.ll | 361 +++++++++++++++++++++
.../memory-legalizer-atomic-fence.ll | 10 +-
11 files changed, 403 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-fence.ll
copy test/CodeGen/AMDGPU/{ => GlobalISel}/memory-legalizer-atomic-fence.ll (96%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.