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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 71ef2719 0: update: binutils-gcc-linux: boot
new 004cf9eb 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 (71ef2719)
\
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 | 68 +-
02-prepare_abe/console.log | 154 +-
03-build_abe-binutils/console.log | 11024 +++++++--------
04-build_abe-stage1/console.log | 13697 +++++++++----------
05-build_linux/console.log | 728 +-
06-boot_linux/console.log | 4 +-
console.log | 25852 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25762 insertions(+), 25777 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0da41560 0: update: llvm-linux: boot
new 43b7ced5 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 (0da41560)
\
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 | 220 +-
02-build_llvm/console.log | 11704 +++++++++++++++++------------------
03-build_linux/console.log | 668 +-
05-check_regression/console.log | 6 +-
console.log | 12598 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12602 insertions(+), 12602 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 c6fce1250e5 [AMDGPU] gfx10 conditional registers handling
new d116e8400b5 AMDGPU/GFX10: Support DLC bit in llvm.amdgcn.s.buffer.load [...]
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/IR/IntrinsicsAMDGPU.td | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 16 ++++---
lib/Target/AMDGPU/SIISelLowering.h | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 3 +-
lib/Target/AMDGPU/SMInstructions.td | 14 +++---
test/CodeGen/AMDGPU/smrd-gfx10.ll | 37 ++++++++++++++++
test/CodeGen/AMDGPU/smrd.ll | 85 ++++++++++++++++++------------------
7 files changed, 103 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/smrd-gfx10.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 49455d8bbd Automatic date update in version.in
adds 09e4c4e1f1 gdb: Remove file path from test name
adds afda45a206 gdb: Remove unused parameter
adds 00df30ae1e gdb: New function to open source file and compute line charpos data
adds 0d3abd8cc9 gdb: Remove an update of current_source_line and current_sou [...]
adds ec8e2b6d30 gdb: Don't allow annotations to influence what else GDB prints
adds 30056ea04a gdb/mi: New commands to catch C++ exceptions
adds 584a927c5a gdb/fortran: Show the type for non allocated / associated types
adds 6ac6a19371 Automatic date update in version.in
adds 399aaebd1a Make gdb.base/index-cache.exp work with readnow board (PR 24669)
adds e79be6e5f3 Fix some whitespace issues in gdb ChangeLogs
new 730ead81df Remove some NULL checks from the TUI
new 93cb9841d6 gdb/testsuite: Improve detection of bug gdb/24541
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 102 ++++++++++-
gdb/NEWS | 4 +
gdb/annotate.c | 27 ++-
gdb/annotate.h | 10 +-
gdb/break-catch-throw.c | 42 ++---
gdb/breakpoint.c | 8 -
gdb/breakpoint.h | 20 +++
gdb/doc/ChangeLog | 7 +
gdb/doc/gdb.texinfo | 140 +++++++++++++++
gdb/f-typeprint.c | 90 +++++-----
gdb/gdbserver/ChangeLog | 8 +-
gdb/mi/mi-cmd-catch.c | 71 ++++++++
gdb/mi/mi-cmds.c | 6 +
gdb/mi/mi-cmds.h | 3 +
gdb/source-cache.c | 8 +-
gdb/source.c | 56 ++----
gdb/source.h | 22 +--
gdb/stack.c | 63 +++----
gdb/testsuite/ChangeLog | 63 +++++--
gdb/testsuite/gdb.base/annota1.exp | 4 +-
gdb/testsuite/gdb.base/index-cache.exp | 49 ++---
gdb/testsuite/gdb.base/style-logging.exp | 3 +-
gdb/testsuite/gdb.cp/annota2.exp | 1 +
gdb/testsuite/gdb.cp/annota3.exp | 2 +-
gdb/testsuite/gdb.fortran/pointers.f90 | 80 +++++++++
gdb/testsuite/gdb.fortran/print_type.exp | 114 ++++++++++++
gdb/testsuite/gdb.fortran/vla-ptype.exp | 12 +-
gdb/testsuite/gdb.fortran/vla-type.exp | 7 +-
gdb/testsuite/gdb.fortran/vla-value.exp | 10 +-
.../mi-catch-cpp-exceptions.cc} | 68 +++----
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 200 +++++++++++++++++++++
gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 8 +-
gdb/testsuite/lib/mi-support.exp | 11 +-
gdb/tui/tui-data.c | 22 +--
35 files changed, 1056 insertions(+), 287 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90
create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp
copy gdb/testsuite/{gdb.cp/exceptprint.cc => gdb.mi/mi-catch-cpp-exceptions.cc} (56%)
create mode 100644 gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp
--
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d4ba0e16 0: update: binutils-gcc-linux: all
new 311259d4 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 (d4ba0e16)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10906 ++++----
04-build_abe-stage1/console.log | 19764 +++++++------
05-build_linux/console.log | 22578 +++++++--------
06-boot_linux/console.log | 2 +-
console.log | 53814 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 53806 insertions(+), 53834 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 d049b8952bf [CodeGenPrepare][x86] shift both sides of a vector select w [...]
new c6fce1250e5 [AMDGPU] gfx10 conditional registers handling
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/AMDGPUISelDAGToDAG.cpp | 20 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 +
lib/Target/AMDGPU/SIFrameLowering.cpp | 22 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 102 ++++++--
lib/Target/AMDGPU/SIInsertSkips.cpp | 20 +-
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 6 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 216 ++++++++++++-----
lib/Target/AMDGPU/SIInstrInfo.h | 2 +
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 +-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 81 +++++--
lib/Target/AMDGPU/SILowerI1Copies.cpp | 68 ++++--
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 87 +++++--
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 51 ++--
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 5 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 29 ++-
lib/Target/AMDGPU/SIRegisterInfo.h | 15 ++
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 25 +-
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 50 ++--
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir | 285 +++++++++++++++--------
19 files changed, 787 insertions(+), 308 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-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 590ab43d 0: update: llvm-linux: 16
new 15bf156e 0: update: llvm-linux: 16
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 (590ab43d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 334 +-
02-build_llvm/console.log | 11828 +++++++++++++++++-----------------
03-build_linux/console.log | 838 ++-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 13014 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13016 insertions(+), 13020 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.