Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-09-15 Thread Jeff Law
On 09/15/14 01:20, Ilya Enkovich wrote: Here is a fixed version. Bootstrapped and tested on linux_x86-64. Thanks, Ilya -- gcc/ 2014-06-05 Ilya Enkovich * tree-ssa-dce.c: Include tree-chkp.h. (propagate_necessity): For free call fed by alloc check bounds are al

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-09-15 Thread Ilya Enkovich
Ping 2014-06-06 11:00 GMT+04:00 Ilya Enkovich : > On 03 Jun 17:27, Ilya Enkovich wrote: >> 2014-06-03 15:56 GMT+04:00 Richard Biener : >> > On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich >> > wrote: >> >> 2014-06-03 13:45 GMT+04:00 Richard Biener : >> >>> On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enko

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-06 Thread Ilya Enkovich
On 03 Jun 17:27, Ilya Enkovich wrote: > 2014-06-03 15:56 GMT+04:00 Richard Biener : > > On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich > > wrote: > >> 2014-06-03 13:45 GMT+04:00 Richard Biener : > >>> On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich > >>> wrote: > Hi, > > This patch

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Ilya Enkovich
2014-06-03 17:41 GMT+04:00 Richard Biener : > On Tue, Jun 3, 2014 at 3:27 PM, Ilya Enkovich wrote: >> 2014-06-03 15:56 GMT+04:00 Richard Biener : >>> On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich >>> wrote: 2014-06-03 13:45 GMT+04:00 Richard Biener : > On Tue, Jun 3, 2014 at 9:23 AM, Il

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Richard Biener
On Tue, Jun 3, 2014 at 3:27 PM, Ilya Enkovich wrote: > 2014-06-03 15:56 GMT+04:00 Richard Biener : >> On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich wrote: >>> 2014-06-03 13:45 GMT+04:00 Richard Biener : On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich wrote: > Hi, > > This pa

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Ilya Enkovich
2014-06-03 15:56 GMT+04:00 Richard Biener : > On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich wrote: >> 2014-06-03 13:45 GMT+04:00 Richard Biener : >>> On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich >>> wrote: Hi, This patch adjusts alloc-free removal algorithm in DCE to take into >

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Richard Biener
On Tue, Jun 3, 2014 at 1:36 PM, Ilya Enkovich wrote: > 2014-06-03 13:45 GMT+04:00 Richard Biener : >> On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich wrote: >>> Hi, >>> >>> This patch adjusts alloc-free removal algorithm in DCE to take into account >>> BUILT_IN_CHKP_BNDRET call returning bounds of

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Ilya Enkovich
2014-06-03 13:45 GMT+04:00 Richard Biener : > On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich wrote: >> Hi, >> >> This patch adjusts alloc-free removal algorithm in DCE to take into account >> BUILT_IN_CHKP_BNDRET call returning bounds of allocated memory. >> >> Bootstrapped and tested on linux-x86

Re: [PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Richard Biener
On Tue, Jun 3, 2014 at 9:23 AM, Ilya Enkovich wrote: > Hi, > > This patch adjusts alloc-free removal algorithm in DCE to take into account > BUILT_IN_CHKP_BNDRET call returning bounds of allocated memory. > > Bootstrapped and tested on linux-x86_64. > > Thanks, > Ilya > -- > gcc/ > > 2014-06-03

[PATCH, Pointer Bounds Checker 25/x] DCE

2014-06-03 Thread Ilya Enkovich
Hi, This patch adjusts alloc-free removal algorithm in DCE to take into account BUILT_IN_CHKP_BNDRET call returning bounds of allocated memory. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-06-03 Ilya Enkovich * tree-ssa-dce.c: Include target.h. (propag