This is the mail archive of the gcc-cvs@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]

r115017 - in /branches/graphite/gcc: Makefile.i...


Author: spop
Date: Mon Jun 26 15:49:02 2006
New Revision: 115017

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115017
Log:
2006-06-26  Sebastian Pop  <pop@cri.ensmp.fr>
	    Plesco Alexandru  <shurikx@gmail.com>

	* doc/invoke.texi (-fgraphite): Document.
	* tree-pass.h (pass_graphite_transforms): Declared.
	* timevar.def (TV_GRAPHITE_TRANSFORMS): New.
	* tree-ssa-loop.c (graphite_transforms, gate_graphite_transforms): New.
	(pass_graphite_transforms): Defined.
	* tree-data-ref.c (free_data_ref, data_reference): Extern.
	* tree-data-ref.h (free_data_ref, data_reference): Declared.
	* graphite.c, graphite.h: New.
	* common.opt (fgraphite): Declared.
	* tree-flow.h (graphite_transform_loops): Declared.
	* Makefile.in (OBJS-common): Add graphite.o.
	(graphite.o): New rule.
	* passes.c (pass_graphite_transforms): Scheduled.



Added:
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/graphite.h
Modified:
    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-flow.h
    branches/graphite/gcc/tree-pass.h
    branches/graphite/gcc/tree-ssa-loop.c


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