From 58822e844149eb7c73d94364f0d8b4d83ac6fca6 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sat, 27 May 2017 11:01:01 +0000 Subject: [PATCH] Update information on isl C++ bindings in Polly release notes llvm-svn: 304068 --- polly/docs/ReleaseNotes.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index 2a933d3..23226ce 100644 --- a/polly/docs/ReleaseNotes.rst +++ b/polly/docs/ReleaseNotes.rst @@ -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 `_, 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:: -- 2.7.4