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]

r153803 - in /branches/gc-improv/gcc: ChangeLog...


Author: lauras
Date: Mon Nov  2 06:58:33 2009
New Revision: 153803

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153803
Log:
2009-11-02  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* sese.h: Include obstack.h.
	(create_if_region_on_edge): Remove prototype.
	(move_sese_in_condition): New parameter of type struct obstack *.
	* graphite-clast-to-gimple.c: Include obstack.h
	(gloog): New local variable graphite_obstack.  Initialize obstack,
	pass it to move_sese_in_condition, free.
	* sese.c (create_if_region_on_edge): Make static. New parameter
	graphite_obstack.  Use obstack allocation.
	(move_sese_in_condition): New parameter graphite_obstack.  Pass it
	to create_if_region_on_edge.
	* Makefile.in (SESE_H): New.
	(sese.o, graphite.o): Replace sese.h $(SESE_H) in dependencies.
	(graphite-poly.o, graphite-scop-detection.o): Likewise.
	(graphite-sese-to-poly.o): Likewise.
	(graphite-clast-to-gimple.o): Likewise.  Add $(OBSTACK_H) to
	dependencies.

Modified:
    branches/gc-improv/gcc/ChangeLog.gc-improv
    branches/gc-improv/gcc/Makefile.in
    branches/gc-improv/gcc/graphite-clast-to-gimple.c
    branches/gc-improv/gcc/sese.c
    branches/gc-improv/gcc/sese.h


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