From patchwork Wed Jan 5 17:55:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Grosser X-Patchwork-Id: 77619 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 CC3D4B6EF2 for ; Thu, 6 Jan 2011 04:55:54 +1100 (EST) Received: (qmail 24138 invoked by alias); 5 Jan 2011 17:55:53 -0000 Received: (qmail 24130 invoked by uid 22791); 5 Jan 2011 17:55:52 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from out1.smtp.messagingengine.com (HELO out1.smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Jan 2011 17:55:47 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 4FC36210BE; Wed, 5 Jan 2011 12:55:45 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 05 Jan 2011 12:55:45 -0500 Received: from tobilaptop.grosser.es (dhcp-128-146-87-49.osuwireless.ohio-state.edu [128.146.87.49]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0896144546E; Wed, 5 Jan 2011 12:55:44 -0500 (EST) Received: by tobilaptop.grosser.es (sSMTP sendmail emulation); Wed, 05 Jan 2011 12:55:43 -0500 From: Tobias Grosser To: gcc-patches@gcc.gnu.org, gcc-graphite@googlegroups.com, sebpop@gmail.com Cc: Tobias Grosser Subject: [PATCH] * doc/install.texi: Document availability of cloog-0.16 Date: Wed, 5 Jan 2011 12:55:32 -0500 Message-Id: <1294250132-30205-1-git-send-email-grosser@fim.uni-passau.de> 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 Hi, I would like to update the install documentation for CLooG and also use this to talk about the version of CLooG included with gcc 4.6. I propose to stay for gcc 4.6 with CLooG-PPL 0.15 as default CLooG version, as it is well tested and has proven to be stable enough. I believe cloog-0.16 (isl) is very stable, however it was not yet exposed to testing throught the larger gcc audience. I propose therefore to just document it as being in testing stage and the default for future releases. This will give us a whole release cycle to test cloog isl. Cheers Tobi gcc/doc/install.texi | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f990b74..8b77472 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -340,17 +340,24 @@ 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 +@item CLooG-PPL version 0.15 / CLooG 0.16 -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}. +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 current +default version used is version 0.15. 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. +CLooG 0.16 support is still in testing stage, but will be the default in future +gcc releases. It is available at +@uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. To use it configure with +@option{--enable-cloog-backend=isl}. + @item @command{jar}, or InfoZIP (@command{zip} and @command{unzip}) Necessary to build libgcj, the GCJ runtime.