[wwwdocs] Update documentation for SIMPLE and tree-ssa [patch]

Diego Novillo dnovillo@redhat.com
Sat Jun 22 08:41:00 GMT 2002


On Sat, 22 Jun 2002, Gerald Pfeifer wrote:

> This change looks fine, but I believe you'll also need to update cvs.html,
> where the branches are described (and which actually already contains most
> of the information you have added with your patch).
> 
Thanks.  I've changed the patch to refer to the CVS documentation
and include a link to the new branch in cvs.html.


Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.69
diff -d -p -d -u -p -r1.69 cvs.html
--- cvs.html	22 May 2002 07:29:45 -0000	1.69
+++ cvs.html	22 Jun 2002 15:04:42 -0000
@@ -158,6 +158,7 @@ you may want to check out include:</p>
   for testing.</li>
   <li>cp-parser-branch.  This branch contains a new hand-written recursive
   descent parser for C++.</li>
+  <li><a href="projects/tree-ssa/index.html">tree-ssa-20020619-branch</a></li>
 </ul>
 
 
Index: projects/tree-ssa/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.1
diff -d -p -d -u -p -r1.1 index.html
--- projects/tree-ssa/index.html	7 Apr 2002 19:13:01 -0000	1.1
+++ projects/tree-ssa/index.html	22 Jun 2002 15:04:42 -0000
@@ -10,10 +10,22 @@
 optimization</a> project.  The goal is to build an optimization framework
 for trees based on the Static Single Assignment (SSA) form [<a
 href="#cytron.ea-91">1</a>].  The implementation currently lives in the
-<code>ast-optimizer-branch</code> branch.</p>
+<code>tree-ssa-20020619-branch</code> branch.</p>
 
-<p>Please contact <a href="mailto:dnovillo@redhat.com">Diego Novillo
-<dnovillo@redhat.com></a> if you are interested in contributing.</p>
+<h3>Contributing</h3>
+
+<p>Checkout the <code>tree-ssa-20020619-branch</code> branch
+following the instructions found in the <a
+href="../../cvs.html">CVS documentation</a>.</p>
+
+<p>When posting to the development lists, please mark messages and patches with
+<code>[tree-ssa-branch]</code> in the subject.  As this is a branch, and not
+the mainline, the usual maintainer rules do not apply.  This branch is
+maintained by <a href="mailto:dnovillo@redhat.com">Diego Novillo
+<dnovillo@redhat.com></a>.  Approval from the usual maintainers will be
+needed when submitting patches from the branch onto the mainline.</p>
+
+<hr />
 
 <h2>Table of Contents</h2>
 



More information about the Gcc-patches mailing list