From patchwork Sun Nov 27 06:51:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 127866 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id A3485B6F89 for ; Sun, 27 Nov 2011 17:52:14 +1100 (EST) Received: (qmail 25667 invoked by alias); 27 Nov 2011 06:52:12 -0000 Received: (qmail 25659 invoked by uid 22791); 27 Nov 2011 06:52:11 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 06:51:57 +0000 Received: from g105.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 46F293F418; Sun, 27 Nov 2011 01:51:56 -0500 (EST) Date: Sun, 27 Nov 2011 07:51:53 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Delesley Hutchins Subject: [wwwdocs] Document annotalysis branch in svn.html Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 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 @@
+
annotalysis
+
This branch contains the implementation of thread safety annotations + and analysis (http://gcc.gnu.org/wiki/ThreadSafetyAnnotation). + The branch is maintained by + Delesley Hutchins. + Patches and discussion on this branch should be marked with the tag + [annotalysis] in the subject line.
+
struct-reorg-branch
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 [stack] in the subject line.
-
thread-annotations
-
This branch contains the implementation of thread safety annotations - and analysis (http://gcc.gnu.org/wiki/ThreadSafetyAnnotation). - The branch is maintained by Le-Chun Wu. - Patches and discussion on this branch should be marked with the tag - [thread-annotations] in the subject line.
-
rtl-fud-branch
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.
+
thread-annotations
+
This branch contained the implementation of thread safety annotations + and analysis (http://gcc.gnu.org/wiki/ThreadSafetyAnnotation). + It was superseded by the annotalysis branch.
+
stree-branch
This branch was for improving compilation speed and reducing memory use by representing declarations as small flat data structures whenever