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]

r227072 - in /branches/hsa/gcc: ChangeLog.hsa h...


Author: marxin
Date: Fri Aug 21 16:06:38 2015
New Revision: 227072

URL: https://gcc.gnu.org/viewcvs?rev=227072&root=gcc&view=rev
Log:
HSA: introduce two new ctors for hsa_op_address.

	* hsa-gen.c (hsa_function_representation::get_shadow_reg): Use new ctor.
	(hsa_op_address::hsa_op_address): Add two new constructors.
	(gen_hsa_addr_for_arg): Use the newly added ctors.
	(hsa_spill_in): Likewise.
	(hsa_spill_out): Likewise.
	(gen_hsa_insns_for_return): Likewise.
	(gen_hsa_insns_for_kernel_call): Likewise.
	* hsa.h: Add declaration of the constructors.

Modified:
    branches/hsa/gcc/ChangeLog.hsa
    branches/hsa/gcc/hsa-gen.c
    branches/hsa/gcc/hsa.h


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