Gerald reminded me that it would be nice to add ira-select branch
description to svn.html.
Here is the patch I've committed.
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:[email protected]">[email protected]</a>.
+ </dd>
+
<dt>libstdcxx_so_7-2-branch</dt>
<dd>This branch carries all the C++ Runtime Library (libstdc++-v3)
patches
that break its abi. It will be merged into the trunk as soon as the
decision