This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move Graphite to upstream cloog 0.17.0


On Wed, 27 Jun 2012, Diego Novillo wrote:

> On Fri, Jun 22, 2012 at 9:16 AM, Richard Guenther <rguenther@suse.de> wrote:
> >
> > This bumps the requirement to enable Graphite to using cloog 0.17.0
> > which is the last release from upstream. ÂThe patch removes the
> > support for the legacy cloog versions, too.
> >
> > I am bootstrapping and testing this now with cloog 0.17.0 built
> > against the upstream ISL 0.10 version.
> >
> > If this ends up being approved I will put the cloog 0.17.0 tarball
> > in the infrastructure directory.
> >
> > Bootstrap and regtest pending on x86_64-unknown-linux-gnu.
> >
> > Ok for trunk (for the build parts)?
> 
> The build parts look fine.

I have installed this first patch now, with the followup to move
from PPL to ISL in GCC itself scheduled after a re-bootstrap & test
later.

I am also installing the following update to changes.html.

Thanks,
Richard.

2012-07-02  Richard Guenther  <rguenther@suse.de>

	* gcc-4.8/changes.html: Mention new build requirements for Graphite.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.1
diff -r1.1 changes.html
15d14
< <!--
17d15
< -->
18a17,22
> <p>To enable the Graphite framework for loop optimizations you now
> need CLooG version 0.17.0 and ISL version 0.10.  Both can be obtained
> from the
> <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure/";>GCC infrastructure</a>
> directory.  The installation manual contains
> more information about requirements to build GCC.</p>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]