"H.J. Lu" writes:
> On Thu, May 12, 2016 at 10:54 AM, H.J. Lu wrote:
Here is a patch to add
-mgeneral-regs-only option to x86 backend. We can update
spec for interrupt handle to recommend compiling interrupt handler
with -mgeneral-regs-only option and add a note for compile
On 05/13/2016 09:00 AM, H.J. Lu wrote:
I changed it to
---
@item -mgeneral-regs-only
@opindex mgeneral-regs-only
Generate code that uses only the general-purpose registers. This
prevents the compiler from using floating-point, vector, mask and bound
registers.
---
Here is the updated patch.
On Fri, May 13, 2016 at 5:00 PM, H.J. Lu wrote:
> On Thu, May 12, 2016 at 10:54 AM, H.J. Lu wrote:
Here is a patch to add
-mgeneral-regs-only option to x86 backend. We can update
spec for interrupt handle to recommend compiling interrupt handler
with -mgeneral-regs-only opti
On Fri, May 13, 2016 at 8:00 AM, H.J. Lu wrote:
> On Thu, May 12, 2016 at 10:54 AM, H.J. Lu wrote:
Here is a patch to add
-mgeneral-regs-only option to x86 backend. We can update
spec for interrupt handle to recommend compiling interrupt handler
with -mgeneral-regs-only opti
On Thu, May 12, 2016 at 10:54 AM, H.J. Lu wrote:
>>> Here is a patch to add
>>> -mgeneral-regs-only option to x86 backend. We can update
>>> spec for interrupt handle to recommend compiling interrupt handler
>>> with -mgeneral-regs-only option and add a note for compiler
>>> implementers.
>>>
>>
On Thu, May 12, 2016 at 8:46 AM, Sandra Loosemore
wrote:
> On 05/11/2016 11:02 AM, H.J. Lu wrote:
>>
>> On Tue, May 10, 2016 at 1:02 PM, Sandra Loosemore
>> wrote:
>>>
>>>
>>> Again, this sounds like implementor-speak, and there are grammatical
>>> errors
>>> (noun/verb disagreement, missing arti
On 05/11/2016 11:02 AM, H.J. Lu wrote:
On Tue, May 10, 2016 at 1:02 PM, Sandra Loosemore
wrote:
Again, this sounds like implementor-speak, and there are grammatical errors
(noun/verb disagreement, missing articles). Do users of this attribute need
to know what instructions the compiler is emi
On Tue, May 10, 2016 at 1:02 PM, Sandra Loosemore
wrote:
> On 04/20/2016 07:42 AM, Koval, Julia wrote:
>>
>> diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
>> index a5a8b23..82de5bf 100644
>> --- a/gcc/doc/extend.texi
>> +++ b/gcc/doc/extend.texi
>> @@ -5263,6 +5263,83 @@ On x86-32 targets