[llvm-branch-commits] [polly] dce2ef9 - [Polly][docs] Polly release notes.
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 1 08:25:32 PST 2020
Author: Michael Kruse
Date: 2020-03-01T10:23:09-06:00
New Revision: dce2ef9e642127d0e4809fb4ecc682b1152bf98b
URL: https://github.com/llvm/llvm-project/commit/dce2ef9e642127d0e4809fb4ecc682b1152bf98b
DIFF: https://github.com/llvm/llvm-project/commit/dce2ef9e642127d0e4809fb4ecc682b1152bf98b.diff
LOG: [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.
Added:
Modified:
polly/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 1d9aacc9aa68..7d5ddbbaec18 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.
More information about the llvm-branch-commits
mailing list