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]

[WEB] Update cvs.html


Tree-SSA is merged.  So move its branch down to the inactive
branches section and rephrase its description into the past tense.
tree-profiling-branch is no longer a sub-branch, and part of the
description no longer makes sense, so get rid of it.

Index: htdocs/cvs.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.141
diff -u -p -r1.141 cvs.html
--- htdocs/cvs.html	9 Jun 2004 17:33:26 -0000	1.141
+++ htdocs/cvs.html	18 Jun 2004 15:20:43 -0000
@@ -158,18 +158,12 @@ particular releases or snapshots or the 
 
 <dl>
 
-  <dt><a href="projects/tree-ssa/">tree-ssa-20020619-branch</a></dt>
-  <dd>Work on implementing SSA analysis and optimization for trees
-  is done in this branch.</dd>
-
   <dt>tree-profiling-branch</dt>
-  <dd>A sub-branch of tree-ssa for the development of profiling heuristics
-  and profile based optimizations for trees, such as profile driven inline
+  <dd>A branch for the development of profiling heuristics and profile
+  based optimizations for SSA trees, such as profile driven inline
   heuristics.  Another goal of this branch is to demonstrate that maintaining
   the CFG and profile information over expanding from GIMPLE trees to RTL
-  is feasible and can bring considerable performance improvements.  This
-  branch shall contain only patches not acceptable for tree-ssa because of
-  the pre-merge freeze.</dd>
+  is feasible and can bring considerable performance improvements.</dd>
 
   <dt><a href="projects/tree-ssa/lno.html">lno-branch</a></dt>
   <dd>This branch aims at implementing a loop nest optimizer at the
@@ -336,6 +330,10 @@ particular releases or snapshots or the 
   necessary before OpenMP support can be easily implemented.  Thus,
   the branch is currently unmaintained.</dd>
 
+  <dt><a href="projects/tree-ssa/">tree-ssa-20020619-branch</a></dt>
+  <dd>This branch implemented SSA analysis and optimization for trees.
+  It was merged into mainline on May 13, 2004.</dd>
+
 </dl>
 
 <h2><a name="wwwdocs">Web pages</a></h2>

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain


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