[polly] r210176 - www: Polly can be built without any GPLed software
Tobias Grosser
tobias at grosser.es
Wed Jun 4 02:26:39 PDT 2014
Author: grosser
Date: Wed Jun 4 04:26:39 2014
New Revision: 210176
URL: http://llvm.org/viewvc/llvm-project?rev=210176&view=rev
Log:
www: Polly can be built without any GPLed software
Thanks to Sebastian Pop and David Peixotto.
Modified:
polly/trunk/www/index.html
Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=210176&r1=210175&r2=210176&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Wed Jun 4 04:26:39 2014
@@ -71,6 +71,18 @@
<table id="news">
<tr><td><b>2014</b></td></tr>
+ <tr><td width="120"><p>June</p></td>
+ <td>
+ <h4>Polly can be built without GPL licensed software</h4> After Sebastian
+ Pop's
+ and David Peixotto's (both Qualcomm) recent <a
+ href="http://repo.or.cz/w/isl.git/commit/60703e3ee89b9d5d4d1afb6a3f611292c0884574">commit</a>
+ to isl, isl's latest development version can be built with imath instead of
+ GMP. With both CLooG and gmp having become optional, the last obilgatory
+ dependency to GPL licensed software has been removed. Now Polly only depends
+ on isl (and the included imath), which are both MIT licensed.
+ </td>
+ </tr>
<tr><td width="120"><p>April</p></td>
<td>
<h4>Polly Phone Call - 23April</h4>
More information about the llvm-commits
mailing list