Great. I should have an update patch-set ready & tested later tonight.
Best,
Phil.
> On 13 Jan 2015, at 15:18, Andrew Pinski wrote:
>
> On Tue, Jan 13, 2015 at 6:13 AM, Marcus Shawcroft
> wrote:
>> On 11 January 2015 at 02:37, Andrew Pinski wrote:
>>> On Tue, Nov 11, 2014 at 6:47 AM, Marcus S
On Tue, Jan 13, 2015 at 6:13 AM, Marcus Shawcroft
wrote:
> On 11 January 2015 at 02:37, Andrew Pinski wrote:
>> On Tue, Nov 11, 2014 at 6:47 AM, Marcus Shawcroft
>> wrote:
>>> On 30 October 2014 08:54, Gopalasubramanian, Ganesh
>>> wrote:
>>>
2014-10-30 Ganesh Gopalasubramanian
>>>
>>> C
On 11 January 2015 at 02:37, Andrew Pinski wrote:
> On Tue, Nov 11, 2014 at 6:47 AM, Marcus Shawcroft
> wrote:
>> On 30 October 2014 08:54, Gopalasubramanian, Ganesh
>> wrote:
>>
>>> 2014-10-30 Ganesh Gopalasubramanian
>>
>> Check the whitespace in your ChangeLog line.
>>
>>> * config/
On Tue, Nov 11, 2014 at 6:47 AM, Marcus Shawcroft
wrote:
> On 30 October 2014 08:54, Gopalasubramanian, Ganesh
> wrote:
>
>> 2014-10-30 Ganesh Gopalasubramanian
>
> Check the whitespace in your ChangeLog line.
>
>> * config/arm/types.md (define_attr "type"): Add prefetch.
>
> The existi
On 1 December 2014 at 07:48, Gopalasubramanian, Ganesh
wrote:
> Please ignore the previous patch sent. The attachment was wrong.
>
>> There's no point in the buffer or the sprintf.
>> The text is short enough to repeat whole pattern in the array:
>
> Updated the patch for the above suggestions.
>
On 12/01/2014 05:48 PM, Gopalasubramanian, Ganesh wrote:
> +2014-12-01 Ganesh Gopalasubramanian
> +
> + * config/aarch64/aarch64.md (define_insn "prefetch"): New.
> +
Looks good to me.
r~
Please ignore the previous patch sent. The attachment was wrong.
> There's no point in the buffer or the sprintf.
> The text is short enough to repeat whole pattern in the array:
Updated the patch for the above suggestions.
make -k check RUNTESTFLAGS="execute.exp compile.exp dg.exp" passes.
Is i
> There's no point in the buffer or the sprintf.
> The text is short enough to repeat whole pattern in the array:
Updated the patch for the above suggestions.
Is it ok for upstream?
Regards
Ganesh
prefetch.diff
Description: prefetch.diff
On 11/14/2014 09:11 PM, Gopalasubramanian, Ganesh wrote:
> +const char * pftype[2][10]
> + = { {"PLDL1STRM", "PLDL3KEEP", "PLDL2KEEP", "PLDL1KEEP"},
> + {"PSTL1STRM", "PSTL3KEEP", "PSTL2KEEP", "PSTL1KEEP"},
> + };
The array should be
static const char * const pftype[2][4]
I'
> For this prefetch patch I suggest we go with the existing "load1".
I have removed the changes done in types.md.
> The inline patch has been munged by your mailer, I tried applying the patch
> to my tree but it is full of escape sequences. Can you either fix your
> mailer or submit patches as
On 30 October 2014 08:54, Gopalasubramanian, Ganesh
wrote:
> 2014-10-30 Ganesh Gopalasubramanian
Check the whitespace in your ChangeLog line.
> * config/arm/types.md (define_attr "type"): Add prefetch.
The existing schedulers use 'load1'. We can of course split that into
two introdu
First of all, the recognized interval between pings is a week; please
don't ping more often than that.
On 04/07/14 11:57, Gopalasubramanian, Ganesh wrote:
> Hi,
>
> Attached is a patch that implements
> * Prefetch with immediate offset in the range 0 to 32760 (multiple of 8).
> Added a predi
PING!
From: Gopalasubramanian, Ganesh
Sent: Friday, July 04, 2014 5:57 AM
To: gcc-patches@gcc.gnu.org
Cc: marcus.shawcr...@arm.com; richard.earns...@arm.com
Subject: [PATCH, aarch64] Add prefetch support
Hi,
Attached is a patch that implements
* Pref
13 matches
Mail list logo