diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-01-25 06:44:20 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2011-01-25 06:44:20 +0000 |
commit | 3fae6099f477ad25a9e86bcb551e85283d5cde96 (patch) | |
tree | 0259ded5fd7b405b1950f9db3ebb9444a8a47f17 /gcc | |
parent | d8c649a4143f3322ab5cae8bbe22ba1f9939f009 (diff) | |
download | gcc-3fae6099f477ad25a9e86bcb551e85283d5cde96.zip gcc-3fae6099f477ad25a9e86bcb551e85283d5cde96.tar.gz gcc-3fae6099f477ad25a9e86bcb551e85283d5cde96.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ChangeLog.graphite | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 27 |
3 files changed, 25 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d80c5c6..92064dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index d180612..5839242 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,7 @@ +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> * graphite-scop-detection.c (is_valid_stmt_p): Pass the entry basic diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3546170..7797fcb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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 installed in your default library search path. -@item CLooG-PPL version 0.15 - -Necessary to build GCC with the Graphite loop optimizations. It can -be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. -The code in @file{cloog-ppl-0.15.tar.gz} comes from a branch of CLooG -available from @uref{http://repo.or.cz/w/cloog-ppl.git}. CLooG-PPL -should be configured with @option{--with-ppl}. - -The @option{--with-cloog} configure option should be used if CLooG is -not installed in your default library search path. +@item CLooG-PPL version 0.15 or CLooG 0.16 + +Necessary to build GCC with the Graphite loop optimizations. There +are two versions available. CLooG-PPL 0.15 as well as CLooG 0.16. +The former is the default right now. It can be downloaded from +@uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} as +@file{cloog-ppl-0.15.tar.gz}. + +CLooG 0.16 support is still in testing stage, but will be the +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}) |