Re: [PATCH 2/6][ARM] Move CRC builtins to refactored framework

2017-01-06 Thread Andre Vieira (lists)
On 05/01/17 10:27, Kyrill Tkachov wrote: > > On 05/12/16 15:05, Andre Vieira (lists) wrote: >> On 01/12/16 17:25, Andre Vieira (lists) wrote: >>> On 09/11/16 10:11, Andre Vieira (lists) wrote: Hi, This patch refactors the implementation of the ARM ACLE CRC builtins to use the b

Re: [PATCH 2/6][ARM] Move CRC builtins to refactored framework

2017-01-05 Thread Kyrill Tkachov
On 05/12/16 15:05, Andre Vieira (lists) wrote: On 01/12/16 17:25, Andre Vieira (lists) wrote: On 09/11/16 10:11, Andre Vieira (lists) wrote: Hi, This patch refactors the implementation of the ARM ACLE CRC builtins to use the builtin framework. Is this OK for trunk? Regards, Andre gcc/Chang

Re: [PATCH 2/6][ARM] Move CRC builtins to refactored framework

2016-12-05 Thread Andre Vieira (lists)
On 05/12/16 15:05, Andre Vieira (lists) wrote: > On 01/12/16 17:25, Andre Vieira (lists) wrote: >> On 09/11/16 10:11, Andre Vieira (lists) wrote: >>> Hi, >>> >>> This patch refactors the implementation of the ARM ACLE CRC builtins to >>> use the builtin framework. >>> >>> Is this OK for trunk? >>>

Re: [PATCH 2/6][ARM] Move CRC builtins to refactored framework

2016-12-05 Thread Andre Vieira (lists)
On 01/12/16 17:25, Andre Vieira (lists) wrote: > On 09/11/16 10:11, Andre Vieira (lists) wrote: >> Hi, >> >> This patch refactors the implementation of the ARM ACLE CRC builtins to >> use the builtin framework. >> >> Is this OK for trunk? >> >> Regards, >> Andre >> >> gcc/ChangeLog >> 2016-11-09 A

Re: [PATCH 2/6][ARM] Move CRC builtins to refactored framework

2016-12-01 Thread Andre Vieira (lists)
On 09/11/16 10:11, Andre Vieira (lists) wrote: > Hi, > > This patch refactors the implementation of the ARM ACLE CRC builtins to > use the builtin framework. > > Is this OK for trunk? > > Regards, > Andre > > gcc/ChangeLog > 2016-11-09 Andre Vieira > > * config/arm/arm-builtins.c (arm_uns

[PATCH 2/6][ARM] Move CRC builtins to refactored framework

2016-11-09 Thread Andre Vieira (lists)
Hi, This patch refactors the implementation of the ARM ACLE CRC builtins to use the builtin framework. Is this OK for trunk? Regards, Andre gcc/ChangeLog 2016-11-09 Andre Vieira * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New. (UBINOP_QUALIFIERS): New. (si_UP): Define