This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 14/44] Add documentation for -fgraphite-read and -fgraphite-write.


Hi,

On Thu, 30 Sep 2010, Sebastian Pop wrote:

> From: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
> 
> 2010-08-14  Riyadh Baghdadi <baghdadi.mr@gmail.com>
> 
> 	* doc/invoke.texi (debugging options): Update documentation.
> 	(-floop-interchange): Same.
> 	(-flopp-strip-mine): Same.
> 	(-floop-block): Same.
> 	(-fgraphite-read): Add documentation.
> 	(-fgraphite-write): Same.

This patch seems to only contain changes to ChangeLog.graphite.  Is there, 
or is there not a change as mentioned in the tree?


Ciao,
Michael.

> 
> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@163317 138bc75d-0d04-0410-961f-82ee72b054a4
> ---
>  gcc/ChangeLog.graphite |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite
> index 75a1504..9bfa2a5 100644
> --- a/gcc/ChangeLog.graphite
> +++ b/gcc/ChangeLog.graphite
> @@ -1,5 +1,14 @@
>  2010-08-14  Riyadh Baghdadi <baghdadi.mr@gmail.com>
>  
> +	* doc/invoke.texi (debugging options): Update documentation.
> +	(-floop-interchange): Same.
> +	(-flopp-strip-mine): Same.
> +	(-floop-block): Same.
> +	(-fgraphite-read): Add documentation.
> +	(-fgraphite-write): Same.
> +
> +2010-08-14  Riyadh Baghdadi <baghdadi.mr@gmail.com>
> +
>  	* toplev.c (process_options): Disable graphite loop optimization
>  	options when -fgraphite-read flag is used.
>  
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]