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: TCB merge: VRP, copy propagation, store copy propagation and store CCP


On Thu, Apr 14, 2005 at 08:50:43PM +0200, Gerald Pfeifer wrote:
> On Fri, 8 Apr 2005, Diego Novillo wrote:
> > This patch merges most of the changes in the tree cleanup branch:
> > 
> > - VRP, Value Range Propagation.
> > 
> > - Incremental SSA updates.
> > 
> > - Copy propagation of scalars and stores.
> > 
> > - Constant propagation of stores.
> > 
> > - Never consider global read-only variables to be clobbered by
> 
> Worth a news item on our main page, and perhaps a page of its own
> under http://gcc.gnu.org/news/ ?
> 
This seemed to be the only significant item worth announcing.

OK?


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.485
diff -d -u -p -r1.485 index.html
--- index.html  6 Apr 2005 08:35:02 -0000       1.485
+++ index.html  14 Apr 2005 20:59:10 -0000
@@ -90,6 +90,12 @@ mission statement</a>.</p>

 <dl>

+<dt><b>April 12, 2005</b></dt>
+<dd>
+Diego Novillo of Red Hat has contributed a Value Range Propagation
+pass.
+</dd>
+
 <dt><b>April 5, 2005</b></dt>
 <dd>
 Analog Devices has contributed a port for the


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