diff mbox

[wwwdocs] Document annotalysis branch in svn.html

Message ID alpine.LNX.2.00.1111270746290.1694@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 27, 2011, 6:51 a.m. UTC
Document the annotalysis branch, move the thread-annotations branch
to the list of inactive branches and refer to annotalysis.

As discussed with Delesley; applied.

Gerald
diff mbox

Patch

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.165
diff -u -r1.165 svn.html
--- svn.html	17 Aug 2011 01:24:27 -0000	1.165
+++ svn.html	27 Nov 2011 06:46:31 -0000
@@ -156,6 +156,14 @@ 
 
 <dl>
 
+  <dt>annotalysis</dt>
+  <dd>This branch contains the implementation of thread safety annotations
+  and analysis (<a href="http://gcc.gnu.org/wiki/ThreadSafetyAnnotation">http://gcc.gnu.org/wiki/ThreadSafetyAnnotation</a>).
+  The branch is maintained by
+  <a href="mailto:delesley@google.com">Delesley Hutchins</a>.
+  Patches and discussion on this branch should be marked with the tag
+  <code>[annotalysis]</code> in the subject line.</dd>
+
   <dt>struct-reorg-branch</dt>
   <dd>This branch is for the development of structure reorganization
   optimizations, including field reordering, structure splitting for
@@ -278,13 +286,6 @@ 
   Patches should be marked with the tag <code>[stack]</code> in the subject
   line.</dd>
 
-  <dt>thread-annotations</dt>
-  <dd>This branch contains the implementation of thread safety annotations
-  and analysis (<a href="http://gcc.gnu.org/wiki/ThreadSafetyAnnotation">http://gcc.gnu.org/wiki/ThreadSafetyAnnotation</a>).
-  The branch is maintained by <a href="mailto:lcwu@google.com">Le-Chun Wu</a>.
-  Patches and discussion on this branch should be marked with the tag
-  <code>[thread-annotations]</code> in the subject line.</dd>
-
   <dt>rtl-fud-branch</dt>
   <dd>This branch is for the development of factored use-def chains
   as an SSA form for RTL. Patches should be marked with the tag
@@ -657,6 +658,11 @@ 
   coordinate work with others.  This branch was maintained by the folks
   at Apple.  It has been superseded by apple-local-200502-branch.</dd>
 
+  <dt>thread-annotations</dt>
+  <dd>This branch contained the implementation of thread safety annotations
+  and analysis (<a href="http://gcc.gnu.org/wiki/ThreadSafetyAnnotation">http://gcc.gnu.org/wiki/ThreadSafetyAnnotation</a>).
+  It was superseded by the annotalysis branch.</dd>
+
   <dt><a href="projects/strees/index.html">stree-branch</a></dt>
   <dd>This branch was for improving compilation speed and reducing memory
   use by representing declarations as small flat data structures whenever