Re: [PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-31 Thread Jeff Law
On 10/30/14 10:37, Ilya Enkovich wrote: Hi, I rebased patches on current trunk. Bootstrap and check are clean on linux-x86_64. Darwin bootstrap has few issues due to IPA ICF pass. I also found my patches introduce an unused variable warning due to conditional code (under #ifdef ASM_OUTPUT_DE

Re: [PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-30 Thread Ilya Enkovich
On 29 Oct 23:37, Jeff Law wrote: > On 10/15/14 11:54, Ilya Enkovich wrote: > > > >Thanks for review! I see no more patches not reviewed at all. I see > >4 more patches requiring approve before I can start a merge. > > > >Two of them are parts of split #14 (Passes): #14.3 (Helper functions) > >and

Re: [PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-29 Thread Jeff Law
On 10/15/14 11:54, Ilya Enkovich wrote: Thanks for review! I see no more patches not reviewed at all. I see 4 more patches requiring approve before I can start a merge. Two of them are parts of split #14 (Passes): #14.3 (Helper functions) and #14.16 (Reduce bounds lifetime) These are fine. W

Re: [PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-15 Thread Ilya Enkovich
2014-10-14 1:11 GMT+04:00 Jeff Law : > On 10/08/14 12:50, Ilya Enkovich wrote: >> >> Hi, >> >> This patch starts a series which is a result of split of Pointer Bounds >> Checker patch #14 (Pointer Bounds Checker passes). >> >> This patch introduces compiler flags used by checker and helper function

Re: [PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-13 Thread Jeff Law
On 10/08/14 12:50, Ilya Enkovich wrote: Hi, This patch starts a series which is a result of split of Pointer Bounds Checker patch #14 (Pointer Bounds Checker passes). This patch introduces compiler flags used by checker and helper functions mostly used by expand pass. Thanks, Ilya -- 2014-10

[PATCH, Pointer Bounds Checker 14/x] Passes [1/n] Expand interfaces

2014-10-08 Thread Ilya Enkovich
Hi, This patch starts a series which is a result of split of Pointer Bounds Checker patch #14 (Pointer Bounds Checker passes). This patch introduces compiler flags used by checker and helper functions mostly used by expand pass. Thanks, Ilya -- 2014-10-08 Ilya Enkovich * tree-chkp.