Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-12-01 Thread Jeff Law
On 11/24/14 07:09, Ilya Enkovich wrote: -- Here is a version with updated documentation. Added -static-libmpx and -static-libmpxwrappers options. Added description on runtime library dependencies. Thanks, Ilya -- 2014-11-24 Ilya Enkovich * c-family/c.opt (fchkp-use-wrappers):

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-24 Thread Ilya Enkovich
On 18 Nov 19:42, Ilya Enkovich wrote: > On 18 Nov 16:23, Joseph Myers wrote: > > On Tue, 18 Nov 2014, Ilya Enkovich wrote: > > > > > +@item -fcheck-pointer-bounds > > > +@opindex fcheck-pointer-bounds > > > +@opindex fno-check-pointer-bounds > > > +Enable Pointer Bounds Checker instrumentation. E

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-18 Thread Ilya Enkovich
On 18 Nov 16:23, Joseph Myers wrote: > On Tue, 18 Nov 2014, Ilya Enkovich wrote: > > > +@item -fcheck-pointer-bounds > > +@opindex fcheck-pointer-bounds > > +@opindex fno-check-pointer-bounds > > +Enable Pointer Bounds Checker instrumentation. Each memory reference > > +is instrumented with check

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-18 Thread Joseph Myers
On Tue, 18 Nov 2014, Ilya Enkovich wrote: > +@item -fcheck-pointer-bounds > +@opindex fcheck-pointer-bounds > +@opindex fno-check-pointer-bounds > +Enable Pointer Bounds Checker instrumentation. Each memory reference > +is instrumented with checks of pointer used for memory access against > +boun

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-18 Thread Ilya Enkovich
On 15 Nov 00:16, Jeff Law wrote: > On 11/14/14 10:29, Ilya Enkovich wrote: > >Hi, > > > >This patch adds wrapper calls. It's simply achieved by using proper name > >for builtin clones. Patches apply over builtins instrumentation series. > > > >Thanks, > >Ilya > >-- > >2014-11-14 Ilya Enkovich

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-14 Thread Jeff Law
On 11/14/14 10:29, Ilya Enkovich wrote: Hi, This patch adds wrapper calls. It's simply achieved by using proper name for builtin clones. Patches apply over builtins instrumentation series. Thanks, Ilya -- 2014-11-14 Ilya Enkovich * c-family/c.opt (fchkp-use-wrappers): New.

Re: [PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-14 Thread Joseph Myers
On Fri, 14 Nov 2014, Ilya Enkovich wrote: > * c-family/c.opt (fchkp-use-wrappers): New. Command-line options need documenting in invoke.texi. -- Joseph S. Myers jos...@codesourcery.com

[PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation

2014-11-14 Thread Ilya Enkovich
Hi, This patch adds wrapper calls. It's simply achieved by using proper name for builtin clones. Patches apply over builtins instrumentation series. Thanks, Ilya -- 2014-11-14 Ilya Enkovich * c-family/c.opt (fchkp-use-wrappers): New. * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX