r216329 - in /branches/gcc-4_9-branch/gcc: Chan...

ygribov@gcc.gnu.org ygribov@gcc.gnu.org
Thu Oct 16 13:50:00 GMT 2014


Author: ygribov
Date: Thu Oct 16 13:50:42 2014
New Revision: 216329

URL: https://gcc.gnu.org/viewcvs?rev=216329&root=gcc&view=rev
Log:
Added fnspec to internal functions.

2014-10-16  Yury Gribov  <y.gribov@samsung.com>

	Backport from mainline
	2014-08-11  Yury Gribov  <y.gribov@samsung.com>

	* gimple.c (gimple_call_fnspec): Support internal functions.
	(gimple_call_return_flags): Use const.
	* Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
	* internal-fn.def: Add fnspec information.
	* internal-fn.h (internal_fn_fnspec): New function.
	(init_internal_fns): Declare new function.
	* internal-fn.c (internal_fn_fnspec_array): New global variable.
	(init_internal_fns): New function.
	* tree-core.h: Update macro call.
	* tree.c (build_common_builtin_nodes): Initialize internal fns.

	Backport from mainline
	2014-08-12  Yury Gribov  <y.gribov@samsung.com>

	* internal-fn.c (init_internal_fns): Fix off-by-one.

Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/Makefile.in
    branches/gcc-4_9-branch/gcc/gimple.c
    branches/gcc-4_9-branch/gcc/internal-fn.c
    branches/gcc-4_9-branch/gcc/internal-fn.def
    branches/gcc-4_9-branch/gcc/internal-fn.h
    branches/gcc-4_9-branch/gcc/tree.c



More information about the Gcc-cvs mailing list