This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][RFC] Flattening GIMPLE memory representation, introducing MEM_REF
- From: Richard Guenther <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 7 Mar 2008 17:30:45 +0100 (CET)
- Subject: Re: [PATCH][RFC] Flattening GIMPLE memory representation, introducing MEM_REF
- References: <Pine.LNX.4.64.0803071340130.4133@zhemvz.fhfr.qr>
FYI, I checked in the current state of the work on a new branch, mem-ref.
Richard.
2008-03-07 Richard Guenther <rguenther@suse.de>
* svn.html: Document mem-ref branch.
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.76
diff -u -r1.76 svn.html
--- svn.html 3 Feb 2008 21:58:43 -0000 1.76
+++ svn.html 7 Mar 2008 16:30:00 -0000
@@ -396,6 +396,14 @@
Patches should be marked with the tag <code>[stack]</code> in the subject
line.</dd>
+ <dt>mem-ref</dt>
+ <dd>This branch is for lowering the GIMPLE IL for memory accesses to
+ a flat representation. 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-ref]</code> in the
+ subject line.</dd>
+
</dl>
<h4>Architecture-specific</h4>