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]

Re: [tree-ssa, lno, web] Web page for the loop nest optimizer branch


The following patch updates the cvs.html for documenting the new
branch.  The patched page passes the w3 validator.  Ok?

What about moving the ast-optimizer-branch entry from the "Active
Development Branches" to the section of "Inactive Development
Branches"?


Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.121
diff -d -u -p -r1.121 cvs.html
--- cvs.html	27 Dec 2003 11:14:49 -0000	1.121
+++ cvs.html	27 Dec 2003 18:44:23 -0000
@@ -181,10 +181,6 @@ particular releases or snapshots or the 
   be marked with the tag <code>[csl-hpux-branch]</code> in the subject
   line.</dd>
 
-  <dt><a href="projects/ast-optimizer.html">ast-optimizer-branch</a></dt>
-  <dd>The purpose of this branch is to work on improving GCC's tree
-  based optimizations.</dd>
-
   <dt>hammer-3_3-branch</dt>
   <dd>The goal of this branch is to have a stable
   compiler based on GCC 3.3 with improved performance for AMD's
@@ -200,6 +196,10 @@ particular releases or snapshots or the 
   <dd>Work on implementing SSA analysis and optimization for trees 
   is done in this branch.</dd>
 
+  <dt><a href="projects/tree-ssa/lno.html">lno-branch</a></dt> 
+  <dd>A sub-branch of the tree-ssa that aims at implementing a loop
+  nest optimizer at the tree level.</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 bootstrap 
@@ -282,6 +282,11 @@ particular releases or snapshots or the 
   was based on GCC pre-3.3 and has been partially merged into the
   mainline for GCC 3.4.  It is now closed, and work continues on
   the rtlopt-branch.</dd>
+
+  <dt><a href="projects/ast-optimizer.html">ast-optimizer-branch</a></dt> 
+  <dd>The purpose of this branch is to work on improving GCC's tree 
+  based optimizations.  The patches of this branch have been moved to
+  the <code>tree-ssa-20020619-branch</code> branch.</dd>
 
 </dl>
 


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