diff mbox

[wwwdocs] List IPA-CP of alignments in changes.html

Message ID 20150225142258.GC20953@virgil.suse
State New
Headers show

Commit Message

Martin Jambor Feb. 25, 2015, 2:22 p.m. UTC
Hi,

I'd like to commit the following to gcc-5/changes.html so that IPA-CP
alignment propagation is listed among other new features.  OK?

Thanks,

Martin

Comments

Gerald Pfeifer Feb. 25, 2015, 2:50 p.m. UTC | #1
On Wed, 25 Feb 2015, Martin Jambor wrote:
> I'd like to commit the following to gcc-5/changes.html so that IPA-CP
> alignment propagation is listed among other new features.  OK?

Looks good, thank you!  (Just watch out for overly long lines.)

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.82
diff -u -r1.82 changes.html
--- changes.html	25 Feb 2015 06:02:21 -0000	1.82
+++ changes.html	25 Feb 2015 14:19:31 -0000
@@ -57,6 +57,10 @@ 
 	 seen when building Chromium with link-time optimization.</li>
      <li>The symbol table and call-graph API was reworked to C++ and
 	 simplified.</li>
+     <li>The interprocedural propagation of constants now also propagates
+         alignments of pointer parameters.  This for example means that the
+         vectorizer often does not need to generate loop prologues and epilogues
+         to make up for potential misalignments.</li>
     </ul></li>
     <li>Link-time optimization improvements:
     <ul>