This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e72373 [gomp] Add thread attribute customization
new 3cdaf1f 2015-09-03 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 | 5 +++++
gcc/varasm.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 65cb1e6 [gomp] Thread pool management
new 6e72373 [gomp] Add thread attribute customization
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 | 13 ++++++++
libgomp/config/posix/pool.h | 7 +++++
libgomp/config/rtems/pool.h | 29 ++++++++++++++++++
libgomp/config/rtems/proc.c | 23 +++++++++++---
libgomp/libgomp.texi | 75 +++++++++++++++++++++++++++++++++++----------
libgomp/team.c | 3 +-
6 files changed, 128 insertions(+), 22 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 264aa95 Handle 2 preds for fin_bb in expand_omp_for_static_chunk
new 8087e8d [gomp] Simplify thread pool initialization
new 4bf07de [gomp] Add RTEMS configuration
new 65cb1e6 [gomp] Thread pool management
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:
libgomp/ChangeLog | 33 ++++++
libgomp/{barrier.c => config/posix/pool.h} | 48 ++++----
libgomp/config/{linux => rtems}/bar.c | 58 ++++++++--
libgomp/config/{linux => rtems}/bar.h | 16 +--
libgomp/config/{posix => rtems}/mutex.c | 0
libgomp/config/{posix => rtems}/mutex.h | 23 ++--
libgomp/config/rtems/pool.h | 128 +++++++++++++++++++++
libgomp/config/rtems/proc.c | 145 ++++++++++++++++++++++++
libgomp/config/{posix/ptrlock.c => rtems/sem.c} | 0
libgomp/config/{posix/mutex.h => rtems/sem.h} | 37 +++---
libgomp/configure | 17 +++
libgomp/configure.ac | 7 ++
libgomp/configure.tgt | 6 +
libgomp/libgomp.h | 2 +
libgomp/team.c | 38 ++-----
15 files changed, 462 insertions(+), 96 deletions(-)
copy libgomp/{barrier.c => config/posix/pool.h} (53%)
copy libgomp/config/{linux => rtems}/bar.c (81%)
copy libgomp/config/{linux => rtems}/bar.h (91%)
copy libgomp/config/{posix => rtems}/mutex.c (100%)
copy libgomp/config/{posix => rtems}/mutex.h (72%)
create mode 100644 libgomp/config/rtems/pool.h
create mode 100644 libgomp/config/rtems/proc.c
copy libgomp/config/{posix/ptrlock.c => rtems/sem.c} (100%)
copy libgomp/config/{posix/mutex.h => rtems/sem.h} (56%)
--
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 7853247 2015-09-03 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.com>
new 9a78234 Add param parloops-chunk-size
new fc1d58e Handle simple latch bb in expand_omp_for_static_chunk
new 4d556e2 Fix gcc_assert in expand_omp_for_static_chunk
new 281001a Fix inner loop phi in expand_omp_for_static_chunk
new 264aa95 Handle 2 preds for fin_bb in expand_omp_for_static_chunk
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 | 30 ++++++++++++
gcc/doc/invoke.texi | 4 ++
gcc/omp-low.c | 80 ++++++++++++++++++++++++++------
gcc/params.def | 5 ++
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.dg/autopar/pr46099-2.c | 5 ++
gcc/testsuite/gcc.dg/autopar/reduc-4.c | 4 ++
gcc/tree-parloops.c | 5 ++
libgomp/ChangeLog | 5 ++
libgomp/testsuite/libgomp.c/autopar-2.c | 4 ++
10 files changed, 139 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr46099-2.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/reduc-4.c
create mode 100644 libgomp/testsuite/libgomp.c/autopar-2.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 5ea1a1a 2015-09-03 Richard Biener <rguenther(a)suse.de>
new f0e28f2 2015-09-03 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.com>
new 7853247 2015-09-03 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.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/ChangeLog | 10 ++++
gcc/fold-const.c | 26 ----------
gcc/match.pd | 14 ++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/pr67351.C | 106 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 135 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr67351.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 fb211fc libstdc++: Run tests on RTEMS
new 5ea1a1a 2015-09-03 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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lto/pr66705_0.C | 15 +++++++++++++++
gcc/tree-ssa-structalias.c | 15 ++++++---------
4 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr66705_0.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-5-branch
in repository gcc.
from dd9ae39 Daily bump.
new d448688 2015-09-03 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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lto/pr66705_0.C | 15 +++++++++++++++
gcc/tree-ssa-structalias.c | 15 ++++++---------
4 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr66705_0.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 45cdc50 compiler: Report invalid receiver types in function definitions.
new 196c838 RTEMS: Update RTEMS thread model
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:
libgcc/ChangeLog | 61 ++++++++++++++
libgcc/config/gthr-rtems.h | 195 ++++++++++++++++++++++++++++++++-------------
2 files changed, 200 insertions(+), 56 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 ebb4197 Daily bump.
new 45cdc50 compiler: Report invalid receiver types in function definitions.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.