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]

New mem-ssa branch


I was going to use the improved-aliasing branch, but there are things
still lingering in that branch and the changes needed for memory SSA are
not actually related to alias analysis.

Validated with w3.validator.org.  Installed.
? 00validator-header.html
? 20060308-mem-ssa.diff
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.21
diff -d -u -p -r1.21 svn.html
--- svn.html	8 Mar 2006 09:20:18 -0000	1.21
+++ svn.html	9 Mar 2006 01:20:04 -0000
@@ -261,6 +261,15 @@ list therefore provides only some repres
   <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
+  href="http://gcc.gnu.org/ml/gcc/2006-02/msg00620.html";>http://gcc.gnu.org/ml/gcc/2006-02/msg00620.html</a>).
+  The branch is maintained by Diego Novillo and will be routinely
+  merged with mainline.  Patches and discussion on this branch should
+  be marked with the tag <code>[mem-ssa]</code> in the subject
+  line.</dd>
 </dl>
 
 <h4>Architecture-specific</h4>

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