diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-06-13 23:09:09 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-06-13 23:09:09 +0000 |
commit | 0fea84e5b9995883d1588d4b648a72f17896893c (patch) | |
tree | 56f0228c23a437e3466e806d7c4d6f513aee3ad1 /polly/docs | |
parent | cdf813bbd1172d7c229b523ea7b4c0c4de449292 (diff) | |
download | bcm5719-llvm-0fea84e5b9995883d1588d4b648a72f17896893c.tar.gz bcm5719-llvm-0fea84e5b9995883d1588d4b648a72f17896893c.zip |
[www] Add the new AOSP buildbot to release notes
llvm-svn: 305334
Diffstat (limited to 'polly/docs')
-rw-r--r-- | polly/docs/ReleaseNotes.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index 23226ce11d7..280b6be2309 100644 --- a/polly/docs/ReleaseNotes.rst +++ b/polly/docs/ReleaseNotes.rst @@ -12,6 +12,20 @@ In Polly 5 the following important changes have been incorporated. - 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 --------------------------------------------------------- |