This is the mail archive of the gcc-patches@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]

Re: [PATCH, Pointer Bounds Checker 14/x] Passes [6/n] Instrument calls and returns


On 10/08/14 13:04, Ilya Enkovich wrote:
Hi,

This patch adds intrumentation of calls and returns into instrumentation pass.

Thanks,
Ilya
--
2014-10-08  Ilya Enkovich  <ilya.enkovich@intel.com>

	* tree-chkp.c (chkp_add_bounds_to_ret_stmt): New.
	(chkp_replace_address_check_builtin): New.
	(chkp_replace_extract_builtin): New.
	(chkp_find_bounds_for_elem): New.
	(chkp_add_bounds_to_call_stmt): New.
	(chkp_instrument_function): Instrument rets and calls.


[ snip ]

+		  /* Additionall we need to add bounds
s/Additionall/Additionally/

OK with that nit fixed.

jeff


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