Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-10-07 Thread Ilya Enkovich
2014-10-03 23:59 GMT+04:00 Jeff Law : > On 10/03/14 02:50, Ilya Enkovich wrote: >> >> Attached is an updated version of the patch. It has disabled >> instrumenttation for builtin calls. >> >> Thanks, >> Ilya >> -- >> gcc/ >> >> 2014-10-02 Ilya Enkovich >> >> * tree-chkp.c: New. >>

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-10-03 Thread Jeff Law
On 10/03/14 02:50, Ilya Enkovich wrote: Attached is an updated version of the patch. It has disabled instrumenttation for builtin calls. Thanks, Ilya -- gcc/ 2014-10-02 Ilya Enkovich * tree-chkp.c: New. * tree-chkp.h: New. * rtl-chkp.c: New. * rtl-chkp.h: New

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-09-26 Thread Ilya Enkovich
Ping 2014-06-06 10:54 GMT+04:00 Ilya Enkovich : > On 03 Jun 10:59, Richard Biener wrote: >> On Mon, Jun 2, 2014 at 5:13 PM, Ilya Enkovich wrote: >> > 2014-06-02 17:37 GMT+04:00 Richard Biener : >> >> On Mon, Jun 2, 2014 at 2:44 PM, Ilya Enkovich >> >> wrote: >> >>> 2014-06-02 15:35 GMT+04:00 Ri

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-06-03 Thread Richard Biener
On Mon, Jun 2, 2014 at 5:13 PM, Ilya Enkovich wrote: > 2014-06-02 17:37 GMT+04:00 Richard Biener : >> On Mon, Jun 2, 2014 at 2:44 PM, Ilya Enkovich wrote: >>> 2014-06-02 15:35 GMT+04:00 Richard Biener : On Fri, May 30, 2014 at 2:25 PM, Ilya Enkovich wrote: > Hi, > > This p

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-06-02 Thread Ilya Enkovich
2014-06-02 17:37 GMT+04:00 Richard Biener : > On Mon, Jun 2, 2014 at 2:44 PM, Ilya Enkovich wrote: >> 2014-06-02 15:35 GMT+04:00 Richard Biener : >>> On Fri, May 30, 2014 at 2:25 PM, Ilya Enkovich >>> wrote: Hi, This patch adds Pointer Bounds Checker passes. Versioning happens be

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-06-02 Thread Richard Biener
On Mon, Jun 2, 2014 at 2:44 PM, Ilya Enkovich wrote: > 2014-06-02 15:35 GMT+04:00 Richard Biener : >> On Fri, May 30, 2014 at 2:25 PM, Ilya Enkovich >> wrote: >>> Hi, >>> >>> This patch adds Pointer Bounds Checker passes. Versioning happens before >>> early local passes. Earply local passes a

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-06-02 Thread Ilya Enkovich
2014-06-02 15:35 GMT+04:00 Richard Biener : > On Fri, May 30, 2014 at 2:25 PM, Ilya Enkovich wrote: >> Hi, >> >> This patch adds Pointer Bounds Checker passes. Versioning happens before >> early local passes. Earply local passes are split into 3 stages to have >> everything instrumented before

Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes

2014-06-02 Thread Richard Biener
On Fri, May 30, 2014 at 2:25 PM, Ilya Enkovich wrote: > Hi, > > This patch adds Pointer Bounds Checker passes. Versioning happens before > early local passes. Earply local passes are split into 3 stages to have > everything instrumented before any optimization applies. That looks artificial t