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@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%)