This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
New branch 'sel-sched-branch' created.
- From: Andrey Belevantsev <abel at ispras dot ru>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Maxim Kuvyrkov <mkuvyrkov at ispras dot ru>, Dmitry Melnik <dm at ispras dot ru>, Dmitry Zhurikhin <zhur at ispras dot ru>
- Date: Wed, 31 Jan 2007 14:41:57 +0300
- Subject: New branch 'sel-sched-branch' created.
Hello,
The new branch 'sel-sched-branch' has been created to hold the
implementation of the selective scheduling made by the ISP RAS GCC team.
Andrey
Index: htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.46
diff -u -p -r1.46 svn.html
--- htdocs/svn.html 22 Jan 2007 11:20:31 -0000 1.46
+++ htdocs/svn.html 31 Jan 2007 10:58:26 -0000
@@ -365,6 +365,17 @@ list therefore provides only some repres
href="mailto:vmakarov@redhat.com">vmakarov@redhat.com</a>> and
will be merged with mainline from time to time. Patches will be
marked with the tag <code>[ira]</code> in the subject line.</dd>
+
+ <dt>sel-sched-branch</dt>
+ <dd>This branch contains the implementation of the selective scheduling
+ approach. The goal of the branch is to provide more aggressive scheduler
+ implementation with support for instruction cloning, register renaming,
+ and forward substitution. The branch is maintained by Andrey
+ Belevantsev <<a href="mailto:abel@ispras.ru">abel@ispras.ru</a>>
+ and Maxim Kuvyrkov <<a href="mailto:mkuvyrkov@ispras.ru">
+ mkuvyrkov@ispras.ru</a>> and will be regularly merged with mainline.
+ Patches will be marked with the tag <code>[sel-sched]</code> in
+ the subject line.</dd>
</dl>
<h4>Architecture-specific</h4>