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]

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


Author: bviyer
Date: Fri Apr  6 03:13:39 2012
New Revision: 186175

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186175
Log:
Added elemental function cloning with vector params.
2012-04-05  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* config/i386/i386.c (type_natural_mode): Added a flag_enable_cilk
	check.
	(ix86_function_arg_boundary): Likewise.
	* expr.c (expand_expr_real_1): Likewise.
	* elem-function.c (create_processor_attribute): Added avx to target
	string.
	(create_elem_fn_nodes): called copy_node to new_decl's type.  Replaced
	tree_function_versioning call with tree_elem_fn_versioning.
	* tree-inline.c (elem_fn_add_local_variables): New function.
	(elem_fn_copy_arguments_for_versioning): Likewise.
	(tree_elem_fn_versioning): Likewise.


Modified:
    branches/cilkplus/gcc/ChangeLog.cilk
    branches/cilkplus/gcc/cgraph.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/elem-function.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/tree-inline.c


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