Re: [PATCH, AArch64 v2 00/11] LSE atomics out-of-line

2018-10-22 Thread Richard Henderson
Ping 2. On 10/11/18 6:33 PM, Richard Henderson wrote: > Ping. > > On 10/2/18 9:19 AM, Richard Henderson wrote: >> Changes since v1: >> * Use config/t-slibgcc-libgcc instead of gcc.c changes. >> * Some style fixes. >> * Ifdefs to work with old glibc. >> >> * Force TImode registers into eve

Re: [PATCH, AArch64 v2 00/11] LSE atomics out-of-line

2018-10-11 Thread Richard Henderson
Ping. On 10/2/18 9:19 AM, Richard Henderson wrote: > Changes since v1: > * Use config/t-slibgcc-libgcc instead of gcc.c changes. > * Some style fixes. > * Ifdefs to work with old glibc. > > * Force TImode registers into even regnos. > Required by CASP, allowed by the ABI, and is seen

[PATCH, AArch64 v2 00/11] LSE atomics out-of-line

2018-10-02 Thread Richard Henderson
Changes since v1: * Use config/t-slibgcc-libgcc instead of gcc.c changes. * Some style fixes. * Ifdefs to work with old glibc. * Force TImode registers into even regnos. Required by CASP, allowed by the ABI, and is seen as the simplier solution than adding two new register classes.