diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-05-27 11:01:01 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-05-27 11:01:01 +0000 |
commit | 58822e844149eb7c73d94364f0d8b4d83ac6fca6 (patch) | |
tree | ab942694e5d003c8b39ecb15ed50686a265fe47a | |
parent | 4455641ae0766a4f3c386ad68c8a49efea5af5e1 (diff) | |
download | bcm5719-llvm-58822e844149eb7c73d94364f0d8b4d83ac6fca6.tar.gz bcm5719-llvm-58822e844149eb7c73d94364f0d8b4d83ac6fca6.zip |
Update information on isl C++ bindings in Polly release notes
llvm-svn: 304068
-rw-r--r-- | polly/docs/ReleaseNotes.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index 2a933d35975..23226ce11d7 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 <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:: |