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]

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


Author: lauras
Date: Fri Jul 31 18:18:20 2009
New Revision: 150317

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

	* tree-data-ref.h (lambda_compute_access_matrices): New argument
	of type struct obstack *.
	* lambda-code.c (build_access_matrix): New argument
	lambda_obstack.  Allocate am from obstack instead of GC.
	(lambda_compute_access_matrices): New argument lambda_obstack.
	Pass it to build_access_matrix
	* tree-loop-linear.c (linear_transform_loops): Pass lambda_obstack
	to lambda_compute_access_matrices.

Modified:
    branches/gc-improv/gcc/ChangeLog.gc-improv
    branches/gc-improv/gcc/lambda-code.c
    branches/gc-improv/gcc/tree-data-ref.h
    branches/gc-improv/gcc/tree-loop-linear.c


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