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]

r190177 - in /branches/cilkplus/gcc: ChangeLog....


Author: bviyer
Date: Mon Aug  6 14:23:28 2012
New Revision: 190177

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190177
Log:
Made elem_fn_add_fn as part of the langhooks.

2012-08-03  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* gimplify.c (gimplify_expr): Replaced cilk field in langhooks struct
	with cilkplus.
	(gimplify_function_tree): Likewise.
	* cilk-spawn.c (cilk_spawnable_constructor): Likewise.
	(recognize_spawn): Likewise.
	* langhooks.c (lhd_elem_fn_create_fn): Added new function.



Modified:
    branches/cilkplus/gcc/ChangeLog.cilk
    branches/cilkplus/gcc/c/c-objc-common.h
    branches/cilkplus/gcc/cilk-spawn.c
    branches/cilkplus/gcc/cp/cp-objcp-common.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/langhooks-def.h
    branches/cilkplus/gcc/langhooks.c
    branches/cilkplus/gcc/langhooks.h


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