This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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>&gt; 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 &lt;<a href="mailto:abel@ispras.ru";>abel@ispras.ru</a>&gt; 
+  and Maxim Kuvyrkov &lt;<a href="mailto:mkuvyrkov@ispras.ru";>
+  mkuvyrkov@ispras.ru</a>&gt; 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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]