Update information on isl C++ bindings in Polly release notes
authorTobias Grosser <tobias@grosser.es>
Sat, 27 May 2017 11:01:01 +0000 (11:01 +0000)
committerTobias Grosser <tobias@grosser.es>
Sat, 27 May 2017 11:01:01 +0000 (11:01 +0000)
llvm-svn: 304068

polly/docs/ReleaseNotes.rst

index 2a933d3..23226ce 100644 (file)
@@ -12,15 +12,14 @@ In Polly 5 the following important changes have been incorporated.
 
 - 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::