public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Matthew Fortune <Matthew.Fortune@imgtec.com>
To: "Moore,
	Catherine (Catherine_Moore@mentor.com)"
	<Catherine_Moore@mentor.com>
Cc: "'gcc-patches@gcc.gnu.org' (gcc-patches@gcc.gnu.org)"
	<gcc-patches@gcc.gnu.org>
Subject: [PATCH,WWWDOCS] MIPS changes for GCC 5.0
Date: Wed, 04 Feb 2015 16:46:00 -0000	[thread overview]
Message-ID: <6D39441BF12EF246A7ABCE6654B0235320FC7F04@LEMAIL01.le.imgtec.org> (raw)

Hi Catherine,

I've made a first pass at writing up the MIPS changes for GCC 5.0.
Could you take a read and see what needs some more work?

Thanks,
Matthew

Index: htdocs/gcc-5/changes.html                                                 
===================================================================              
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v                           
retrieving revision 1.77                                                         
diff -r1.77 changes.html                                                         
562a563,614                                                                      
> <h3 id="mips">MIPS</h3>                                                        
>   <ul>                                                                         
>     <li>MIPS Releases 3 and 5 are now directly supported using <code>-mips32r3,
>     -mips64r3, -mips32r5 and -mips64r5</code> instead of relying on the Release
>     2 options.</li>                                                            
>     <li>Support for the Imagination P5600 processor has been added using       
>     <code>-march=p5600</code>.
>     </li>                                                                      
>     <li>Support for the Cavium Networks Octeon3 processor has been added using 
>     <code>-march=octeon3</code>.</li>                                          
>     <li>MIPS Release 6 is now supported using <code>-mips32r6 and -mips64r6    
>     </code>.                                                                   
>     <li>The previous o32 64-bit floating-point register support has been       
>     obsoleted and removed.  This was previously enabled using <code>-mfp64     
>     </code> which has been re-purposed for the new ABI extensions described    
>     below.</li>                                                                
>     <li>New o32 ABI extensions have been added to enable software to transition
>     away from the original layout of double-precision floating-point registers.
>     <ul>                                                                       
>       <li>The first of these extensions is o32 FPXX which places restrictions  
>       on code-generation to never access the upper 32-bits of double-precision 
>       registers via odd-numbered single-precision registers.  By default the   
>       odd-numbered single-precision registers are not used at all with this    
>       extension.  o32 FPXX code is link compatible with all other o32          
>       double-precision ABI variants and will execute correctly in all hardware 
>       FPU modes.  Enable o32 FPXX using <code>-mabi=32 -mfpxx</code> for       
>       MIPS II onwards.</li>                                                    
>       <li>The second extension is o32 FP64A which requires 64-bit              
>       floating-point registers and places a mandatory restriction on the use of
>       odd-numbered single-precision registers.  o32 FP64A is link compatible   
>       with all other o32 double-precision ABI variants.  Enable o32 FP64A      
>       using <code>-mabi=32 -mfp64 -mno-odd-spreg</code> for MIPS32R2 onwards.  
>       </li>                                                                    
>       <li>Finally, the o32 FP64 extension which also requires 64-bit           
>       floating-point registers but permits the use of all single-precision     
>       registers.  Enable o32 FP64 using <code>-mfp64</code> for MIPS32R2       
>       onwards.</li>                                                            
>     </ul>                                                                      
>     All new ABI variants can be enabled by default using configure time        
>     options <code>--with-fp-32=[32|xx|64]</code> and                           
>     <code>--with(out)-odd-sp-reg-32</code>.  It is strongly recommended that
>     all vendors begin to set o32 FPXX as default ABI to be able to run the
>     generated code on MIPSR5 cores alongside future MIPS SIMD (MSA) code and
>     MIPSR6 cores.</li>
>     <li>When using binutils 2.25 GCC will now pass options like
>     <code>-msoft-float</code> and <code>-msingle-float</code> to the assembler.
>     This change can affect inline assembly code that is built as soft-float but
>     contains hard-float instructions.  In such cases the code must be amended
>     to use appropriate <code>.set</code> directives to override the global
>     assembler options.</li>
>   </ul>
>

             reply	other threads:[~2015-02-04 16:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 16:46 Matthew Fortune [this message]
2015-02-04 16:49 ` Andrew Pinski
2015-02-04 16:52   ` Matthew Fortune
2015-02-04 21:43 ` Moore, Catherine
2015-02-05 10:24   ` Matthew Fortune
2015-02-06 15:15     ` Moore, Catherine
2015-04-12 21:36     ` Gerald Pfeifer
2015-04-13  9:05       ` Matthew Fortune

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6D39441BF12EF246A7ABCE6654B0235320FC7F04@LEMAIL01.le.imgtec.org \
    --to=matthew.fortune@imgtec.com \
    --cc=Catherine_Moore@mentor.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).