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]

r215619 - in /branches/hsa/gcc: ChangeLog.hsa c...


Author: jamborm
Date: Thu Sep 25 23:17:50 2014
New Revision: 215619

URL: https://gcc.gnu.org/viewcvs?rev=215619&root=gcc&view=rev
Log:
2014-09-26  Martin Jambor  <mjambor@suse.cz>

gcc/
	* hsa-gen.c (insert_store_range_dim): Make value parameter a tree.
	(wrap_hsa): Handle hsakernel functions.
	(namespace): Likewise.

gcc/c-family/
	* c-common.c (c_common_attribute_table): Add hsakernel attribute.
	(handle_hsa_attribute): Make function used and noinline, warn about
	hsakernel on functions with fixed number of arguments.


Modified:
    branches/hsa/gcc/ChangeLog.hsa
    branches/hsa/gcc/c-family/ChangeLog.hsa
    branches/hsa/gcc/c-family/c-common.c
    branches/hsa/gcc/hsa-gen.c


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