[polly] r259768 - Add 3.9 release notes document
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 00:10:30 PST 2016
Author: grosser
Date: Thu Feb 4 02:10:29 2016
New Revision: 259768
URL: http://llvm.org/viewvc/llvm-project?rev=259768&view=rev
Log:
Add 3.9 release notes document
Added:
polly/trunk/docs/ReleaseNotes.rst
Modified:
polly/trunk/docs/index.rst
Added: polly/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/ReleaseNotes.rst?rev=259768&view=auto
==============================================================================
--- polly/trunk/docs/ReleaseNotes.rst (added)
+++ polly/trunk/docs/ReleaseNotes.rst Thu Feb 4 02:10:29 2016
@@ -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.
+
Modified: polly/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/index.rst?rev=259768&r1=259767&r2=259768&view=diff
==============================================================================
--- polly/trunk/docs/index.rst (original)
+++ polly/trunk/docs/index.rst Thu Feb 4 02:10:29 2016
@@ -7,6 +7,8 @@
.. toctree::
:maxdepth: 1
+ ReleaseNotes
+
Using Polly
===========
More information about the llvm-commits
mailing list