diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-02-04 08:10:29 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-02-04 08:10:29 +0000 |
| commit | a91684d554e701e5d4f6efb2529186cc4fa359c4 (patch) | |
| tree | 5ebf58f07582f6a120fcd6cf53310c94112c56b7 | |
| parent | 719f843e67983e8fc464778d05605009dd185c00 (diff) | |
| download | bcm5719-llvm-a91684d554e701e5d4f6efb2529186cc4fa359c4.tar.gz bcm5719-llvm-a91684d554e701e5d4f6efb2529186cc4fa359c4.zip | |
Add 3.9 release notes document
llvm-svn: 259768
| -rw-r--r-- | polly/docs/ReleaseNotes.rst | 12 | ||||
| -rw-r--r-- | polly/docs/index.rst | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst new file mode 100644 index 00000000000..d6eb1c81525 --- /dev/null +++ b/polly/docs/ReleaseNotes.rst @@ -0,0 +1,12 @@ +============= +Release Notes +============= + +In Polly 3.9 the following important changes have been incorporated. + + +Update of the isl math library +------------------------------ + +We imported the latest version of the isl math library into Polly. + diff --git a/polly/docs/index.rst b/polly/docs/index.rst index e5001f8228a..1b0b0ae1266 100644 --- a/polly/docs/index.rst +++ b/polly/docs/index.rst @@ -7,6 +7,8 @@ .. toctree:: :maxdepth: 1 + ReleaseNotes + Using Polly =========== |

