This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eac984f Fix parloops gimple_uid usage
new a5820d2 * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using [...]
new 5226d48 * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using [...]
new bde7430 Fix prototype for print_insn in rtl.h
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 | 20 +++++++++++++++++++-
gcc/config/sparc/sparc.c | 25 +++++++++++++------------
gcc/config/sparc/sparc.h | 3 +--
gcc/rtl.h | 2 +-
4 files changed, 34 insertions(+), 16 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 147f4df Followup to [AArch64_be] Fix vtbl[34] and vtbx4
new eac984f Fix parloops gimple_uid usage
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 | 9 +++++++++
gcc/tree-parloops.c | 21 +++++++++++++++++----
2 files changed, 26 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 hsa
in repository gcc.
from 99ab91f Fix bitfield alignment ICEs
new 3478d37 HSA: encapsulate type conversion constructs
new e9e13d7 HSA: handle properly number of threads in a kernel
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.hsa | 25 +++++
gcc/hsa-gen.c | 286 ++++++++++++++++++++++++++++++++----------------------
gcc/hsa.h | 5 +
3 files changed, 201 insertions(+), 115 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 hsa
in repository gcc.
from 2f8d143 Make debug stores conditional on a parameter
new 99ab91f Fix bitfield alignment ICEs
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.hsa | 6 ++++++
gcc/hsa-gen.c | 46 ++++++++++++++++++++++++++++++++++++++++------
2 files changed, 46 insertions(+), 6 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 80a7497 [PATCH] Allow FSM to thread single block cases too
new b391ca8 gcc/
new 147f4df Followup to [AArch64_be] Fix vtbl[34] and vtbx4
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 | 6 +++++
gcc/testsuite/ChangeLog | 10 ++++++++
gcc/testsuite/gcc.dg/torture/pr67947.c | 30 ++++++++++++++++++++++
.../gcc.target/aarch64/table-intrinsics.c | 4 +--
gcc/tree-ssa-loop-unswitch.c | 11 +++++++-
5 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67947.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 2331aa4 Add param parloops-schedule
new 80a7497 [PATCH] Allow FSM to thread single block cases too
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/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.c | 70 +++++++++++++++++++++++++++
gcc/tree-ssa-threadbackward.c | 4 --
4 files changed, 79 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.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 41500e7 2015-10-13 Richard Biener <rguenther(a)suse.de>
new 1c6a437 Handle original loop tree in expand_omp_for_generic
new df423ec Support DEFPARAMENUM in params.def
new 2331aa4 Add param parloops-schedule
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 | 25 ++++++
gcc/Makefile.in | 6 +-
gcc/doc/invoke.texi | 4 +
gcc/omp-low.c | 30 +++++--
gcc/opts.c | 19 +++--
gcc/{params-list.h => params-enum.h} | 22 ++++-
gcc/params-list.h | 3 +
gcc/params.c | 97 +++++++++++++++++-----
gcc/params.def | 12 +++
gcc/params.h | 6 ++
gcc/tree-parloops.c | 26 +++++-
libgomp/ChangeLog | 10 +++
.../libgomp.c/{autopar-2.c => autopar-3.c} | 2 +-
.../libgomp.c/{autopar-2.c => autopar-4.c} | 2 +-
.../libgomp.c/{autopar-2.c => autopar-5.c} | 2 +-
.../libgomp.c/{autopar-2.c => autopar-6.c} | 2 +-
.../libgomp.c/{autopar-2.c => autopar-7.c} | 2 +-
.../libgomp.c/{autopar-2.c => autopar-8.c} | 2 +-
18 files changed, 221 insertions(+), 51 deletions(-)
copy gcc/{params-list.h => params-enum.h} (50%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-3.c} (71%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-4.c} (59%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-5.c} (72%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-6.c} (59%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-7.c} (72%)
copy libgomp/testsuite/libgomp.c/{autopar-2.c => autopar-8.c} (71%)
--
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 a614e82 To: gcc-patches(a)gcc.gnu.org Subject: Add an extra pow rule to [...]
new 41500e7 2015-10-13 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 | 22 +++++++++++++++
gcc/tree-vect-data-refs.c | 72 ++++++++++++++++++++++++++++++++++++-----------
gcc/tree-vect-loop.c | 27 +++++++-----------
gcc/tree-vect-slp.c | 4 +++
gcc/tree-vectorizer.h | 47 -------------------------------
5 files changed, 91 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.
unknown user pushed a change to branch master
in repository gcc.
from 6ee64ac Daily bump.
new a614e82 To: gcc-patches(a)gcc.gnu.org Subject: Add an extra pow rule to [...]
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 | 7 +++++++
gcc/match.pd | 17 ++++++++++++-----
gcc/real.c | 18 ++++++++++++++++++
gcc/real.h | 3 ++-
4 files changed, 39 insertions(+), 6 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 f08943b [PATCH] Allow FSM threader to thread more complex conditions
new 6ee64ac Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.