| Submitter | Sebastian Pop |
|---|---|
| Date | Sept. 30, 2010, 6:01 p.m. |
| Message ID | <1285869696-10915-15-git-send-email-sebpop@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/66202/ |
| State | New |
| Headers | show |
Comments
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. > >
Hi Michael, On Fri, Oct 1, 2010 at 07:27, Michael Matz <matz@suse.de> wrote: > 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? > I have not modified the main ChangeLog file and so there are no changes to trunk files: the only change is in ChangeLog.graphite and that is needed to keep the merges from the branch smooth. I intentionally omitted to commit this change as the flags -fgraphite-{read,write} are not appropriate to commit to trunk yet: the OpenSCoP format that these flags are writing and reading from a file is still evolving. Sebastian
Patch
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.
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. 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(-)