|
|
Hi,
I documented the changes in autopar for GCC4.5.
Ok to commit?
Thanks,
Razya
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.47
diff -u -3 -p -r1.47 changes.html
--- changes.html 3 Nov 2009 15:20:44 -0000 1.47
+++ changes.html 3 Nov 2009 16:00:10 -0000
@@ -68,6 +68,13 @@
>-fwhole-program</a></code> to allow the interprocedural optimizers
to use more aggressive assumptions.</li>
+ <li>The automatic parallelization pass was enhanced to support
+ parallelization of outer loops.</li>
+
+ <li>Automatic parallelization can be enabled as part of Graphite.
+ Both <code>-ftree-parallelize-loops=*</code> and
+ <code>-floop-parallelize-all</code>need to be turned on.</li>
+
</ul>
<h2>New Languages and Language specific improvements</h2>
|
|