This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] -> [tree-ssa-cfg]
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Aug 2003 23:57:54 +0200
- Subject: [tree-ssa] -> [tree-ssa-cfg]
- References: <1060216713.3122.78.camel@frodo.toronto.redhat.com> <20030807190126.GA8185@atrey.karlin.mff.cuni.cz> <1060284705.2614.86.camel@steven.lr-s.tudelft.nl> <20030807212726.GA27734@atrey.karlin.mff.cuni.cz> <1060299549.10825.116.camel@frodo.toronto.redhat.com> <20030812233600.GA4686@atrey.karlin.mff.cuni.cz> <1060731914.3156.13.camel@frodo.toronto.redhat.com>
Hello,
I have created the branch. I will commit the big ugly patch there
once I make it behave sanely again.
Zdenek
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.111
diff -c -3 -p -r1.111 cvs.html
*** cvs.html 8 Aug 2003 18:11:51 -0000 1.111
--- cvs.html 13 Aug 2003 21:48:35 -0000
*************** particular releases or snapshots or the
*** 185,190 ****
--- 185,197 ----
<dd>Work on implementing SSA analysis and optimization for trees
is done in this branch.</dd>
+ <dt>tree-ssa-cfg-branch</dt>
+ <dd>A subbranch of <a
+ href="projects/tree-ssa/">tree-ssa-20020619-branch</a> with purpose
+ of changing the current tree of statements + cfg code representation
+ to the one based only on cfg. Later optimizations that could benefit
+ from a simpler cfg manipulation may be developed here.</dd>
+
<dt>faster-compiler-branch</dt>
<dd>This branch is for work aimed primarily
at making GCC itself run faster. No checkin policy has yet been