summaryrefslogtreecommitdiffstats
path: root/polly/docs
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2020-02-26 14:26:04 -0600
committerMichael Kruse <llvm-project@meinersbur.de>2020-03-01 10:23:09 -0600
commitdce2ef9e642127d0e4809fb4ecc682b1152bf98b (patch)
tree9ad626e7796bcd007309450154ca183f8cc1477d /polly/docs
parent4c6e5899859651d5f0907fc4d5752e616c1598c3 (diff)
downloadbcm5719-llvm-dce2ef9e642127d0e4809fb4ecc682b1152bf98b.tar.gz
bcm5719-llvm-dce2ef9e642127d0e4809fb4ecc682b1152bf98b.zip
[Polly][docs] Polly release notes.
Highlight work that has been done during the development window. After cherry-picking D72372 to fix PR45001 no workaround is necessary anymore, but the generalization of the linking mechanism is still worth pointing out.
Diffstat (limited to 'polly/docs')
-rw-r--r--polly/docs/ReleaseNotes.rst21
1 files changed, 12 insertions, 9 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 1d9aacc9aa6..7d5ddbbaec1 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -1,13 +1,16 @@
-=============================
-Release Notes 10.0 (upcoming)
-=============================
+==================
+Release Notes 10.0
+==================
In Polly 10 the following important changes have been incorporated.
-.. warning::
+- The mechanism that Polly uses to link itself statically into the opt,
+ bugpoint and clang executables has been generalized such that it can
+ be used by other pass plugins. An example plugin "Bye" has been added
+ to LLVM to illustate the mechanism.
- These releaes notes are for the next release of Polly and describe
- the new features that have recently been committed to our development
- branch.
-
-- Change ...
+- Some ScopInfo methods that are only relevant during SCoP construction
+ have been moved into the ScopBuilder class. In addition to making it
+ clearer which methods can only be used during the construction phase,
+ the refactoring helps shrinking the size of the public header
+ ScopInfo.h.
OpenPOWER on IntegriCloud