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]

[patch,wwwdocs] Move inactive branches to the appropriate section


Hello,

this patch moves description of several dead branches (rtlopt-branch,
killloop-branch, ssaupdate-branch, predcom branch) to the appropriate
section.

Zdenek

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.52
diff -c -p -r1.52 svn.html
*** svn.html	31 May 2007 21:37:41 -0000	1.52
--- svn.html	2 Jun 2007 08:38:04 -0000
*************** list therefore provides only some repres
*** 188,206 ****
    could use or benefit from (like data-dependence analysis,
    <a href="projects/tree-ssa/lno.html">loop nest optimizations</a>).</dd>
  
-   <dt><a href="projects/cfg.html">rtlopt-branch</a></dt>
-   <dd>This branch is the successor to the cfg-branch, with the exception
-   that it is based on GCC pre-3.4.  The purpose of the branch is to develop
-   and test infrastructure for CFG based code improving transformations on
-   RTL.</dd>
- 
-   <dt>killloop-branch</dt>
-   <dd>The missing optimizations and optimization improvements necessary
-   for removing the old loop optimizer are developed on this branch. Patches
-   for this branch should be marked with the tag <code>[killloop]</code>
-   in the subject line, and CC'ed to
-   <a href="mailto:dvorakz@suse.cz";>Zdenek Dvorak</a>.</dd>
- 
    <dt>new-regalloc-branch</dt>
    <dd>Daniel Berlin and Michael Matz are working on an implementation
    of a graph-coloring register allocator on this branch. It is known to
--- 187,192 ----
*************** list therefore provides only some repres
*** 217,232 ****
    contribution and testing rules apply.  Patches should be CC'd
    to Daniel Berlin for final approval.</dd>
  
-   <dt>ssaupdate-branch</dt>
-   <dd>This branch serves to clean up and improve utilities for the SSA
-   form updating, as well as for related changes of the SSA form
-   representation.  This branch is supposed to be short-lived and should
-   be merged to mainline as soon as possible.  Patches and discussions
-   related to the branch should be marked with the tag
-   <code>[ssaupdate]</code> in the subject line.  The patches for this
-   branch do not require approval, but they should be sent to gcc-patches
-   list and the usual testing rules apply.</dd>
- 
    <dt><a href="projects/cfo.html">cfo-branch</a></dt>
    <dd>The goal of this branch is to add a new extension for improving
    the code size optimization of GCC with code factoring methods (code
--- 203,208 ----
*************** list therefore provides only some repres
*** 301,315 ****
    and discussion on this branch should be marked with the tag
    <code>[lto]</code> in the subject line.</dd>
  
-   <dt>predcom</dt>
-   <dd>This branch aims to implement predictive commoning optimization
-   and to introduce the changes to the representation of Fortran arrays,
-   alias analysis and dependency analysis to make it useful for
-   the common applications (e.g., mgrid).  The patches for this branch
-   should be marked with the tag <code>[predcom]</code> in the subject
-   line.  The branch is maintained by
-   <a href="mailto:dvorakz@suse.cz";>Zdenek Dvorak</a>.</dd>
- 
    <dt>boehms-gc</dt>
    <dd>The goal of this branch is to test Boehm's GC feasibility as the
    garbage collector for GCC proper.  This is a part of Google Summer
--- 277,282 ----
*************** be prefixed with the initials of the dis
*** 693,698 ****
--- 660,691 ----
    <dt>redhat/gcc-3_3-branch</dt>
    <dd>This branch used to hold Red Hat GNU/Linux compilers based on
    GCC 3.3.x.</dd>
+ 
+   <dt><a href="projects/cfg.html">rtlopt-branch</a></dt>
+   <dd>This branch was the successor to the cfg-branch, with the exception
+   that it was based on GCC pre-3.4.  The purpose of the branch was to develop
+   and test infrastructure for CFG based code improving transformations on
+   RTL.</dd>
+ 
+   <dt>killloop-branch</dt>
+   <dd>The missing optimizations and optimization improvements necessary
+   for removing the old loop optimizer were developed on this branch.
+   Most of these changes were merged in 4.2.</dd>
+ 
+   <dt>ssaupdate-branch</dt>
+   <dd>This branch served to clean up and improve utilities for the SSA
+   form updating, as well as for related changes of the SSA form
+   representation.  Most of the changes in this branch were never merged.
+   Part of them were incorporated in Diego Novillo's SSA updating
+   improvement patch.</dd>
+ 
+   <dt>predcom</dt>
+   <dd>This branch aimed to implement predictive commoning optimization
+   and to introduce the changes to the representation of Fortran arrays,
+   alias analysis and dependency analysis to make it useful for
+   the common applications (e.g., mgrid).  The branch was merged
+   in 4.3.</dd>
+ 
  </dl>
  
  </body>


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