From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3812 invoked by alias); 15 Oct 2009 18:11:53 -0000 Received: (qmail 3675 invoked by uid 48); 15 Oct 2009 18:11:39 -0000 Date: Thu, 15 Oct 2009 18:11:00 -0000 Message-ID: <20091015181139.3674.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/38816] graphite undocumented In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "spop at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01375.txt.bz2 ------- Comment #1 from spop at gcc dot gnu dot org 2009-10-15 18:11 ------- diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index b28b87c..1e8379e 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -454,6 +454,13 @@ pass is implemented in @file{tree-vectorizer.c} (the main driver), Autoparallelization. This pass splits the loop iteration space to run into several threads. The pass is implemented in @file{tree-parloops.c}. +Graphite is a loop transformation framework based on the polyhedral +model. Graphite stands for Gimple Represented as Polyhedra. The +internals of this infrastructure are documented in +@w{@uref{http://gcc.gnu.org/wiki/Graphite}}. The passes working on +this representation are implemented in the various @file{graphite-*} +files. + @item Tree level if-conversion for vectorizer This pass applies if-conversion to simple loops to help vectorizer. -- spop at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38816