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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 53bf6c3f 0: update: llvm-linux: 19858
new 5e1100e5 0: update: llvm-linux: 19859
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 (53bf6c3f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 174 +-
02-build_llvm/console.log | 12237 +++++++++++++++---------------
03-build_linux/console.log | 2705 +------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 14 +-
console.log | 15160 +++++++++++++++++---------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13282 insertions(+), 17038 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-defconfig
in repository toolchain/ci/binutils-gdb.
from 0925bc8441 Automatic date update in version.in
adds 663f67df1e PR25046, readelf "Reading xxx bytes extends past end of file [...]
adds 703a86c2fa gdb: re-write add_psymbol_to_list doc, move it to header file
adds c7ee338a2d Improve some comments about msymbol handling
adds 4a56a52007 Disable all warnings in gdb.rust/traits.rs
adds 6fb08628e0 Use std::sort instead of qsort in minsyms.c
adds 5f48f8f3c3 Remove extra whitespaces at the end of lines.
adds af79fcc547 Automatic date update in version.in
new 8fe0f950f4 [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
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/version.h | 2 +-
binutils/ChangeLog | 6 ++++++
binutils/readelf.c | 6 +++---
gdb/ChangeLog | 33 +++++++++++++++++++++++++++++++++
gdb/dwarf2read.c | 20 +++++++++++++++-----
gdb/minsyms.c | 38 ++++++++++++++++----------------------
gdb/minsyms.h | 3 ++-
gdb/objfiles.h | 14 ++++++++------
gdb/psympriv.h | 35 ++++++++++++++++++++++++++---------
gdb/psymtab.c | 6 +-----
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/traits.rs | 4 +---
12 files changed, 116 insertions(+), 55 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 79af79d9 0: update: binutils-gcc-linux: boot
new 17de82e3 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 (79af79d9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 184 +-
02-prepare_abe/console.log | 46 +-
03-build_abe-binutils/console.log | 11367 +++++++--------
04-build_abe-stage1/console.log | 14720 +++++++++----------
05-build_linux/console.log | 424 +-
06-boot_linux/console.log | 438 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 27242 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 27256 insertions(+), 27197 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 900bd7250ee AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering
new af5c54f5844 GlobalISel: Handle llvm.read_register
new 87ccb2d8471 AMDGPU/GlobalISel: Allow scc/vcc alternative mappings for s [...]
new cbd07753314 AMDGPU/GlobalISel: Add support for init.exec intrinsics
new 100933b3d34 Remove a undefined constructor introduced by r373244.
The 4 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/MachineModuleInfo.h | 1 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 15 +++++++++++
lib/Target/AMDGPU/AMDGPUGISel.td | 3 +++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 9 +++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 3 +++
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 25 +++++++++++++++--
lib/Target/AMDGPU/SIInstrInfo.td | 8 ++++++
lib/Target/AMDGPU/SIInstructions.td | 30 ++++++++-------------
.../AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll | 2 ++
.../GlobalISel/llvm.amdgcn.init.exec.wave32.ll | 2 ++
test/CodeGen/AMDGPU/GlobalISel/read_register.ll | 2 ++
test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll | 7 ++---
.../CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.ll | 31 ++++++++++++++++++++++
test/CodeGen/AMDGPU/read_register.ll | 16 +++++------
test/CodeGen/AMDGPU/wave32.ll | 29 --------------------
15 files changed, 121 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.wave32.ll
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/read_register.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.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 914e6761d90 [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias [...]
new 56aa8b8eb67 TLI: Remove DAG argument from getRegisterByName
new 900bd7250ee AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering
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/TargetLowering.h | 4 ++--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 8 ++++----
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++---
lib/Target/AArch64/AArch64ISelLowering.h | 4 ++--
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 11 ++++++++---
lib/Target/AMDGPU/SIISelLowering.cpp | 8 ++++----
lib/Target/AMDGPU/SIISelLowering.h | 4 ++--
lib/Target/ARM/ARMISelLowering.cpp | 6 +++---
lib/Target/ARM/ARMISelLowering.h | 4 ++--
lib/Target/AVR/AVRISelLowering.cpp | 7 +++----
lib/Target/AVR/AVRISelLowering.h | 4 ++--
lib/Target/Hexagon/HexagonISelLowering.cpp | 8 ++++----
lib/Target/Hexagon/HexagonISelLowering.h | 4 ++--
lib/Target/Lanai/LanaiISelLowering.cpp | 7 ++++---
lib/Target/Lanai/LanaiISelLowering.h | 4 ++--
lib/Target/Mips/MipsISelLowering.cpp | 12 ++++++------
lib/Target/Mips/MipsISelLowering.h | 4 ++--
lib/Target/PowerPC/PPCISelLowering.cpp | 12 ++++++------
lib/Target/PowerPC/PPCISelLowering.h | 4 ++--
lib/Target/Sparc/SparcISelLowering.cpp | 6 +++---
lib/Target/Sparc/SparcISelLowering.h | 4 ++--
lib/Target/X86/X86ISelLowering.cpp | 10 ++++------
lib/Target/X86/X86ISelLowering.h | 4 ++--
test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.workitem.id.ll | 2 +-
24 files changed, 75 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.