This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from ec3abe75d65 AArch64: Add Neoverse V1 tuning struct
new 54e50dc2d76 arm: Add support for Neoverse N2 CPU
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/config/arm/arm-cpus.in | 12 ++++++++++++
gcc/config/arm/arm-tables.opt | 3 +++
gcc/config/arm/arm-tune.md | 4 ++--
gcc/doc/invoke.texi | 6 +++---
4 files changed, 20 insertions(+), 5 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 releases/gcc-8
in repository gcc.
from a9ba7f6cb74 AArch64: Add Neoverse V1 tuning struct
new cb79435c683 arm: Add support for Neoverse N2 CPU
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/config/arm/arm-cpus.in | 11 +++++++++++
gcc/config/arm/arm-tables.opt | 3 +++
gcc/config/arm/arm-tune.md | 4 ++--
gcc/config/arm/driver-arm.c | 1 +
gcc/doc/invoke.texi | 4 ++--
5 files changed, 19 insertions(+), 4 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 080a23bce12 libstdc++: Add missing P0896 changes to <iterator>
new 9d5af1db2d1 ipa: Bundle vectors describing argument values
new 7d2cb2755a1 ipa: Introduce ipa_cached_call_context
new 1e7fdc02cba ipa: Bundle estimates of ipa_call_context::estimate_size_and_time
new 67ce9099bc9 ipa: Multiple predicates for loop properties, with frequencies
new 91153e0af9a ipa-cp: Add dumping of overall_size after cloning
new 31584824665 ipa-cp: Separate and increase the large-unit parameter
new 9340d1c97b8 c++: cleanup ctor_omit_inherited_parms [PR97268]
new 7ee1c0413e2 c++: Hash table iteration for namespace-member spelling sug [...]
The 8 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/cp/class.c | 259 +++----
gcc/cp/cp-tree.h | 1 +
gcc/cp/method.c | 36 +-
gcc/cp/name-lookup.c | 126 ++--
gcc/doc/invoke.texi | 4 +
gcc/ipa-cp.c | 307 +++++----
gcc/ipa-fnsummary.c | 823 ++++++++++++-----------
gcc/ipa-fnsummary.h | 113 +++-
gcc/ipa-inline-analysis.c | 92 ++-
gcc/ipa-prop.c | 10 +
gcc/ipa-prop.h | 112 ++-
gcc/params.opt | 8 +
gcc/testsuite/c-c++-common/spellcheck-reserved.c | 2 +-
gcc/testsuite/g++.dg/inherit/pr97268.C | 60 ++
gcc/testsuite/g++.dg/spellcheck-typenames.C | 4 +-
gcc/testsuite/gcc.dg/ipa/ipcp-loophint-1.c | 29 +
16 files changed, 1175 insertions(+), 811 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/inherit/pr97268.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/ipcp-loophint-1.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a7aba2668a7 gdb: remove arguments from inferior_created observable
new 2554f6f5640 gdb: give names to event loop file handlers
new db20ebdfae4 gdb: give names to async event/signal handlers
new ba98841943b gdb: move debug_prefixed_vprintf here
new 6b01403b25c gdb: add debug prints in event loop
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:
gdb/ChangeLog | 49 +++++++++++++++++++++++++++++++++
gdb/async-event.c | 49 +++++++++++++++++++++++++++------
gdb/async-event.h | 15 ++++++++---
gdb/debug.c | 13 +--------
gdb/debug.h | 32 ----------------------
gdb/event-top.c | 67 ++++++++++++++++++++++++++++++++++++++++------
gdb/infrun.c | 5 ++--
gdb/linux-nat.c | 5 ++--
gdb/record-btrace.c | 2 +-
gdb/record-full.c | 2 +-
gdb/remote-notif.c | 2 +-
gdb/remote.c | 3 ++-
gdb/run-on-main-thread.c | 3 ++-
gdb/ser-base.c | 6 ++---
gdb/top.c | 4 +++
gdb/top.h | 3 +++
gdb/tui/tui-io.c | 2 +-
gdb/tui/tui-win.c | 3 ++-
gdbserver/ChangeLog | 15 +++++++++++
gdbserver/linux-low.cc | 3 ++-
gdbserver/remote-utils.cc | 10 ++++---
gdbserver/server.cc | 15 +++++++++++
gdbsupport/ChangeLog | 22 +++++++++++++++
gdbsupport/common-debug.cc | 11 ++++++++
gdbsupport/common-debug.h | 6 +++++
gdbsupport/event-loop.cc | 60 ++++++++++++++++++++++++++++++-----------
gdbsupport/event-loop.h | 54 +++++++++++++++++++++++++++++++++++--
27 files changed, 360 insertions(+), 101 deletions(-)
delete mode 100644 gdb/debug.h
--
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_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards cc02e5e03 0: update: gcc-3fa772a7acfea62a01fb36d1451c8be9c54ba7da: 1
new bfed5180b 0: update: gcc-54e50dc2d7633d1d5930f472aaeb4e52ba403ade: 1
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 (cc02e5e03)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 140 +-
02-prepare_abe/console.log | 344 +-
04-build_abe-bootstrap_O1/console.log | 88588 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 89112 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 89167 insertions(+), 89029 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 linux.
from db23baa28eb1 Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.or [...]
new f8d4f44df056 epoll: do not insert into poll queues until all sanity che [...]
new 18306c404abe epoll: replace ->visited/visited_list with generation count
new fe0a916c1eae epoll: EPOLL_CTL_ADD: close the race in decision to take f [...]
new 3701cb59d892 ep_create_wakeup_source(): dentry name can change under you...
new d4fce2e20ffe Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/ [...]
The 5 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:
fs/eventpoll.c | 72 +++++++++++++++++++++++++---------------------------------
1 file changed, 31 insertions(+), 41 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 linux.
from 472e5b056f00 pipe: remove pipe_wait() and fix wakeup race with splice
new be458311cdbb mm: memcg/slab: fix slab statistics in !SMP configuration
new 09a6b0bc3be7 random32: Restore __latent_entropy attribute on net_rand_state
new 62c59a8786e6 memstick: Skip allocating card when removing host
new afd7f30886b0 mmc: sdhci: Workaround broken command queuing on Intel GLK [...]
new 2270b890bc29 Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm [...]
new d3f99f918306 gpio: omap: Fix warnings if PM is disabled
new 5fcface659aa gpio: sprd: Clear interrupt when setting the type as edge
new 3c68e90fdb65 Merge tag 'gpio-fixes-for-v5.9-rc4' of git://git.kernel.or [...]
new 214b0e1ad01a gpio: tc35894: fix up tc35894 interrupt configuration
new 45ccf6556720 gpio: siox: explicitly support only threaded irqs
new 1b02d9e770cd gpio: mockup: fix resource leak in error path
new 5ad284ab3a01 gpiolib: Fix line event handling in syscall compatible mode
new 53c14e237b01 Merge tag 'gpio-fixes-for-v5.9-rc6' of git://git.kernel.or [...]
new e43c26e12dd4 gpio: pca953x: Fix uninitialized pending variable
new ac67b07e268d gpio/aspeed-sgpio: enable access to all 80 input & output sgpios
new bf0d394e8850 gpio/aspeed-sgpio: don't enable all interrupts by default
new 3e640b1eec38 gpio: aspeed: fix ast2600 bank properties
new 2e969d8a7f99 Merge tag 'gpio-fixes-for-v5.9-rc7' of git://git.kernel.or [...]
new d25e8fdebdad gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION
new 17479aa39fbf Merge tag 'gpio-fixes-for-v5.9' of git://git.kernel.org/pu [...]
new e09e200e0722 gpio: pca953x: Use bitmap API over implicit GCC extension
new 8c1f1c34777b gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x
new 0bf0dfda003e Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/li [...]
new 62fe3e42ba4f iio: adc: ad7124: Fix typo in device name
new fdb29f4de137 iio: adc: qcom-spmi-adc5: fix driver name
new 52a035235ed5 Merge tag 'iio-fixes-for-5.9b-take2' of https://git.kernel [...]
new cc8ad8fa844a Merge tag 'staging-5.9-rc8' of git://git.kernel.org/pub/sc [...]
new eac53b3e304a Documentation: PM: Fix a reStructuredText syntax error
new 1a67b9263e06 ARM: imx6q: Fixup RCU usage for cpuidle
new fc7d17551f77 cpufreq: intel_pstate: Fix missing return statement
new 7bbe8f2a7e7e Merge branch 'pm-cpufreq'
new c51309110331 Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/lin [...]
new 313b085851c1 btrfs: move btrfs_scratch_superblocks into btrfs_dev_repla [...]
new a466c85edc6f btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
new 4c8f353272dd btrfs: fix filesystem corruption after a device replace
new 4e3b9ce271b4 Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/sc [...]
new c14decfca23c clocksource: clint: Export clint_time_val for modules
new aa9887608e77 RISC-V: Check clint_time_val before use
new db23baa28eb1 Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.or [...]
The 39 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:
Documentation/admin-guide/pm/cpuidle.rst | 2 +-
.../devicetree/bindings/gpio/sgpio-aspeed.txt | 5 +-
arch/arm/mach-imx/cpuidle-imx6q.c | 4 +-
arch/riscv/include/asm/stackprotector.h | 4 -
arch/riscv/include/asm/timex.h | 13 ++
drivers/clocksource/timer-clint.c | 1 +
drivers/cpufreq/intel_pstate.c | 1 +
drivers/gpio/gpio-amd-fch.c | 2 +-
drivers/gpio/gpio-aspeed-sgpio.c | 134 +++++++++++++--------
drivers/gpio/gpio-aspeed.c | 4 +-
drivers/gpio/gpio-mockup.c | 2 +
drivers/gpio/gpio-omap.c | 4 +-
drivers/gpio/gpio-pca953x.c | 7 +-
drivers/gpio/gpio-siox.c | 1 +
drivers/gpio/gpio-sprd.c | 3 +
drivers/gpio/gpio-tc3589x.c | 2 +-
drivers/gpio/gpiolib-cdev.c | 34 +++++-
drivers/iio/adc/ad7124.c | 4 +-
drivers/iio/adc/qcom-spmi-adc5.c | 2 +-
drivers/memstick/core/memstick.c | 4 +
drivers/mmc/host/sdhci-pci-core.c | 3 +-
fs/btrfs/dev-replace.c | 46 ++++++-
fs/btrfs/volumes.c | 13 +-
fs/btrfs/volumes.h | 3 +
include/linux/memstick.h | 1 +
include/linux/vmstat.h | 5 +
lib/random32.c | 2 +-
27 files changed, 225 insertions(+), 81 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 6477402 Add LLDB bots to llvm buildbot monitoring page
new eb0f47d Add Windows on Arm buildbots to the monitor
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:
monitor/linaro.json | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.