This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][wwwdocs] Update dataflow-branch information on svn.html


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 &lt;
-  <a href="mailto:dberlin@dberlin.org";>dberlin@dberlin.org</a>&gt;
-  and Kenneth Zadeck &lt;<a href="mailto:zadeck@naturalbridge.com";>
-    zadeck@naturalbridge.com</a>&gt; 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 &lt;
+  <a href="mailto:dberlin@dberlin.org";>dberlin@dberlin.org</a>&gt;
+  and Kenneth Zadeck &lt;<a href="mailto:zadeck@naturalbridge.com";>
+    zadeck@naturalbridge.com</a>&gt;
+  </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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]