[polly] r230851 - Add non-affine subregions to the news

Johannes Doerfert doerfert at cs.uni-saarland.de
Sat Feb 28 06:46:26 PST 2015


Author: jdoerfert
Date: Sat Feb 28 08:46:26 2015
New Revision: 230851

URL: http://llvm.org/viewvc/llvm-project?rev=230851&view=rev
Log:
Add non-affine subregions to the news

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=230851&r1=230850&r2=230851&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Sat Feb 28 08:46:26 2015
@@ -70,6 +70,13 @@
   <!--=====================================================================-->
 
   <table id="news">
+  <tr><td><b>2015</b></td></tr>
+  <tr><td width="120"><p>February</p></td>
+  <td>
+  <h4>Polly allows now non-affine subregions (e.g., data-dependent
+    conditionals) inside a SCoP. This change increases the applicability on
+    general purpose code drastically.</td>
+  </tr>
   <tr><td><b>2014</b></td></tr>
   <tr><td width="120"><p>August</p></td>
   <td>





More information about the llvm-commits mailing list