On Fri, Apr 22, 2016 at 8:20 AM, Richard Biener
wrote:
> On Thu, Apr 21, 2016 at 7:26 PM, Bin Cheng wrote:
>> Hi,
>> This patch refactors IVOPT in three major aspects:
>> Firstly it rewrites iv_use groups. Use group is originally introduced only
>> for address type uses, this patch makes it gen
On Mon, Apr 25, 2016 at 3:49 PM, Martin Liška wrote:
> Hello.
>
> Please consider application of the following patch, it fixes
> a coding style issue and a memory leak.
Hi Martin,
Will do, thanks very much for the help.
Thanks,
bin
>
> Thanks,
> Martin
Hello.
Please consider application of the following patch, it fixes
a coding style issue and a memory leak.
Thanks,
Martin
>From 6afc975de0b6de76aa51b8c2ef741cd72c76dc75 Mon Sep 17 00:00:00 2001
From: marxin
Date: Mon, 25 Apr 2016 13:50:41 +0200
Subject: [PATCH 1/4] Fix coding style and a memory
On Thu, Apr 21, 2016 at 7:26 PM, Bin Cheng wrote:
> Hi,
> This patch refactors IVOPT in three major aspects:
> Firstly it rewrites iv_use groups. Use group is originally introduced only
> for address type uses, this patch makes it general to all (generic, compare,
> address) types. Currently g
Hi,
This patch refactors IVOPT in three major aspects:
Firstly it rewrites iv_use groups. Use group is originally introduced only for
address type uses, this patch makes it general to all (generic, compare,
address) types. Currently generic/compare groups contain only one iv_use, and
compare g