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]

[wwwdocs] Document new sve-acle-branch


Hi,

I've created a new git branch for developing the SVE ACLE (i.e. intrinsics)
implementation.  Is the branches entry below OK to commit?  Although the
branch is on git rather than svn, other git branches have also been
documented here.

Thanks,
Richard


Index: htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.222
diff -u -p -r1.222 svn.html
--- htdocs/svn.html	2 Jun 2018 21:16:11 -0000	1.222
+++ htdocs/svn.html	18 Jul 2018 14:44:59 -0000
@@ -394,6 +394,15 @@ the command <code>svn log --stop-on-copy
 <h4 id="arch">Architecture-specific</h4>
 
 <dl>
+  <dt><a href="https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/aarch64/sve-acle-branch";>aarch64/sve-acle-branch</a></dt>
+  <dd>This <a href="https://gcc.gnu.org/wiki/GitMirror";>Git-only branch</a> is
+  used for collaborative development of the AArch64 SVE ACLE implementation.
+  The branch is based off and merged with trunk.  Please send patches to
+  gcc-patches with an <code>[SVE ACLE]</code> tag in the subject line.
+  There's no need to use changelogs; the changelogs will instead be
+  written when the work is ready to be merged into trunk.  The branch is
+  maintained by Richard Sandiford.</dd>
+
   <dt>arc-20081210-branch</dt>
   <dd>The goal of this branch is to make the port to the ARCompact
   architecture available.  This branch is maintained by Joern Rennecke


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