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
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
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];
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
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.
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 is the documentation for the data dependence analysis.
I can add a description of data-refs creation/analysis if it is useful.
Ira
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
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
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.
>
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
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
==
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.
^^^
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.
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,
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
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
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
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
19 matches
Mail list logo