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]

r123812 - in /branches/graphite: ChangeLog.grap...


Author: spop
Date: Sat Apr 14 03:58:21 2007
New Revision: 123812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123812
Log:
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* configure.ac: Detect polylib and cloog libraries.
	* Makefile.def: Declare dependences of polylib and cloog on other libs.
	* Makefile.tpl (POLYLIBLIBS, POLYLIBINC, CLOOGLIBS, CLOOGINC,
	HOST_POLYLIBLIBS, HOST_POLYLIBINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
	* contrib/get_graphite_libs.sh: New.

in gcc/

	* configure: Regenerated.
	* config.in: Regenerated.
	* tree-ssa-loop.c (graphite_transforms): Execute graphite_transform_loops
	only when HAVE_cloog.
	* configure.ac (HAVE_polylib, HAVE_cloog, GRAPHITE): Defined.
	* graphite.c: Include polylibgmp.h and cloog.h.
	(graphite_transform_loops): Removed loops parameter.
	* tree-flow.h (graphite_transform_loops): Update declaration.
	* Makefile.in (POLYLIBLIBS, POLYLIBINC, CLOOGLIBS, CLOOGINC): New.
	(LIBS): Depend on CLOOGLIBS and on POLYLIBLIBS.
	(INCLUDES): Depend on POLYLIBINC and on CLOOGINC.
	(OBJS-common): Remove dependence on graphite.o.
	(BACKEND): Depend on @GRAPHITE@.


Added:
    branches/graphite/ChangeLog.graphite
    branches/graphite/contrib/get_graphite_libs.sh   (with props)
Modified:
    branches/graphite/Makefile.def
    branches/graphite/Makefile.in
    branches/graphite/Makefile.tpl
    branches/graphite/configure
    branches/graphite/configure.ac
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/config.in
    branches/graphite/gcc/configure
    branches/graphite/gcc/configure.ac
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/tree-flow.h
    branches/graphite/gcc/tree-ssa-loop.c

Propchange: branches/graphite/contrib/get_graphite_libs.sh
            ('svn:executable' added)



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