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

spop@gcc.gnu.org spop@gcc.gnu.org
Tue Jun 2 22:29:00 GMT 2009


Author: spop
Date: Tue Jun  2 22:29:54 2009
New Revision: 148104

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148104
Log:
Move the data dependence test to a new file.

2009-06-02  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-dependences.c: New.
	* graphite-data-ref.c: Removed.
	* graphite-data-ref.h: Removed.
	* Makefile.in (graphite-data-ref.o): Removed.
	(graphite-dependences.o): Added.
	* graphite-clast-to-gimple.c: Remove dependence on graphite-data-ref.h.
	* graphite-poly.c: Same.
	Move the data dependence testing to graphite-dependences.c.

Added:
    branches/graphite/gcc/graphite-dependences.c
Removed:
    branches/graphite/gcc/graphite-data-ref.c
    branches/graphite/gcc/graphite-data-ref.h
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/graphite-poly.c
    branches/graphite/gcc/graphite-scop-detection.c
    branches/graphite/gcc/graphite-sese-to-poly.c
    branches/graphite/gcc/graphite.c



More information about the Gcc-cvs mailing list