Re: Documentation for loop infrastructure

2006-10-05 Thread Ira Rosen
Zdenek Dvorak <[EMAIL PROTECTED]> wrote on 28/09/2006 15:04:07: > > I have commited the documentation, including the parts from Daniel and > Sebastian (but not yours) now. > > Zdenek I've committed my part. Ira

Re: Documentation for loop infrastructure

2006-09-28 Thread Zdenek Dvorak
Hello, > Sebastian Pop <[EMAIL PROTECTED]> wrote on 26/09/2006 21:24:18: > > > It is probably better to include the loop indexes in the example, and > > modify the syntax of the scev for making it more explicit, like: > > > > @smallexample > > for1 i > > for2 j > > *((int

Re: Documentation for loop infrastructure

2006-09-28 Thread Ira Rosen
Sebastian Pop <[EMAIL PROTECTED]> wrote on 26/09/2006 21:24:18: > It is probably better to include the loop indexes in the example, and > modify the syntax of the scev for making it more explicit, like: > > @smallexample > for1 i > for2 j > *((int *)p + i + j) = a[i][j];

Re: Documentation for loop infrastructure

2006-09-26 Thread Sebastian Pop
Thank you, the documentation looks good. Ira Rosen wrote: > > @item @code{first_location_in_loop}: Provides information about the first > location accessed by the data reference in the loop and about the access > function used to represent evolution relative to this location. This data > is used

Re: Documentation for loop infrastructure

2006-09-24 Thread Ira Rosen
Sebastian Pop <[EMAIL PROTECTED]> wrote on 08/09/2006 18:04:01: > Ira Rosen wrote: > > > > > Here is the documentation for the data dependence analysis. > > > > I can add a description of data-refs creation/analysis if it is useful. > > > > That's a good idea, thanks. > > Sebastian Here it is.

Re: Documentation for loop infrastructure

2006-09-08 Thread Sebastian Pop
Ira Rosen wrote: > > > Here is the documentation for the data dependence analysis. > > I can add a description of data-refs creation/analysis if it is useful. > That's a good idea, thanks. Sebastian

Re: Documentation for loop infrastructure

2006-09-06 Thread Ira Rosen
> Here is the documentation for the data dependence analysis. I can add a description of data-refs creation/analysis if it is useful. Ira

Re: Documentation for loop infrastructure

2006-08-17 Thread Gerald Pfeifer
On Thu, 17 Aug 2006, Zdenek Dvorak wrote: > here is the updated patch. Hi Zdenek, some lines look a bit long, would you mind reformatting (Emacs has a nice automated mode, for example) before committing? Gerald

Re: Documentation for loop infrastructure

2006-08-17 Thread Sebastian Pop
Here is the documentation for the data dependence analysis. @node Dependency analysis @section Data Dependency Analysis @cindex Data Dependency Analysis The code for the data dependence analysis can be found in @file{tree-data-ref.c} and its interface and data structures are described in @file{t

Re: Documentation for loop infrastructure

2006-08-17 Thread Zdenek Dvorak
Hello, > >> Apologies for the previous incomplete reply. Here's the rest of the > >> comments I had for this patch. > > > > here is the updated patch. Daniel, did you write something regarding > > the lambda framework, or should I do it? > > I've attached a modified version with lambda docs. >

Re: Documentation for loop infrastructure

2006-08-17 Thread Daniel Berlin
Zdenek Dvorak wrote: > Hello, > >> Apologies for the previous incomplete reply. Here's the rest of the >> comments I had for this patch. > > here is the updated patch. Daniel, did you write something regarding > the lambda framework, or should I do it? I've attached a modified version with lam

Re: Documentation for loop infrastructure

2006-08-16 Thread Zdenek Dvorak
Hello, > > Apologies for the previous incomplete reply. Here's the rest of the > comments I had for this patch. here is the updated patch. Daniel, did you write something regarding the lambda framework, or should I do it? Zdenek Index: doc/loop.texi ==

Re: Documentation for loop infrastructure

2006-08-14 Thread Diego Novillo
Apologies for the previous incomplete reply. Here's the rest of the comments I had for this patch. > + @itemize > + @item @code{flow_loops_dump}: Dumps the information about loops to file. ^^^

Re: Documentation for loop infrastructure

2006-07-26 Thread Diego Novillo
Bah, sorry about this. I sent the half-finished reply that I was meaning to continue later today. I'll send the other half in a little while.

Re: Documentation for loop infrastructure

2006-07-26 Thread Diego Novillo
Zdenek Dvorak wrote on 07/24/06 14:57: > this patch adds documentation for loop analysis and representation of > loops, as well as other loop-related analyses, and for functions to > manipulate loops. As I am not a native English speaker, there are > probably many language errors in the document,

Re: Documentation for loop infrastructure

2006-07-26 Thread Rask Ingemann Lambertsen
On Mon, Jul 24, 2006 at 08:57:29PM +0200, Zdenek Dvorak wrote: > + @node Loop Representation > + @chapter Analysis and Representation of Loops > + > + GCC provides extensive infrastructure for work with natural loops, > + i.e., strongly connected components of CFG with only one entry block. > + Th

Re: Documentation for loop infrastructure

2006-07-25 Thread Daniel Berlin
Zdenek Dvorak wrote: > Hello, > > this patch adds documentation for loop analysis and representation of > loops, as well as other loop-related analyses, and for functions to > manipulate loops. As I am not a native English speaker, there are > probably many language errors in the document, so I w

Re: Documentation for loop infrastructure

2006-07-24 Thread Daniel Berlin
Zdenek Dvorak wrote: > Hello, > > this patch adds documentation for loop analysis and representation of > loops, as well as other loop-related analyses, and for functions to > manipulate loops. As I am not a native English speaker, there are > probably many language errors in the document, so I w

Documentation for loop infrastructure

2006-07-24 Thread Zdenek Dvorak
Hello, this patch adds documentation for loop analysis and representation of loops, as well as other loop-related analyses, and for functions to manipulate loops. As I am not a native English speaker, there are probably many language errors in the document, so I would appreciate if someone could