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]

Re: [tree-ssa/wwwdocs] Add merge announcement


On Wed, 2004-02-25 at 16:48, Gerald Pfeifer wrote:
> On Wed, 25 Feb 2004, Diego Novillo wrote:
> > Adds the merge announcement and branch closure.  Verified with
> > w3.validator.org
> 
> Would that something we might announce on our main page as well?
> 
Something like this?


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.419
diff -d -c -p -r1.419 index.html
*** index.html	22 Feb 2004 02:58:43 -0000	1.419
--- index.html	26 Feb 2004 00:45:45 -0000
*************** to maintain and improve quality.</p>
*** 87,92 ****
--- 87,104 ----
  
  <dl>
  
+ <dt><b>February 25, 2004</b></dt>
+ <dd>
+ The <a href=http://gcc.gnu.org/projects/tree-ssa/>tree-ssa branch</a>
+ has been frozen to be incorporated into GCC 3.5.0.  Tree SSA
+ incorporates two new high-level intermediate languages (GENERIC and
+ GIMPLE), an optimization framework for GIMPLE based on the Static
+ Single Assignment (SSA) representation, several SSA-based optimizers
+ and various other improvements to the internal structure of the
+ compiler that allow new optimization opportunities that were difficult
+ to implement before.
+ </dd>
+ 
  <dt><b>February 6, 2004</b></dt>
  <dd>
  Josef Zlomek of SUSE Labs and Daniel Berlin of IBM Research have contributed



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