This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6b1f52051db 2017-04-25 Javier Miranda <miranda(a)adacore.com>
new b294c9989d8 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 7f050759ec9 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
The 2 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/ChangeLog | 61 ++
gcc/ada/a-tasatt.adb | 9 +-
gcc/ada/einfo.adb | 2 +-
gcc/ada/einfo.ads | 4 +-
gcc/ada/elists.adb | 13 +-
gcc/ada/elists.ads | 6 +-
gcc/ada/exp_ch3.adb | 2 +-
gcc/ada/exp_util.adb | 1678 +++++++++++++++++++++++++++++++++-----------------
gcc/ada/exp_util.ads | 58 +-
gcc/ada/inline.adb | 11 +-
gcc/ada/scng.adb | 16 +-
gcc/ada/sem_aggr.adb | 2 +-
gcc/ada/sem_attr.adb | 72 ++-
gcc/ada/sem_ch7.adb | 5 +
gcc/ada/sem_prag.adb | 13 +-
15 files changed, 1333 insertions(+), 619 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 0e05ee653a1 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new a7fe024a296 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 7289260fc88 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 23f66142a6a 2017-04-25 Bob Duff <duff(a)adacore.com>
new 5dd04b3122d New file.
new 6b1f52051db 2017-04-25 Javier Miranda <miranda(a)adacore.com>
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:
gcc/ada/ChangeLog | 90 ++
gcc/ada/a-tasatt.adb | 6 +-
gcc/ada/{get_targ.adb => ada_get_targ.adb} | 234 +++--
gcc/ada/atree.adb | 8 +-
gcc/ada/einfo.adb | 16 +-
gcc/ada/einfo.ads | 13 +
gcc/ada/exp_ch3.adb | 8 +-
gcc/ada/exp_ch5.adb | 8 +
gcc/ada/exp_util.adb | 1541 ++++++++++------------------
gcc/ada/exp_util.ads | 58 +-
gcc/ada/freeze.adb | 61 +-
gcc/ada/init.c | 2 +-
gcc/ada/inline.adb | 10 +-
gcc/ada/par-ch4.adb | 4 +
gcc/ada/par-ch5.adb | 2 +
gcc/ada/par.adb | 6 +
gcc/ada/s-memory.adb | 2 +
gcc/ada/s-stratt.ads | 4 +-
gcc/ada/scng.adb | 4 +
gcc/ada/sem_aggr.adb | 16 +-
gcc/ada/sem_ch12.adb | 20 +
gcc/ada/sem_ch13.adb | 2 +-
gcc/ada/sem_ch3.adb | 7 +-
gcc/ada/sem_ch5.adb | 31 +-
gcc/ada/sem_ch7.adb | 5 -
gcc/ada/sem_prag.adb | 43 +-
gcc/ada/sem_res.adb | 10 +
gcc/ada/sem_util.adb | 9 +-
gcc/ada/sigtramp-vxworks-target.inc | 32 +
gcc/ada/uintp.adb | 29 +-
gcc/ada/uintp.ads | 10 +-
31 files changed, 1029 insertions(+), 1262 deletions(-)
copy gcc/ada/{get_targ.adb => ada_get_targ.adb} (59%)
--
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 b58a712656f Minor reformatting.
new 9ad76a2c123 2017-04-25 Bob Duff <duff(a)adacore.com>
new a85cd3ab950 2017-04-25 Tristan Gingold <gingold(a)adacore.com>
new 0e05ee653a1 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
The 3 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/ChangeLog | 106 +++
gcc/ada/checks.adb | 9 +-
gcc/ada/exp_attr.adb | 4 +-
gcc/ada/exp_ch3.adb | 2 +-
gcc/ada/exp_util.adb | 1541 ++++++++++++++++++++++++++++----------------
gcc/ada/exp_util.ads | 72 ++-
gcc/ada/freeze.adb | 137 +++-
gcc/ada/init.c | 2 +-
gcc/ada/par-ch4.adb | 14 +
gcc/ada/s-mmap.ads | 2 +
gcc/ada/s-osinte-linux.ads | 14 +
gcc/ada/s-taprop-linux.adb | 162 ++++-
gcc/ada/s-taprop-posix.adb | 19 +-
gcc/ada/sem_ch3.adb | 9 +-
gcc/ada/sem_ch7.adb | 5 +
gcc/ada/sem_disp.adb | 11 +-
gcc/ada/sem_prag.adb | 15 +-
gcc/ada/sem_util.adb | 42 +-
gcc/ada/sem_util.ads | 8 +
19 files changed, 1538 insertions(+), 636 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 6daacbc8271 Add missing changelog entries for last commit.
new 2fa03fa92d3 2017-04-25 Arnaud Charlet <charlet(a)adacore.com>
new 88fa88842d8 2017-04-25 Gary Dismukes <dismukes(a)adacore.com>
new b58a712656f Minor reformatting.
The 3 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/ChangeLog | 44 ++++++++++++
gcc/ada/exp_ch6.adb | 2 +-
gcc/ada/par-ch6.adb | 2 +
gcc/ada/par_sco.adb | 6 +-
gcc/ada/rtsfind.adb | 15 ++++
gcc/ada/rtsfind.ads | 5 ++
gcc/ada/sem_ch10.adb | 15 ++--
gcc/ada/sem_ch13.adb | 3 +-
gcc/ada/sem_ch6.adb | 36 ++++++----
gcc/ada/sem_ch9.adb | 25 ++-----
gcc/ada/sem_util.adb | 193 +++++++++++++++++++++++++++++++++++++++++----------
gcc/ada/sinfo.adb | 56 +++++++++------
gcc/ada/sinfo.ads | 25 ++++---
13 files changed, 318 insertions(+), 109 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 ec80f584d6d S/390: Use load-on-condition in cstorecc4
new 35f0c8ba253 S/390: Load and test peephole.
new d90d26d883c S/390: PR80080: Optimize atomic patterns.
new 2e3569b45c5 S/390: PR79895: Fix TImode constant handling
new 57abad48ca2 S/390: PR80464: Split MEM->GPR vector moves
new 6daacbc8271 Add missing changelog entries for last commit.
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:
gcc/ChangeLog | 46 +++
gcc/config/s390/predicates.md | 5 +
gcc/config/s390/s390-protos.h | 4 +-
gcc/config/s390/s390.c | 184 ++++++++++-
gcc/config/s390/s390.md | 138 +++++----
gcc/config/s390/vector.md | 19 ++
gcc/testsuite/ChangeLog | 17 ++
.../gcc.target/s390/md/atomic_compare_exchange-1.c | 84 ++++++
.../s390/md/atomic_compare_exchange-1.inc | 336 +++++++++++++++++++++
.../gcc.target/s390/md/atomic_exchange-1.c | 309 +++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr79895.c | 9 +
.../gfortran.fortran-torture/compile/pr80464.f90 | 39 +++
12 files changed, 1115 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_compare_exchange-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_compare_exchange-1.inc
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_exchange-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr79895.c
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr80464.f90
--
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 68abe534786 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New R [...]
new cbebc3ae4e3 PR rtl-optimization/80500 * loop-unroll.c (combine_var_co [...]
new 058e17ce15b PR rtl-optimization/80501 * combine.c (make_compound_oper [...]
new ec80f584d6d S/390: Use load-on-condition in cstorecc4
The 3 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 | 15 +++++++++++++++
gcc/combine.c | 7 +++++--
gcc/config/s390/s390.md | 25 +++++++++++++++++++++----
gcc/loop-unroll.c | 3 +++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr80501.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr80500.c | 15 +++++++++++++++
7 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr80501.c
create mode 100644 gcc/testsuite/gcc.dg/pr80500.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 gcc-7-branch
in repository gcc.
from 73793b8e559 Daily bump.
new e848f4f0a69 PR rtl-optimization/80500 * loop-unroll.c (combine_var_co [...]
new 10d35ddf946 PR rtl-optimization/80501 * combine.c (make_compound_oper [...]
The 2 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 | 10 ++++++++++
gcc/combine.c | 7 +++++--
gcc/loop-unroll.c | 3 +++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr80501.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr80500.c | 15 +++++++++++++++
6 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr80501.c
create mode 100644 gcc/testsuite/gcc.dg/pr80500.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 llvm.
from 17d26f1cbf5 [InstCombine] Add test cases showing failures to handle com [...]
new 3c9711dbf2a [InstCombine] Add test cases for missing commute handling i [...]
new 390033473cc [IVUsers] Don't bail out of normalizing non-affine add recs
The 2 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/IVUsers.cpp | 12 +----
test/Analysis/IVUsers/quadradic-exit-value.ll | 2 +-
test/Transforms/InstCombine/xor2.ll | 75 +++++++++++++++++++++++++++
3 files changed, 77 insertions(+), 12 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 4ed8a6f43ea * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mod [...]
new bfd394529a2 Let tree_single_nonzero_warnv_p use range information
new 228224f87a5 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New R [...]
new 68abe534786 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New R [...]
The 3 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 | 15 +++++++++++++++
gcc/config/aarch64/thunderx2t99.md | 20 ++++++++++++++++++++
gcc/fold-const.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Wstrict-overflow-18.c | 3 ++-
gcc/testsuite/gcc.dg/tree-ssa/cmpmul-1.c | 11 +++++++++++
6 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpmul-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 gcc.
from e2ddb466506 Daily bump.
new 4ed8a6f43ea * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mod [...]
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/config/aarch64/aarch64-simd.md | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.