Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-03-30 20:54:01 +0300
committerTobias Grosser <tobias@grosser.es>2015-03-30 20:54:01 +0300
commit378e003748f00ff4e410fd02ae401283a06df277 (patch)
tree3b6af2cd0fd2dcdd28ead2f3757eea191fe5e854 /polly/www
parente704c4ffd97b6fe819e076038fd5b1ede59fe7c4 (diff)
Drop libpluto support
We do not have buildbots or anything that tests this functionality, hence it most likely bitrots. People interested to use this functionality can always recover it from svn history. llvm-svn: 233570
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/changelog.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/polly/www/changelog.html b/polly/www/changelog.html
index f9d1530b1cc7..36c27e0c3ced 100644
--- a/polly/www/changelog.html
+++ b/polly/www/changelog.html
@@ -13,7 +13,16 @@
<div id="content">
<h1> ChangeLog </h1>
-<h2> 3.6 - Upcoming release</h2>
+<h2> 3.7 </h2>
+
+<ul>
+<li>libPluto support has been removed. It has not been tested regularly and
+due to it being copyleft license it had never a chance to become a a core
+piece of Polly. Experiments with different schedulers should use the jscop
+interface.</li>
+</ul>
+
+<h2> 3.6</h2>
<ul>
<li>Switch to the new isl AST generator (replacing CLooG)</li>