This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7a1826d3d1f ada: Elide the copy in extended returns for nonlimited by-r [...]
new b24acae8f4d loop-split improvements, part 2
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/testsuite/gcc.dg/tree-prof/loop-split-1.c | 33 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/loop-split-2.c | 36 ++++++++++++
gcc/testsuite/gcc.dg/tree-prof/loop-split-3.c | 41 +++++++++++++
gcc/tree-ssa-loop-split.cc | 84 ++++++++++++++++++++++-----
4 files changed, 180 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/loop-split-3.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_gnu_embed_build/master-arm_v7a_softfp_eabi
in repository toolchain/ci/base-artifacts.
from f97ca3a45b7 onsuccess: #41: 7: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 1954418d277 onsuccess: #42: 7: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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.xz | Bin 2252 -> 2316 bytes
02-prepare_abe/console.log.xz | Bin 2692 -> 2636 bytes
04-build_abe-binutils/console.log.xz | Bin 27844 -> 28188 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17548 -> 17692 bytes
05-build_abe-stage1/console.log.xz | Bin 90048 -> 89828 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70016 -> 70128 bytes
07-build_abe-newlib/console.log.xz | Bin 13132 -> 12824 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7024 -> 6984 bytes
08-build_abe-stage2/console.log.xz | Bin 123424 -> 122544 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 94808 -> 94708 bytes
09-build_abe-gdb/console.log.xz | Bin 35508 -> 35440 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26460 -> 26360 bytes
10-build_abe-qemu/console.log.xz | Bin 34444 -> 32900 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 22808 -> 21424 bytes
11-check_regression/console.log.xz | Bin 1356 -> 1368 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 12 +-
manifest.sh | 10 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 54 ++---
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 375 +++++++++++------------------
notify/notify-init.log | 114 ++++-----
28 files changed, 232 insertions(+), 353 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 1d6af545bf7 RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]
new cb3bed6018a ada: Improve defense against illegal code in check for infi [...]
new 02cda19cc99 ada: Allow calls to Number_Formals when no formals are present
new 7e448f3c3df ada: Fix typo in comment of Ada.Exceptions.Save_Occurrence
new 5d8fc02062b ada: Emit enums rather than defines for various constants
new 39e183a6780 ada: Leave detection of missing return in functions to GNATprove
new 42fcc7503af ada: Fix memory explosion on aggregate of nested packed array type
new 8dcd763ac62 ada: Add guard for detection of class-wide precondition sub [...]
new f30396a0e18 ada: Small refactor
new 5bd09a25b34 ada: Fix race condition in protected entry call
new 808ac542879 ada: Add missing SCO generation for quantified expressions [...]
new f74de746a79 ada: Add support for binding to a specific network interfac [...]
new 358e289d37b ada: Fix unsupported dispatching constructor call
new 9c70186d84b ada: Add an assert in Posix Interrupt_Wait
new 7a1826d3d1f ada: Elide the copy in extended returns for nonlimited by-r [...]
The 14 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/ada/einfo-utils.adb | 6 +-
gcc/ada/einfo-utils.ads | 2 +-
gcc/ada/einfo.ads | 4 +-
gcc/ada/exp_aggr.adb | 4 +-
gcc/ada/exp_ch3.adb | 101 +++++++++++++--
gcc/ada/exp_ch6.adb | 234 ++++++++++++++++++++++++++++++++---
gcc/ada/exp_intr.adb | 45 -------
gcc/ada/exp_util.adb | 5 +-
gcc/ada/fe.h | 8 +-
gcc/ada/gcc-interface/trans.cc | 7 +-
gcc/ada/gen_il-gen.adb | 11 +-
gcc/ada/libgnarl/s-inmaop__posix.adb | 1 +
gcc/ada/libgnarl/s-tposen.adb | 10 +-
gcc/ada/libgnat/a-except.ads | 2 +-
gcc/ada/libgnat/g-socket.adb | 26 +++-
gcc/ada/libgnat/g-socket.ads | 5 +
gcc/ada/par_sco.adb | 6 +-
gcc/ada/s-oscons-tmplt.c | 5 +
gcc/ada/sem_ch13.adb | 6 +-
gcc/ada/sem_ch6.adb | 196 ++++++++++++++++-------------
gcc/ada/sem_res.adb | 5 +-
gcc/ada/sem_warn.adb | 4 +-
gcc/ada/snames.h-tmpl | 56 +++++----
gcc/ada/types.h | 8 +-
gcc/ada/xsnamest.adb | 30 +++--
25 files changed, 563 insertions(+), 224 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.