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 b0a7971ad4 ld: Fix printed sizes in map file
new 75802ccb60 Fix an off-by-one error in the IN_RANGE macro used by readel [...]
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:
binutils/ChangeLog | 7 +++++++
binutils/readelf.c | 10 +++++++---
2 files changed, 14 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.
unknown user pushed a change to branch master
in repository gcc.
from 51f86c8db8f [vect] PR92317: fix skip_epilogue creation for epilogues
new f087dd8b200 [PATCH] [ARC] Add builtins for identifying floating point support
new 1331bbf3743 Restructure vect_analyze_loop
new 485622e23d7 Check the VF is small enough for an epilogue loop
new adf36d7a7e3 Use scan-tree-dump instead of scan-tree-dump-times for some [...]
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:
gcc/ChangeLog | 21 ++++
gcc/config/arc/arc-c.c | 10 ++
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.dg/vect/slp-9.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c | 2 +-
gcc/tree-vect-loop.c | 147 +++++++++++++------------
7 files changed, 119 insertions(+), 72 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 glibc.
from 4ecd584908 Add mnw language code [BZ #25139]
new 2a0356e119 posix: Sync regex with gnulib
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/verify.h | 2 ++
posix/regcomp.c | 35 ++++++---------------
posix/regex_internal.c | 13 +++-----
posix/regex_internal.h | 30 ++++++------------
posix/regexec.c | 83 +++++++++++++++-----------------------------------
5 files changed, 49 insertions(+), 114 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-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 2d75b245668 [MS] Fix constexpr data member pointer conversions
adds 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs
No new revisions were added by this update.
Summary of changes:
llvm/lib/Target/X86/X86FrameLowering.cpp | 44 ++-
llvm/lib/Target/X86/X86FrameLowering.h | 2 +
llvm/lib/Target/X86/X86MachineFunctionInfo.h | 8 +
llvm/lib/Target/X86/X86RegisterInfo.cpp | 19 +-
llvm/test/CodeGen/X86/avx512-intel-ocl.ll | 328 +++++++++++-----------
llvm/test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 +
llvm/test/CodeGen/X86/win64-funclet-savexmm.ll | 115 ++++++++
llvm/test/CodeGen/X86/x86-interrupt_cc.ll | 12 +-
8 files changed, 366 insertions(+), 177 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/win64-funclet-savexmm.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/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a12c6ee8 4: update: llvm-linux: 17865
new 434abbd9 4: update: llvm-linux: 17865
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 (a12c6ee8)
\
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 | 138 +-
02-build_llvm/console.log | 11964 +++++++++++++++++-----------------
03-build_linux/console.log | 924 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 20 +-
console.log | 13054 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13059 insertions(+), 13059 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 gcc.
from eaded36f850 introduce -fcallgraph-info option
new 51f86c8db8f [vect] PR92317: fix skip_epilogue creation for epilogues
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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/opt/{pr87967.C => pr92317.C} | 3 ++-
gcc/tree-vect-loop-manip.c | 12 +++++++-----
4 files changed, 20 insertions(+), 6 deletions(-)
copy gcc/testsuite/g++.dg/opt/{pr87967.C => pr92317.C} (87%)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f82fc6da 0: update: llvm-linux: boot
new 8f1afb52 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 (f82fc6da)
\
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 | 130 +-
02-build_llvm/console.log | 12558 ++++++++++++++++++------------------
03-build_linux/console.log | 807 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 +
console.log | 13524 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13555 insertions(+), 13503 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 gcc.
from 9a66161d443 Warn about inconsistent OpenACC nested reduction clauses
new eaded36f850 introduce -fcallgraph-info option
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:
gcc/ChangeLog | 48 +++++++++++-
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/misc.c | 3 -
gcc/builtins.c | 4 +
gcc/calls.c | 6 ++
gcc/common.opt | 8 ++
gcc/doc/invoke.texi | 23 +++++-
gcc/explow.c | 5 ++
gcc/flag-types.h | 16 ++++
gcc/function.c | 59 ++++++++++++--
gcc/function.h | 30 ++++++++
gcc/gimplify.c | 4 +
gcc/optabs-libfuncs.c | 4 -
gcc/opts.c | 26 +++++++
gcc/output.h | 2 +-
gcc/print-tree.c | 76 ++++++++++++++++++
gcc/print-tree.h | 4 +
gcc/toplev.c | 178 ++++++++++++++++++++++++++++++++++---------
18 files changed, 449 insertions(+), 52 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-allyesconfig
in repository toolchain/ci/linux.
from a99d8080aaf3 Linux 5.4-rc6
adds 4a6a6f5c4aee tools: gpio: Use !building_out_of_srctree to determine srctree
adds 459f7cb9a3b9 Merge tag 'gpio-v5.4-rc5-fixes-for-linus' of git://git.ker [...]
adds 806766af3909 Revert "gpio: merrifield: Move hardware initialization to [...]
adds 52c75f56703e Revert "gpio: merrifield: Restore use of irq_base"
adds 1173c3c28abf Revert "gpio: merrifield: Pass irqchip when adding gpiochip"
adds 7111fa1151e3 Merge tag 'gpio-v5.4-4' of git://git.kernel.org/pub/scm/li [...]
adds fa729c4df558 clone3: validate stack arguments
adds 26bc67213424 Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpio/gpio-merrifield.c | 33 +++++++++++++--------------------
include/uapi/linux/sched.h | 4 ++++
kernel/fork.c | 33 ++++++++++++++++++++++++++++++++-
tools/gpio/Makefile | 6 +++++-
4 files changed, 54 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.