aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-24 22:50:05 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-24 22:50:05 +0000
commitb9ce1590b7a4fbacfc5374b27c99c18eb7c4efa6 (patch)
tree36fc422d8c56c15927b9f7b78cb6ce2e9d450abd /polly
parent6ca1e06c95848825b47bb6f574289d15cae45b17 (diff)
downloadllvm-b9ce1590b7a4fbacfc5374b27c99c18eb7c4efa6.zip
llvm-b9ce1590b7a4fbacfc5374b27c99c18eb7c4efa6.tar.gz
llvm-b9ce1590b7a4fbacfc5374b27c99c18eb7c4efa6.tar.bz2
ReleaseNotes: minor touch-ups
llvm-svn: 311725
Diffstat (limited to 'polly')
-rw-r--r--polly/docs/ReleaseNotes.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 29482d2..00406fb 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -4,8 +4,6 @@ Release Notes 5.0
In Polly 5 the following important changes have been incorporated.
-- Change ...
-
-----------------------------------
Robustness testing: AOSP and FFMPEG
-----------------------------------
@@ -80,12 +78,12 @@ Improved Polly Diagnostics
Polly now uses the LLVM OptimizationDiagnosticInfo API for emitting diagnostic remarks.
This allows Polly remarks to appear in the yaml optimization record when compiling
-with the flag -fsave-optimization-record. This also allow Polly remarks to appear in the opt-viewer
+with the flag -fsave-optimization-record. This also allows Polly remarks to appear in the opt-viewer
tool, allowing for remarks to be viewed next to the source code, and sorted by hotness.
--------------------------
Polly-ACC works with Julia
--------------------------
-Polly can now offload Julia to GPUs. This feature is enabled by setting the
+Polly can now offload Julia to GPUs. This feature is enabled by setting the
USE_POLLY_ACC variable to 1, i.e. USE_POLLY_ACC:=1.