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

spop@gcc.gnu.org spop@gcc.gnu.org
Wed Jun 3 21:30:00 GMT 2009


Author: spop
Date: Wed Jun  3 21:30:13 2009
New Revision: 148150

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148150
Log:
Fix memory leaks

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

	* graphite-poly.c (extend_scattering): Free values.
	* graphite-ppl.c (new_Cloog_Domain_from_ppl_Pointset_Powerset):
	Free iterators.
	(ppl_print_powerset_matrix): Same.
	* graphite-scop-detection.c (free_scops_1): New.
	(limit_scops): Call free_scops_1.
	* graphite-sese-to-poly.c (build_scop_bbs_1): Free dom.
	(build_poly_dr): Free PPL coefficients.
	* tree-parloops.c (rewrite_all_phi_nodes_with_iv): Free bbs.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-poly.c
    branches/graphite/gcc/graphite-ppl.c
    branches/graphite/gcc/graphite-scop-detection.c
    branches/graphite/gcc/graphite-sese-to-poly.c
    branches/graphite/gcc/tree-parloops.c



More information about the Gcc-cvs mailing list