On 08/15/14 09:08, Ilya Enkovich wrote:
On 17 Jul 03:36, Jeff Law wrote:
On 04/16/14 05:52, Ilya Enkovich wrote:
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index b8ca17e..d868129 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -4333,6 +4333,13 @@ This hook returns the va_list type of
On 17 Jul 03:36, Jeff Law wrote:
> On 04/16/14 05:52, Ilya Enkovich wrote:
> >diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
> >index b8ca17e..d868129 100644
> >--- a/gcc/doc/tm.texi
> >+++ b/gcc/doc/tm.texi
> >@@ -4333,6 +4333,13 @@ This hook returns the va_list type of the calling
> >convention
On 04/16/14 05:52, Ilya Enkovich wrote:
Hi,
This patch introduces target hooks to be used by Pointer Bounds Checker. Hooks
set is different from what was approved for 4.9 (and later reverted). I added
hooks to work with returned bounds and to prepare incoming bounds for vararg
functions. I
Ping
2014-05-06 16:11 GMT+04:00 Ilya Enkovich :
> PING
>
> 2014-04-16 15:52 GMT+04:00 Ilya Enkovich :
>> Hi,
>>
>> This patch introduces target hooks to be used by Pointer Bounds Checker.
>> Hooks set is different from what was approved for 4.9 (and later reverted).
>> I added hooks to work wi
PING
2014-04-16 15:52 GMT+04:00 Ilya Enkovich :
> Hi,
>
> This patch introduces target hooks to be used by Pointer Bounds Checker.
> Hooks set is different from what was approved for 4.9 (and later reverted).
> I added hooks to work with returned bounds and to prepare incoming bounds for
> va
Hi,
This patch introduces target hooks to be used by Pointer Bounds Checker. Hooks
set is different from what was approved for 4.9 (and later reverted). I added
hooks to work with returned bounds and to prepare incoming bounds for vararg
functions. It allowed to remove some target assumption