diff mbox

[wwwdocs] adding ira-select branch description

Message ID a1ab66cf-2466-fdf4-bc52-fd7b5e770fc2@redhat.com
State New
Headers show

Commit Message

Vladimir Makarov Feb. 28, 2017, 2:52 a.m. UTC
Gerald reminded me that it would be nice to add ira-select branch 
description to svn.html.

Here is the patch I've committed.

    that break its abi. It will be merged into the trunk as soon as the 
decision
diff mbox

Patch

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.215
diff -u -r1.215 svn.html
--- svn.html    26 Feb 2017 10:26:14 -0000 1.215
+++ svn.html    28 Feb 2017 02:43:38 -0000
@@ -246,6 +246,14 @@ 
    tag <code>[incremental]</code> in the subject line.
</dd>

+  <dt>ira-select</dt>
+  <dd>This branch is for work on a new algorithm of calculations of
+  pseudo register classes. The new algorithm is based on choosing an
+  insn alternative first and then calculation of pseudo reg class
+  costs knowing the alternative.  The branch is maintained by Vladimir
+  Makarov <a href="mailto:vmakarov@redhat.com">vmakarov@redhat.com</a>.
+  </dd>
+
    <dt>libstdcxx_so_7-2-branch</dt>
    <dd>This branch carries all the C++ Runtime Library (libstdc++-v3) 
patches