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][www] Document mem-ref2 branch.


Committed.

Richard.


2010-03-22  Richard Guenther  <rguenther@suse.de>

	* svn.html (mem-ref2): Document new branch.

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.148
diff -u -r1.148 svn.html
--- svn.html	2 Mar 2010 18:14:07 -0000	1.148
+++ svn.html	22 Mar 2010 15:18:48 -0000
@@ -333,6 +333,16 @@
   It is used to experiment with the propagation process.  This branch is maintained
   by Andrey Belevantsev <a href="mailto:abel@ispras.ru";>abel@ispras.ru</a>.</dd>
 
+  <dt>mem-ref2</dt>
+  <dd>This branch is for changing the GIMPLE IL for INDIRECT_REFs to
+  allow encoding alias information, access flags on plain decls
+  and constant offsets for a flatter representation of memory accesses.
+  See the GCC <a href="http://gcc.gnu.org/wiki/MemRef";>wiki</a> for a more
+  detailed project description.  The branch is maintained by Richard Guenther.
+  Patches should be marked with the tag <code>[mem-ref2]</code> in the
+  subject line, all changes should be recorded in
+  <code>gcc/ChangeLog.mem-ref2</code>.</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]