diff mbox series

[wwwdocs,committed] Add ARC news

Message ID 74975da252b48d853db2ec234857721d1f05f66b.camel@gmail.com
State New
Headers show
Series [wwwdocs,committed] Add ARC news | expand

Commit Message

Claudiu Zissulescu Ianculescu Nov. 14, 2018, 9:35 a.m. UTC
Hi,

I've just committed the attached patch containing the news for the ARC
backend.

Thank you,
Claudiu

Comments

Gerald Pfeifer Nov. 15, 2018, 5:07 a.m. UTC | #1
On Wed, 14 Nov 2018, claziss@gmail.com wrote:
> I've just committed the attached patch containing the news for the ARC
> backend.

Nice!  (Both in terms of improvements to the ARC target, and this
release notes update.)

GErald
Gerald Pfeifer Dec. 2, 2018, 11:16 a.m. UTC | #2
On Wed, 14 Nov 2018, claziss@gmail.com wrote:
> I've just committed the attached patch containing the news for the ARC
> backend.

Thanks!

>   <li>LRA is now on by default for the ARC target.  This can be
>   controlled by <code>-mlra</code>.</li>

May that make it sound a bit like one still needs to specify -mlra
to get LRA?  Perhaps use -mno-lra here (and possibly say "reverted
by -mno-lra" instead)?

Gerald
diff mbox series

Patch

? backends.html.~1.82.~
? wwwdocs_arc.patch
Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.82
diff -r1.82 backends.html
73c73
< arc        |          B       b  gi
---
> arc        |          B       b  gia
Index: gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.26
diff -r1.26 changes.html
148c148,154
< <!-- <h3 id="arc">ARC</h3> -->
---
> <h3 id="arc">ARC</h3>
> <ul>
>   <li>LRA is now on by default for the ARC target.  This can be
>   controlled by <code>-mlra</code>.</li>
>   <li>Add support for frame code-density and branch-and-index
>   instructions.</li>
> </ul>