[polly] r304068 - Update information on isl C++ bindings in Polly release notes

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sat May 27 04:01:02 PDT 2017


Author: grosser
Date: Sat May 27 06:01:01 2017
New Revision: 304068

URL: http://llvm.org/viewvc/llvm-project?rev=304068&view=rev
Log:
Update information on isl C++ bindings in Polly release notes

Modified:
    polly/trunk/docs/ReleaseNotes.rst

Modified: polly/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/ReleaseNotes.rst?rev=304068&r1=304067&r2=304068&view=diff
==============================================================================
--- polly/trunk/docs/ReleaseNotes.rst (original)
+++ polly/trunk/docs/ReleaseNotes.rst Sat May 27 06:01:01 2017
@@ -12,15 +12,14 @@ In Polly 5 the following important chang
 
 - Change ...
 
---------
-Internal
---------
-
-C++ bindings
-------------
-
-Polly uses now C++ bindings when using isl which remove the need for manual
-memory management.
+---------------------------------------------------------
+C++ bindings for isl math library improve maintainability
+---------------------------------------------------------
+
+In the context of `Polly Labs <pollylabs.org>`_, a new set of C++ bindings was
+developed for the isl math library. Thanks to the new isl C++ interface there
+is no need for manual memory management any more and programming with integer
+sets became easier in general.
 
 Today::
 




More information about the llvm-commits mailing list