This is the mail archive of the gcc@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]

Re: Gcc stack alignment branch is created


On Mon, Jan 28, 2008 at 02:47:23AM +0100, Gerald Pfeifer wrote:
> On Thu, 17 Jan 2008, H.J. Lu wrote:
> > I created gcc stack alignment branch to implement our proposal
> > to automatically align stack:
> > 
> > svn://gcc.gnu.org/svn/gcc/branches/stack
> 
> Would you mind also adding an entry to the list of active branches to
> http://gcc.gnu.org/svn.html?
> 

Does it look OK? I also updated my email address.


H.J.
----
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.72
diff -u -p -r1.72 svn.html
--- svn.html	25 Jan 2008 17:42:39 -0000	1.72
+++ svn.html	28 Jan 2008 04:35:05 -0000
@@ -388,6 +388,16 @@ list therefore provides only some repres
   Richard Guenther and Michael Matz.  Patches should be marked with the
   tag <code>[varmap]</code> in the subject line.</dd>
 
+  <dt>stack-branch</dt>
+  <dd>This branch contains a new stack alignment framework to align stack
+  automatically for local variables with alignment requirement. The branch
+  is maintained by
+  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com";>hjl.tools@gmail.com</a>&gt;,
+  Joey Ye &lt;<a href="mailto:joey.ye@intel.com";>joey.ye@intel.com</a>&gt;
+  and Xuepeng Guo &lt;<a href="mailto:xuepeng.guo@intel.com";>xuepeng.guo@intel.com</a>&gt;.
+  Patches should be marked with the tag <code>[stack]</code> in the subject
+  line.</dd>
+
 </dl>
 
 <h4>Architecture-specific</h4>
@@ -465,13 +475,13 @@ list therefore provides only some repres
   <dd>The goal of this branch is to add support for newer ix86 processors such
   as AMD's Barcelona and Intel's Core 2 to GCC 4.2.x.  The current maintainers
   are Michael Meissner &lt;<a href="mailto:michael.meissner@amd.com";>michael.meissner@amd.com</a>&gt;
-  and H.J. Lu &lt;<a href="mailto:hjl@lucon.org";>hjl@lucon.org</a>&gt;.</dd>
+  and H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com";>hjl.tools@gmail.com</a>&gt;.</dd>
 
   <dt>ix86/gcc-4_1-branch</dt>
   <dd>The goal of this branch is to add support for newer ix86 processors such
   as AMD's Barcelona and Intel's Core 2 to GCC 4.1.x.  The current maintainers
   are Michael Meissner &lt;<a href="mailto:michael.meissner@amd.com";>michael.meissner@amd.com</a>&gt;
-  and H.J. Lu &lt;<a href="mailto:hjl@lucon.org";>hjl@lucon.org</a>&gt;.</dd>
+  and H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com";>hjl.tools@gmail.com</a>&gt;.</dd>
 
 </dl>
 


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