Re: [patch] Add tuples work to svn.html (was Re: [tuples] gimple-tuples-branch created)

2006-09-12 Thread Gerald Pfeifer
On Tue, 12 Sep 2006, Aldy Hernandez wrote:
> Is this ok?

Yup, looks good, and falls under the obvious rule for web pages ;-).

I was going to suggest to sort this in alphabetically, but currently
there is not apparent sort order at all; perhaps I'll have a look after
I see your patch go in, certainly nothing I'm asking you to do.

Gerald


Re: [patch] Add tuples work to svn.html (was Re: [tuples] gimple-tuples-branch created)

2006-09-12 Thread Andrew Pinski
On Tue, 2006-09-12 at 08:03 -0400, Aldy Hernandez wrote:
> > Can you make sure you update svn.html for the new branch?
> 
> Sure can!
> 
> Is this ok?

Yes and it is obvious as it is part of the creating the branch process.

Thanks,
Andrew Pinski



[patch] Add tuples work to svn.html (was Re: [tuples] gimple-tuples-branch created)

2006-09-12 Thread Aldy Hernandez
> Can you make sure you update svn.html for the new branch?

Sure can!

Is this ok?

Index: svn.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.36
diff -u -r1.36 svn.html
--- svn.html11 Sep 2006 18:59:51 -  1.36
+++ svn.html12 Sep 2006 12:00:46 -
@@ -260,6 +260,16 @@
   be marked with the tag [mem-ssa] in the subject
   line.

+  gimple-tuples
+  This branch contains the implementation of GIMPLE tuples, a new
+  representation for GIMPLE statements and expressions that replaces the
+  current notion of treating everything as a tree
+  (http://gcc.gnu.org/wiki/tuples";>
+  http://gcc.gnu.org/wiki/tuples).
+  This branch is maintained by Aldy Hernandez and will be routinely merged
+  with mainline.  Patches and discussion on this branch should be marked with
+  the tag [tuples] in the subject line.
+
   yara-branch
   This branch contains Yet Another Register Allocator (YARA).
   The branch is maintained by Vladimir Makarov <