Add documentation for -fgraphite-read and -fgraphite-write.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2010 21:17:47 +0000 (21:17 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2010 21:17:47 +0000 (21:17 +0000)
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/trunk@164783 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog.graphite

index 75a1504..9bfa2a5 100644 (file)
@@ -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.