This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc stack alignment branch is created
On Mon, Jan 28, 2008 at 02:20:45PM +0100, Andreas Schwab wrote:
> > ----
> > 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>
>
> Is it called stack or stack-branch?
>
> Andreas.
>
This is the patch I checked in.
H.J.
---
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- svn.html 25 Jan 2008 17:42:39 -0000 1.72
+++ svn.html 28 Jan 2008 15:19:04 -0000 1.73
@@ -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</dt>
+ <dd>This branch contains a new stack alignment framework to
+ automatically align stack for local variables with alignment requirement.
+ The branch is maintained by
+ H.J. Lu <<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>>,
+ Joey Ye <<a href="mailto:joey.ye@intel.com">joey.ye@intel.com</a>>
+ and Xuepeng Guo <<a href="mailto:xuepeng.guo@intel.com">xuepeng.guo@intel.com</a>>.
+ 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 <<a href="mailto:michael.meissner@amd.com">michael.meissner@amd.com</a>>
- and H.J. Lu <<a href="mailto:hjl@lucon.org">hjl@lucon.org</a>>.</dd>
+ and H.J. Lu <<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>>.</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 <<a href="mailto:michael.meissner@amd.com">michael.meissner@amd.com</a>>
- and H.J. Lu <<a href="mailto:hjl@lucon.org">hjl@lucon.org</a>>.</dd>
+ and H.J. Lu <<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>>.</dd>
</dl>