Skip to content

Commit dce2ef9

Browse files
committed
[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.
1 parent 4c6e589 commit dce2ef9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

polly/docs/ReleaseNotes.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
=============================
2-
Release Notes 10.0 (upcoming)
3-
=============================
1+
==================
2+
Release Notes 10.0
3+
==================
44

55
In Polly 10 the following important changes have been incorporated.
66

7-
.. warning::
7+
- The mechanism that Polly uses to link itself statically into the opt,
8+
bugpoint and clang executables has been generalized such that it can
9+
be used by other pass plugins. An example plugin "Bye" has been added
10+
to LLVM to illustate the mechanism.
811

9-
These releaes notes are for the next release of Polly and describe
10-
the new features that have recently been committed to our development
11-
branch.
12-
13-
- Change ...
12+
- Some ScopInfo methods that are only relevant during SCoP construction
13+
have been moved into the ScopBuilder class. In addition to making it
14+
clearer which methods can only be used during the construction phase,
15+
the refactoring helps shrinking the size of the public header
16+
ScopInfo.h.

0 commit comments

Comments
 (0)