This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][wwwdocs] Update dataflow-branch information on svn.html
- From: "Seongbae Park (박성배, 朴成培)" <seongbae dot park at gmail dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 15 Jun 2007 23:36:06 -0700
- Subject: Re: [PATCH][wwwdocs] Update dataflow-branch information on svn.html
- References: <ab3a61990706152315k11ee807dn806cce264316208e@mail.gmail.com>
On 6/15/07, Seongbae Park (박성배, 朴成培) <seongbae.park@gmail.com> wrote:
The enclosed patch hsa been committed as obvious.
--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com"
Index: wwwdocs/htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.55
diff -u -r1.55 svn.html
--- wwwdocs/htdocs/svn.html 16 Jun 2007 06:00:52 -0000 1.55
+++ wwwdocs/htdocs/svn.html 16 Jun 2007 06:12:56 -0000
@@ -216,20 +216,6 @@
mainline. Patches should be marked with the tag
<code>[improved-aliasing]</code> in the subject line.</dd>
- <dt>dataflow-branch</dt>
- <dd>This branch contains replacement of backend dataflow with
- df.c based dataflow. The branch is maintained by Daniel Berlin <
- <a href="mailto:dberlin@dberlin.org">dberlin@dberlin.org</a>>
- and Kenneth Zadeck <<a href="mailto:zadeck@naturalbridge.com">
- zadeck@naturalbridge.com</a>> and will be routinely merged
- with mainline. Patches should be marked with the tag
- <code>[dataflow-branch]</code> in the subject line.</dd>
-
- <dt><a href="projects/sched-treegion.html">sched-treegion-branch</a></dt>
- <dd>This branch is for the development of a treegion-based instruction
- scheduler. The branch is maintained by Chad Rosier.
- </dd>
-
<dt>mem-ssa</dt>
<dd>This branch contains the implementation of Memory SSA, a new
mechanism for representing memory operations in SSA form (<a
@@ -694,6 +680,22 @@
the common applications (e.g., mgrid). The branch was merged
in 4.3.</dd>
+ <dt>dataflow-branch</dt>
+ <dd>This branch has been merged into mainline on June 6, 2007
+ as svn revsion 125624. It used to contain replacement of backend
+ dataflow with df.c based dataflow. The branch was maintained
+ by Daniel Berlin <
+ <a href="mailto:dberlin@dberlin.org">dberlin@dberlin.org</a>>
+ and Kenneth Zadeck <<a href="mailto:zadeck@naturalbridge.com">
+ zadeck@naturalbridge.com</a>>
+ </dd>
+
+ <dt><a href="projects/sched-treegion.html">sched-treegion-branch</a></dt>
+ <dd>This branch is for the development of a treegion-based instruction
+ scheduler. The branch is maintained by Chad Rosier.
+ </dd>
+
+
</dl>
Obviously the above patch moved sched-treegion branch by mistake.
Committed the following patch to undo the portion:
Index: wwwdocs/htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.56
diff -u -r1.56 svn.html
--- wwwdocs/htdocs/svn.html 16 Jun 2007 06:15:13 -0000 1.56
+++ wwwdocs/htdocs/svn.html 16 Jun 2007 06:33:53 -0000
@@ -216,6 +216,11 @@
mainline. Patches should be marked with the tag
<code>[improved-aliasing]</code> in the subject line.</dd>
+ <dt><a href="projects/sched-treegion.html">sched-treegion-branch</a></dt>
+ <dd>This branch is for the development of a treegion-based instruction
+ scheduler. The branch is maintained by Chad Rosier.
+ </dd>
+
<dt>mem-ssa</dt>
<dd>This branch contains the implementation of Memory SSA, a new
mechanism for representing memory operations in SSA form (<a
@@ -690,11 +695,6 @@
zadeck@naturalbridge.com</a>>
</dd>
- <dt><a href="projects/sched-treegion.html">sched-treegion-branch</a></dt>
- <dd>This branch is for the development of a treegion-based instruction
- scheduler. The branch is maintained by Chad Rosier.
- </dd>
-
</dl>
--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com"