This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r153803 - in /branches/gc-improv/gcc: ChangeLog...
- From: lauras at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 02 Nov 2009 06:58:33 -0000
- Subject: 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