r135788 - in /branches/graphite/gcc: ChangeLog....
spop@gcc.gnu.org
spop@gcc.gnu.org
Fri May 23 04:20:00 GMT 2008
Author: spop
Date: Fri May 23 04:20:30 2008
New Revision: 135788
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135788
Log:
2008-05-22 Sandeep Maram <smaram_b04@iiita.ac.in>
* doc/invoke.texi (-ftree-loop-fusion): Document.
* tree-pass.h (pass_loop_fusion): Declared.
* tree-loop-fusion.c: New.
* timevar.def (TV_TREE_LOOP_FUSION): Declared.
* tree-data-ref.c (find_data_references_in_loop): Make extern.
* tree-data-ref.h (find_data_references_in_loop): Declared.
* common.opt (ftree-loop-fusion): Declared.
* Makefile.in (tree-loop-fusion.o): Added rule and to OBJS-common.
Added:
branches/graphite/gcc/tree-loop-fusion.c
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/Makefile.in
branches/graphite/gcc/common.opt
branches/graphite/gcc/doc/invoke.texi
branches/graphite/gcc/passes.c
branches/graphite/gcc/timevar.def
branches/graphite/gcc/tree-data-ref.c
branches/graphite/gcc/tree-data-ref.h
branches/graphite/gcc/tree-pass.h
More information about the Gcc-cvs
mailing list