This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 7a0351c PR libffi/65441 * testsuite/lib/libffi.exp: Load target-sup [...]
new 1a35d87 2015-10-27 Martin Jambor <mjambor(a)suse.cz>
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 | 5 +++++
gcc/tree-sra.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 856311a 2015-10-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new e1da2e5 2015-10-27 Javier Miranda <miranda(a)adacore.com>
new b5cb051 Fold comparisons between sqrt and zero
new 01156bc Move signbit folds to match.pd
new f276208 2015-10-27 Ed Schonberg <schonberg(a)adacore.com>
new 66dc9fc Move copysign folds to match.pd
new a007b87 2015-10-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new 4e70c1f Remove constant handling from fold_builtin_{,f}abs
new 866b3d5 Split constant handling out of fold_builtin_fma
new 7ac908a 2015-10-27 Tristan Gingold <gingold(a)adacore.com>
new b2edae6 Move min(max...) and max(min...) folds to match.pd
new 8525879 [PATCH] [AArch64] Distinct costs for sign and zero extension
new 129004d Move fmin and fmax folds to match.pd
new 7c5199a Rename logb and significand folds
new 7d705d5 Move ldexp, scalbn and scalbln folds to match.pd
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/ChangeLog | 63 ++
gcc/ada/ChangeLog | 84 +++
gcc/ada/adaint.c | 77 +-
gcc/ada/bindgen.adb | 23 +
gcc/ada/exp_attr.adb | 4 +-
gcc/ada/exp_ch6.adb | 4 +-
gcc/ada/gnatlink.adb | 18 +-
gcc/ada/namet.adb | 38 +-
gcc/ada/namet.ads | 257 +++----
gcc/ada/namet.h | 5 +-
gcc/ada/par.adb | 4 +-
gcc/ada/s-os_lib.adb | 226 ++++--
gcc/ada/s-os_lib.ads | 860 +++++++++++-----------
gcc/ada/sem_attr.adb | 9 +-
gcc/ada/sem_ch4.adb | 16 -
gcc/ada/sem_ch6.adb | 93 ++-
gcc/ada/sem_prag.adb | 12 +-
gcc/ada/sem_res.adb | 21 +-
gcc/ada/sem_util.adb | 21 +-
gcc/ada/sem_util.ads | 17 +-
gcc/builtins.c | 197 +----
gcc/config/aarch64/aarch64-protos.h | 3 +-
gcc/config/aarch64/aarch64.c | 16 +-
gcc/fold-const.c | 51 --
gcc/match.pd | 93 ++-
gcc/testsuite/ChangeLog | 14 +
gcc/testsuite/gcc.dg/torture/builtin-ldexp-1.c | 1 +
gcc/testsuite/gcc.dg/torture/builtin-nonneg-1.c | 6 +-
gcc/testsuite/gcc.dg/torture/builtin-sqrt-cmp-1.c | 53 ++
29 files changed, 1342 insertions(+), 944 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-sqrt-cmp-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 dc02550 2015-10-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new 856311a 2015-10-27 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 11 +++++++++++
gcc/ada/inline.adb | 18 ------------------
gcc/ada/sem_ch6.adb | 33 +++++++++++++++++++++++++++++----
gcc/ada/sem_res.adb | 7 ++++---
gcc/ada/sem_util.adb | 51 +++++++++++++++++++++++++++++++++++----------------
gcc/ada/sem_util.ads | 9 ++++++---
6 files changed, 85 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.
unknown user pushed a change to branch master
in repository gcc.
from 8bbeda6 2015-10-27 Pascal Obry <obry(a)adacore.com>
new d52da53 2015-10-27 Arnaud Charlet <charlet(a)adacore.com>
new 5844367 2015-10-27 Yannick Moy <moy(a)adacore.com>
new dc02550 2015-10-27 Hristian Kirtchev <kirtchev(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 | 31 +++++++++++++++++++++++++++++++
gcc/ada/a-dirval-mingw.adb | 3 +--
gcc/ada/exp_ch6.adb | 24 ++++++++++++++----------
gcc/ada/lib-xref-spark_specific.adb | 13 +++++++++++++
gcc/ada/lib-xref.adb | 2 +-
gcc/ada/lib-xref.ads | 7 +++----
gcc/ada/s-os_lib.adb | 4 ++--
gcc/ada/sem_ch8.adb | 15 +++++++++------
gcc/ada/sinput.ads | 2 +-
gcc/ada/spark_xrefs.ads | 12 ++++++------
10 files changed, 81 insertions(+), 32 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 5f73ddf [AArch64] Enable autoprefetcher modelling in the scheduler
new 5cf8b9e gcc/
new 1be53fc 2015-10-27 Javier Miranda <miranda(a)adacore.com>
new 5293f8f 2015-10-27 Arnaud Charlet <charlet(a)adacore.com>
new 8bbeda6 2015-10-27 Pascal Obry <obry(a)adacore.com>
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 | 5 ++++
gcc/ada/ChangeLog | 46 +++++++++++++++++++++++++++++++++++
gcc/ada/a-dirval-mingw.adb | 15 +++++++-----
gcc/ada/exp_aggr.adb | 41 +++++++++++++++++++++----------
gcc/ada/exp_ch6.adb | 34 +++++++++++++++++++-------
gcc/ada/gnat1drv.adb | 11 ---------
gcc/ada/lib-xref.adb | 8 +++----
gcc/ada/sem_ch12.adb | 60 +++++++++++++++++++++++++++++-----------------
gcc/ada/sem_ch6.adb | 2 +-
gcc/ada/sem_prag.adb | 13 ++++++++--
gcc/ada/snames.ads-tmpl | 23 ++++++++++++++++++
gcc/tree-vect-generic.c | 2 +-
12 files changed, 192 insertions(+), 68 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 540c8b2 [PR testsuite/68063] Add missing private clause in libgomp.c+ [...]
new 5f73ddf [AArch64] Enable autoprefetcher modelling in the scheduler
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 | 16 +++++++++++++
gcc/config/aarch64/aarch64-protos.h | 17 ++++++++++++++
gcc/config/aarch64/aarch64.c | 47 +++++++++++++++++++++++++++++++++++++
3 files changed, 80 insertions(+)
--
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 762f6b3 Move expN folds to match.pd
new 540c8b2 [PR testsuite/68063] Add missing private clause in libgomp.c+ [...]
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:
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.c++/member-1.C | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 62f8927 Don't create SSA names until in SSA form
new 35c5f68 Move hypot folds to match.pd
new cef15d0 Move pow folds to match.pd
new ff19098 Move powi folds to match.pd
new 762f6b3 Move expN folds to match.pd
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 | 27 +++
gcc/builtins.c | 289 ++++----------------------
gcc/match.pd | 93 ++++++++-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/builtins-52.c | 2 +-
gcc/testsuite/gcc.dg/torture/builtin-math-1.c | 1 +
6 files changed, 169 insertions(+), 251 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 d4f078b 2015-10-27 Richard Biener <rguenther(a)suse.de>
new 62f8927 Don't create SSA names until in SSA form
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 | 5 +++++
gcc/gimple-match-head.c | 14 ++++++++++++--
2 files changed, 17 insertions(+), 2 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 2c4c872 [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++
new d4f078b 2015-10-27 Richard Biener <rguenther(a)suse.de>
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 | 46 ++++++++++++++++++++++++++++++++++
gcc/cfg.c | 22 ++++++++---------
gcc/cfg.h | 4 +--
gcc/cfgexpand.c | 4 +--
gcc/cfgloop.c | 10 ++++----
gcc/cfgloop.h | 60 ++++++++++++++++++++++++++++++++++-----------
gcc/cgraph.c | 41 +++++++++++++++----------------
gcc/final.c | 2 +-
gcc/graphite.c | 2 +-
gcc/loop-init.c | 30 +++++++++++------------
gcc/tree-cfg.c | 4 +--
gcc/tree-cfg.h | 2 +-
gcc/tree-ssa-copy.c | 2 +-
gcc/tree-ssa-dce.c | 2 +-
gcc/tree-ssa-loop-ivcanon.c | 6 ++---
gcc/tree-ssa-loop-niter.c | 4 +--
gcc/tree-ssa-loop-niter.h | 2 +-
gcc/tree-ssa-loop.c | 2 +-
gcc/tree-ssa.c | 29 ++++++++++------------
gcc/tree-ssa.h | 4 +--
gcc/tree-ssanames.c | 8 +++---
gcc/tree-ssanames.h | 2 +-
gcc/tree-vrp.c | 2 +-
gcc/value-prof.c | 10 ++++----
gcc/value-prof.h | 2 +-
25 files changed, 187 insertions(+), 115 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.