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]

New branch: ia64-improvements-branch


This branch will act as a repository for new optimizations mostly meant to 
improve code generation on IA-64.  However, some of the work currently 
going on should help other targets as well.  For now, this will help 
independent contributors to have a common code base to work with.

The branch will be maintained by Robert Kidd.  I will be co-maintainer, 
mostly to help with the mechanics of keeping the branch up-to-date.  All 
the usual GCC contributing rules apply to the branch:

- Patches must be submitted to gcc-patches for review.
- Contributors must have a proper FSF copyright assignment on file.
- Discussions on design and implementation issues are to be held on
  the main GCC development lists (gcc@ and gcc-patches@).
- Messages discussing the branch should have [ia64-improvements] in the
  subject.

Folks who need SVN write access and already have an FSF assignment, please 
contact me.

The branch will follow mainline.  Merges from mainline will happen at 
regular intervals.  But only when mainline is in a sufficient stable 
state.

To get a copy of the branch, you will need an SVN client.  Some quick 
instructions:

$ svn checkout svn://gcc.gnu.org/svn/gcc/branches/ia64-improvements-branch
$ mkdir bld
$ cd bld
$ ../ia64-improvements-branch/configure --prefix=$HOME
$ make all install

The above will create a GCC binary in $HOME/bin.

Gerald, is this patch OK for svn.html?


Thanks.
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.10
diff -d -u -p -r1.10 svn.html
--- svn.html	14 Nov 2005 23:36:25 -0000	1.10
+++ svn.html	15 Nov 2005 02:34:19 -0000
@@ -253,7 +253,6 @@ generally of the form "gcc-<i>X</i>_<i>Y
     zadeck@naturalbridge.com</a>&gt; and will be routinely merged
   with mainline.  Patches should be marked with the tag
   <code>[dataflow-branch]</code> in the subject line.</dd>
-
 </dl>
 
 <h4>Architecture-specific</h4>
@@ -299,6 +298,17 @@ generally of the form "gcc-<i>X</i>_<i>Y
   Patches should be marked with the tag <code>[ia64-fp-model]</code>
   in the subject line.</dd>
 
+  <dt>ia64-improvements-branch</dt>
+  <dd>The goal of this branch is to improve the performance of binaries
+  generated with GCC on the Itanium processor.  Details of current
+  projects on this branch can be found at the <a
+  href="http://gcc.gelato.org";>Gelato GCC wiki</a> and at the <a
+  href="projects/ia64.html">IA-64 improvements</a> page.  This branch
+  is maintained by Robert Kidd  &lt;<a
+  href="mailto:rkidd@crhc.uiuc.edu";>rkidd@crhc.uiuc.edu</a>&gt; and
+  Diego Novillo.   Patches and discussion related to this branch
+  should be marked with  the tag <code>[ia64-improvements]</code> in
+  the subject line.  The usual contribution and testing rules apply.</dd>
 </dl>
 
 <h4>Language-specific</h4>

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