From patchwork Tue Jul 26 18:30:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 106903 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 A71DBB6F7F for ; Wed, 27 Jul 2011 04:31:33 +1000 (EST) Received: (qmail 7668 invoked by alias); 26 Jul 2011 18:31:32 -0000 Received: (qmail 7656 invoked by uid 22791); 26 Jul 2011 18:31:31 -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 X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jul 2011 18:31:11 +0000 Received: by qwh5 with SMTP id 5so433603qwh.20 for ; Tue, 26 Jul 2011 11:31:11 -0700 (PDT) Received: by 10.229.26.66 with SMTP id d2mr4640519qcc.241.1311705070498; Tue, 26 Jul 2011 11:31:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.187.79 with HTTP; Tue, 26 Jul 2011 11:30:30 -0700 (PDT) In-Reply-To: References: From: Sebastian Pop Date: Tue, 26 Jul 2011 13:30:30 -0500 Message-ID: Subject: Re: [PATCH 0/3] Move Graphite to CLooG 0.16.3 with isl backend. To: "Joseph S. Myers" Cc: Tobias Grosser , gcc-patches@gcc.gnu.org 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 On Fri, Jul 22, 2011 at 07:32, Joseph S. Myers wrote: > On Fri, 22 Jul 2011, Tobias Grosser wrote: > >> I propose to switch to the official cloog.org cloog version with isl backend and >> at the same time to remove support for both CLooG-PPL legacy as well as >> CLooG-Parma. > > Where are the install.texi changes in this patch series? Please see the attached patch. Thanks, Sebastian From 079ec12ce018ad6e7577d2c069b1c612b3b2b98e Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 26 Jul 2011 13:28:36 -0500 Subject: [PATCH] Document CLooG-ISL requirement for Graphite 2011-07-26 Sebastian Pop * doc/invoke.texi: Document CLooG-ISL requirement for Graphite. --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 24 ++++++++---------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17358a8..78fcf59 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-07-26 Sebastian Pop + + * doc/invoke.texi: Document CLooG-ISL requirement for Graphite. + 2011-07-23 Sebastian Pop PR tree-optimization/49471 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9b1b037..368221f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -365,26 +365,18 @@ distribution is found in a subdirectory of your GCC sources named Necessary to build GCC with the Graphite loop optimizations. 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 configure option @option{--with-ppl} should be used if PPL is not installed in your default library search path. -@item CLooG-PPL version 0.15 or CLooG 0.16 +@item CLooG-ISL 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}. +Necessary to build GCC with the Graphite loop optimizations. It is +available from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} as +@file{cloog-0.16.3.tar.gz}. Even if CLooG 0.16 does not use PPL, PPL +is still required for Graphite. -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. +The configure option @option{--with-cloog} should be used if CLooG is +not installed in your default library search path. @end table -- 1.7.4.1