r221917 - in /trunk/gcc: ChangeLog cgraphunit.c...
ienkovich@gcc.gnu.org
ienkovich@gcc.gnu.org
Wed Apr 8 10:44:00 GMT 2015
Author: ienkovich
Date: Wed Apr 8 10:44:59 2015
New Revision: 221917
URL: https://gcc.gnu.org/viewcvs?rev=221917&root=gcc&view=rev
Log:
gcc/
* tree-chkp.h (chkp_insert_retbnd_call): New.
* tree-chkp.c (chkp_insert_retbnd_call): New.
* ipa-split.c (insert_bndret_call_after): Remove.
(split_function): Use chkp_insert_retbnd_call.
* cgraphunit.c (cgraph_node::expand_thunk): Build returned
bounds for instrumented functions.
gcc/testsuite/
* gcc/testsuite/gcc.target/i386/thunk-retbnd.c: New.
Added:
trunk/gcc/testsuite/gcc.target/i386/thunk-retbnd.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraphunit.c
trunk/gcc/ipa-split.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-chkp.c
trunk/gcc/tree-chkp.h
More information about the Gcc-cvs
mailing list