r139020 - in /branches/graphite/gcc: ChangeLog....

spop@gcc.gnu.org spop@gcc.gnu.org
Tue Aug 12 16:52:00 GMT 2008


Author: spop
Date: Tue Aug 12 16:52:21 2008
New Revision: 139020

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139020
Log:
2008-08-12  Harsha Jagasia  <harsha.jagasia@amd.com>

	* doc/invoke.texi (-floop-block, -floop-strip-mine,
	-floop-interchange): Add more text for explaining what each of these
	flags is doing.
	* tree-into-ssa.c (gimple_vec): Moved to...
	* graphite.c: Include gimple.h.
	(gimple_vec): Moved to...
	(del_loop_to_cloog_loop): Removed.
	(loop_affine_expr): Do not call create_data_ref when the 
	operand is a constant.
	(new_scop): Use free instead of del_loop_to_cloog_loop.
	* Makefile.in (graphite.o): Depend on GIMPLE_H.
	* gimple.h (gimple_vec): ... here.


Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/doc/invoke.texi
    branches/graphite/gcc/gimple.h
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/tree-into-ssa.c



More information about the Gcc-cvs mailing list