Commit 3fae6099 by Tobias Grosser Committed by Sebastian Pop

Document availability of cloog-0.16

2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>

	* doc/install.texi: Document availability of cloog-0.16.

From-SVN: r169197
parent d8c649a4
2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
* doc/install.texi: Document availability of cloog-0.16.
2011-01-25 Vladimir Kargov <kargov@gmail.com> 2011-01-25 Vladimir Kargov <kargov@gmail.com>
* graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
......
2011-01-13 Tobias Grosser <grosser@fim.uni-passau.de>
* doc/install.texi: Document availability of cloog-0.16
2011-01-05 Vladimir Kargov <kargov@gmail.com> 2011-01-05 Vladimir Kargov <kargov@gmail.com>
* graphite-scop-detection.c (is_valid_stmt_p): Pass the entry basic * graphite-scop-detection.c (is_valid_stmt_p): Pass the entry basic
......
...@@ -340,16 +340,23 @@ It can be downloaded from @uref{http://www.cs.unipr.it/ppl/Download/}. ...@@ -340,16 +340,23 @@ It can be downloaded from @uref{http://www.cs.unipr.it/ppl/Download/}.
The @option{--with-ppl} configure option should be used if PPL is not The @option{--with-ppl} configure option should be used if PPL is not
installed in your default library search path. installed in your default library search path.
@item CLooG-PPL version 0.15 @item CLooG-PPL version 0.15 or CLooG 0.16
Necessary to build GCC with the Graphite loop optimizations. It can Necessary to build GCC with the Graphite loop optimizations. There
be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. are two versions available. CLooG-PPL 0.15 as well as CLooG 0.16.
The code in @file{cloog-ppl-0.15.tar.gz} comes from a branch of CLooG The former is the default right now. It can be downloaded from
available from @uref{http://repo.or.cz/w/cloog-ppl.git}. CLooG-PPL @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} as
should be configured with @option{--with-ppl}. @file{cloog-ppl-0.15.tar.gz}.
The @option{--with-cloog} configure option should be used if CLooG is CLooG 0.16 support is still in testing stage, but will be the
not installed in your default library search path. default in future GCC releases. It is also available at
@uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} as
@file{cloog-0.16.1.tar.gz}. To use it add the additional configure
option @option{--enable-cloog-backend=isl}. Even if CLooG 0.16
does not use PPL, PPL is still required for Graphite.
In both cases @option{--with-cloog} configure option should be used
if CLooG is not installed in your default library search path.
@item @command{jar}, or InfoZIP (@command{zip} and @command{unzip}) @item @command{jar}, or InfoZIP (@command{zip} and @command{unzip})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment