This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a10a70238ac [ThinLTO] Reenable test with workaround for known failure
new 25fd8235ff7 Revert [InlineCost] cleanup calculations of Cost and Threshold
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/Analysis/InlineCost.cpp | 28 ++++++++++------------
.../X86/diagnostic-handler-remarks-with-hotness.ll | 6 ++---
.../Resolution/X86/diagnostic-handler-remarks.ll | 4 ++--
.../X86/diagnostic-handler-remarks-with-hotness.ll | 4 ++--
test/LTO/X86/diagnostic-handler-remarks.ll | 4 ++--
test/Transforms/Inline/ARM/inline-fp.ll | 12 +++++-----
6 files changed, 28 insertions(+), 30 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-mainline-allyesconfig
in repository toolchain/ci/gcc.
from fc0fef93fb1 Daily bump.
adds 74887405157 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1954348ec 0: update: binutils-gcc-linux: all
new ecc631735 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 (1954348ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 16 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 10808 +++++++-------
04-build_abe-stage1/console.log | 16877 +++++++++++----------
05-build_linux/console.log | 674 +-
06-boot_linux/console.log | 2 +-
console.log | 28837 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 28819 insertions(+), 28821 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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 390b205f45 Automatic date update in version.in
adds 8941884429 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
adds 83adff695c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions
adds 01c1ee4a70 [AArch64] Allow MOVPRFX to be used with FMOV
adds bb32413ff7 Ensure that debug information is retained for ARMv8-M securi [...]
adds 4d83e8d97e PR ld/24709 [arm] linker crash and assertion failure with CMSE
adds 163b2c58bd This patch fixes a bug in the AArch64 assembler where an inc [...]
adds 125f83f66c Fix a bug recently introduced to the linker where it would c [...]
adds 854f60884c Move generic_load declaration to symfile.h
adds 1faa385ff6 Stop the BFD library from issuing a warning message when pro [...]
adds 54d6600669 Make "info threads" use the gdb::option framework
adds 9be796f35b Automatic date update in version.in
new f3869b1a41 Remove return value from remove_breakpoints_inf
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 | 28 ++++++
bfd/compress.c | 3 +
bfd/elf-bfd.h | 2 +
bfd/elf.c | 37 +++++++-
bfd/elf32-arm.c | 44 ++++++++-
bfd/version.h | 2 +-
gas/ChangeLog | 27 ++++++
gas/config/tc-aarch64.c | 9 ++
gas/testsuite/gas/aarch64/diagnostic.l | 1 +
gas/testsuite/gas/aarch64/diagnostic.s | 1 +
gas/testsuite/gas/aarch64/illegal.l | 6 +-
gas/testsuite/gas/aarch64/illegal.s | 5 +
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 +++
gdb/ChangeLog | 24 +++++
gdb/NEWS | 2 +
gdb/breakpoint.c | 7 +-
gdb/breakpoint.h | 4 +-
gdb/defs.h | 3 -
gdb/symfile.c | 2 +
gdb/symfile.h | 6 ++
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.base/options.exp | 18 ++++
gdb/thread.c | 82 ++++++++++++++---
ld/ChangeLog | 13 +++
ld/emultempl/aarch64elf.em | 2 +-
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 ++++++------
39 files changed, 650 insertions(+), 69 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-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f0dbfabb3 0: update: binutils-gcc-linux: boot
new be2a87b9d 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 (f0dbfabb3)
\
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 | 24 +-
02-prepare_abe/console.log | 106 +-
03-build_abe-binutils/console.log | 11385 +++++++--------
04-build_abe-stage1/console.log | 14276 +++++++++----------
05-build_linux/console.log | 590 +-
console.log | 26573 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
7 files changed, 26499 insertions(+), 26469 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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5a1dd2b7c 0: update: llvm-linux: 16
new a5e1ffde8 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 (5a1dd2b7c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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-build_llvm/console.log | 11428 +++++++++++++++++------------------
03-build_linux/console.log | 838 +--
06-update_baseline/console.log | 28 -
console.log | 12440 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
6 files changed, 12449 insertions(+), 12457 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c231343f5 2: update: llvm-linux: 19523
new 06db55f16 2: update: llvm-linux: 19523
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 (c231343f5)
\
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 | 146 +-
02-build_llvm/console.log | 12920 +++++++++++++++++---------------
03-build_linux/console.log | 1972 ++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 15064 ++++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
7 files changed, 16117 insertions(+), 14021 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.