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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a50d9b1a5 0: update: binutils-gcc-linux: all
new e158e9363 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 (a50d9b1a5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 412 +-
03-build_abe-binutils/console.log | 11435 ++++++------
04-build_abe-stage1/console.log | 20255 ++++++++++-----------
05-build_linux/console.log | 2030 ++-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 16 +-
08-update_baseline/console.log | 8 +-
console.log | 34218 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 34138 insertions(+), 34318 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 users/cbiesinger/all-perf-patches
in repository binutils-gdb.
at 20f3be9f33 Don't make an extra copy + allocation of the demangled name
This branch includes the following new commits:
new 7193ecc717 Use m4_include, not sinclude in .m4 files
new 21cba27798 Check for sigprocmask in common.m4
new 6517b17d9d Defer minimal symbol name-setting
new 4fd2324afe Add configure check for std::thread
new ae649e49a8 Add RAII class for blocking gdb signals
new eb44defb26 Introduce alternate_signal_stack RAII class
new 112577dc38 Introduce run_on_main_thread
new 3330bbb121 Introduce thread-safe way to handle SIGSEGV
new c2726ea617 Implement a thread pool
new 65e73e2bc4 Demangle minsyms in parallel
new fdc8c8a5b6 Add maint set/show worker-threads
new 2973046536 Use run_on_main_thread in gdb.post_event
new 7445b23044 Set names of worker threads
new b6e2d0f152 Use pthread_sigmask when available
new 1fc687a652 Store the mangled name as a string_view
new 4f3c81c99a Add a fast_hash function in common-utils
new 6c50681a05 Use libxxhash for hashing, if present
new 7a99c44e86 Precompute hash value for symbol_set_names
new 94794eeb66 Compute msymbol hash codes in parallel
new 20f3be9f33 Don't make an extra copy + allocation of the demangled name
The 20 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.
--
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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 263f9e4d0ee [arm] Add alternative canonicalizations for subtract-with-c [...]
adds 1790ea25c00 [arm] Early split simple DImode equality comparisons
adds d6852b4754a [arm] Improve handling of DImode comparisions against constants.
adds 060a96ad617 [arm] early split most DImode comparison operations.
adds efaa33f94f8 [arm] Handle some constant comparisons using rsbs+rscs
adds 05d97be4158 [arm] Cleanup dead code - old support for DImode comparisons
adds eaddabc8801 [arm] Handle immediate values in uaddvsi4
adds 58087a96b77 [arm] Early expansion of uaddvdi4.
adds d302ef3a830 [arm] Improve code generation for addvsi4.
adds 8aefed8a7d1 [arm] Allow the summation result of signed add-with-overflo [...]
adds 8414e41f6fe [arm] Early split addvdi4
adds c9092f6571b [arm] Improve constant handling for usubvsi4.
adds 65b56adc8d4 [arm] Early expansion of usubvdi4.
adds 1b2fb5c72b5 [arm] Improve constant handling for subvsi4.
adds fd7e24c1ddb [arm] Early expansion of subvdi4
adds f36f54ddf6c [arm] Improvements to negvsi4 and negvdi4.
adds 44b016de3d2 [arm] Fix testsuite nit when compiling for thumb2
adds f0589a1e9e9 PR tree-optimization/92157 - incorrect strcmp() == 0 result [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 173 ++++
gcc/config/arm/arm-modes.def | 15 +-
gcc/config/arm/arm.c | 430 ++++++---
gcc/config/arm/arm.md | 1124 ++++++++++++++++++-----
gcc/config/arm/iterators.md | 4 +
gcc/config/arm/predicates.md | 8 +-
gcc/testsuite/ChangeLog | 14 +
gcc/testsuite/gcc.dg/builtin-arith-overflow-3.c | 41 +
gcc/testsuite/gcc.dg/strlenopt-69.c | 3 +
gcc/testsuite/gcc.dg/strlenopt-87.c | 105 +++
gcc/testsuite/gcc.target/arm/negdi-3.c | 4 +-
gcc/tree-ssa-strlen.c | 12 +-
12 files changed, 1607 insertions(+), 326 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-arith-overflow-3.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-87.c
--
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
from b62eb8cff 1: reset: gcc-263f9e4d0ee3c4908cc083d5075b48d775ba9f74: 383
new 495848bf5 2: update: gcc-f0589a1e9e906c2a5f4f7dc845d8373cd96a201b: 383
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 | 70 +-
02-prepare_abe/console.log | 206 +-
03-build_abe-binutils/console.log | 10774 ++++++------
04-build_abe-stage1/console.log | 20192 +++++++++++------------
05-build_linux/console.log | 440 +-
07-check_regression/console.log | 22 +-
08-update_baseline/console.log | 38 +-
console.log | 31751 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
10 files changed, 31816 insertions(+), 31687 deletions(-)
delete 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_kernel/gnu-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
from 536ed933e 0: update: linux-c3038e718a19fc596f7b1baba0f83d5146dc7784: all
new b62eb8cff 1: reset: gcc-263f9e4d0ee3c4908cc083d5075b48d775ba9f74: 383
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 | 139 +-
02-prepare_abe/console.log | 238 +-
03-build_abe-binutils/console.log | 10658 ++++++------
04-build_abe-stage1/console.log | 19890 ++++++++++++-----------
05-build_linux/console.log | 653 +-
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 19 +-
08-update_baseline/console.log | 10 +-
console.log | 31245 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 4 +-
12 files changed, 31595 insertions(+), 31279 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_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a109b8c76 5: update: llvm-linux: 16052
new cf426ad79 5: update: llvm-bb7dd55f675f156c26b98bd7e411a46412cb15d2: 16052
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 (a109b8c76)
\
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:
01-reset_artifacts/console.log | 172 +-
02-build_llvm/console.log | 12236 ++++++++++++-------------
03-build_linux/console.log | 6070 ++++++-------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 48 +-
console.log | 18534 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 18339 insertions(+), 18740 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 0b2777c5486 Explicit in the doc the current list of projects (with easy [...]
new 39580be1ee0 [X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for size/f [...]
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/X86/X86ISelLowering.cpp | 23 +++----
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 3 +-
test/CodeGen/X86/haddsub-3.ll | 89 +++++++++++++++++--------
test/CodeGen/X86/haddsub-broadcast.ll | 3 +-
test/CodeGen/X86/scalar-int-to-fp.ll | 5 +-
5 files changed, 79 insertions(+), 44 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 630505b81 0: update: binutils-85102364b2d1845fe9ae7d70096671a3ea4bccf3: all
new 536ed933e 0: update: linux-c3038e718a19fc596f7b1baba0f83d5146dc7784: 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 (630505b81)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 139 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11419 +++++++-------
04-build_abe-stage1/console.log | 17833 ++++++++++-----------
05-build_linux/console.log | 603 +-
06-boot_linux/console.log | 2 +-
console.log | 30564 ++++++++++++++++++------------------
jenkins/manifest.sh | 6 +-
8 files changed, 30320 insertions(+), 30684 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.