From patchwork Fri Jan 21 19:27:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 79889 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 7A086B7135 for ; Sat, 22 Jan 2011 06:28:43 +1100 (EST) Received: (qmail 10309 invoked by alias); 21 Jan 2011 19:28:27 -0000 Received: (qmail 10095 invoked by uid 22791); 21 Jan 2011 19:28:25 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_SV, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-yi0-f47.google.com (HELO mail-yi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Jan 2011 19:28:10 +0000 Received: by yie16 with SMTP id 16so673891yie.20 for ; Fri, 21 Jan 2011 11:28:09 -0800 (PST) Received: by 10.151.108.13 with SMTP id k13mr322177ybm.436.1295638088357; Fri, 21 Jan 2011 11:28:08 -0800 (PST) Received: from napoca (adsl-76-233-39-4.dsl.austtx.sbcglobal.net [76.233.39.4]) by mx.google.com with ESMTPS id u10sm606724yba.13.2011.01.21.11.28.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 21 Jan 2011 11:28:07 -0800 (PST) Received: by napoca (sSMTP sendmail emulation); Fri, 21 Jan 2011 13:28:05 -0600 From: Sebastian Pop To: gcc-patches@gcc.gnu.org Cc: rguenther@suse.de Subject: [PATCH 05/28] Document availability of cloog-0.16 Date: Fri, 21 Jan 2011 13:27:24 -0600 Message-Id: <1295638067-13460-6-git-send-email-sebpop@gmail.com> In-Reply-To: References: X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org From: grosser 2011-01-13 Tobias Grosser * doc/install.texi: Document availability of cloog-0.16. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@168771 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/ChangeLog.graphite | 4 ++++ gcc/doc/install.texi | 27 +++++++++++++++++---------- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cea9b21..9f111e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-13 Tobias Grosser + + * doc/install.texi: Document availability of cloog-0.16. + 2011-01-21 Vladimir Kargov * 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 + + * doc/install.texi: Document availability of cloog-0.16 + 2011-01-05 Vladimir Kargov * 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..7d0fa88 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 / 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.x.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})