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]

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


Author: jamborm
Date: Mon Aug 24 09:41:09 2015
New Revision: 227114

URL: https://gcc.gnu.org/viewcvs?rev=227114&root=gcc&view=rev
Log:
Operator new for hsa_op_address

2015-08-24  Martin Liska  <mliska@suse.cz>

	* hsa.h (hsa_op_address:operator new): New function.
	* hsa-gen.c (hsa_function_representation::get_shadow_reg): Use
	the newly added operator.
	(hsa_op_address::operator new): Likewise.
	(gen_hsa_addr_for_arg): Likewise.
	(gen_hsa_memory_copy): Likewise.
	(hsa_spill_in): Likewise.
	(hsa_spill_out): Likewise.
	(gen_hsa_insns_for_return): Likewise.
	(gen_hsa_insns_for_kernel_call): Likewise.


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]