[polly] r305334 - [www] Add the new AOSP buildbot to release notes

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 16:09:10 PDT 2017


Author: grosser
Date: Tue Jun 13 18:09:09 2017
New Revision: 305334

URL: http://llvm.org/viewvc/llvm-project?rev=305334&view=rev
Log:
[www] Add the new AOSP buildbot to release notes

Modified:
    polly/trunk/docs/ReleaseNotes.rst

Modified: polly/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/ReleaseNotes.rst?rev=305334&r1=305333&r2=305334&view=diff
==============================================================================
--- polly/trunk/docs/ReleaseNotes.rst (original)
+++ polly/trunk/docs/ReleaseNotes.rst Tue Jun 13 18:09:09 2017
@@ -12,6 +12,20 @@ In Polly 5 the following important chang
 
 - Change ...
 
+-----------------------------------
+Robustness testing: AOSP and FFMPEG
+-----------------------------------
+
+Polly can now compile all of Android. While most of Android is not the primary
+target of polyhedral data locality optimizations, Android provides us with a
+large and diverse set of robustness tests.  Our new `nightly build bot
+<http://lab.llvm.org:8011/builders/aosp-O3-polly-before-vectorizer-unprofitable>`_
+ensures we do not regress.
+
+Polly also successfully compiles `FFMPEG <http://fate.ffmpeg.org/>`_ and
+obviously the `LLVM test suite
+<http://lab.llvm.org:8011/console?category=polly>`_
+
 ---------------------------------------------------------
 C++ bindings for isl math library improve maintainability
 ---------------------------------------------------------




More information about the llvm-commits mailing list