diff options
Diffstat (limited to 'polly/www')
-rw-r--r-- | polly/www/changelog.html | 2 | ||||
-rw-r--r-- | polly/www/documentation.html | 2 | ||||
-rw-r--r-- | polly/www/get_started.html | 4 | ||||
-rw-r--r-- | polly/www/index.html | 26 | ||||
-rw-r--r-- | polly/www/performance.html | 6 | ||||
-rw-r--r-- | polly/www/phonecall.html | 12 | ||||
-rw-r--r-- | polly/www/projects.html | 4 | ||||
-rw-r--r-- | polly/www/publications.html | 16 | ||||
-rw-r--r-- | polly/www/todo.html | 30 |
9 files changed, 51 insertions, 51 deletions
diff --git a/polly/www/changelog.html b/polly/www/changelog.html index 94a54aa1145..8c789cd31f5 100644 --- a/polly/www/changelog.html +++ b/polly/www/changelog.html @@ -51,7 +51,7 @@ interface.</li> <h2> Older releases</h2> No changelog available. Please look at the <a -href="http://repo.or.cz/w/polly-mirror.git">commit history</a>. +href="https://repo.or.cz/w/polly-mirror.git">commit history</a>. </html> </div> diff --git a/polly/www/documentation.html b/polly/www/documentation.html index 67d61279cf3..3bc96600378 100644 --- a/polly/www/documentation.html +++ b/polly/www/documentation.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> diff --git a/polly/www/get_started.html b/polly/www/get_started.html index 5d3e004a6a9..cf7e501ed94 100644 --- a/polly/www/get_started.html +++ b/polly/www/get_started.html @@ -25,7 +25,7 @@ of four simple steps: <pre> mkdir polly && cd polly -wget http://polly.llvm.org/polly.sh +wget https://polly.llvm.org/polly.sh chmod +x polly.sh ./polly.sh </pre> @@ -34,7 +34,7 @@ chmod +x polly.sh <h3 id="source"> Get the code </h3> <pre> -git clone http://github.com/llvm/llvm-project.git llvm_git +git clone https://github.com/llvm/llvm-project.git llvm_git </pre> <h3 id="build">Build Polly</h3> diff --git a/polly/www/index.html b/polly/www/index.html index 31ef7e1f3da..f7eab7d8c88 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -34,7 +34,7 @@ For many users, however, it's not the existing optimizations in Polly that are of most interest, but the new analyses and optimizations enabled by the Polly infrastructure. At - <a href="http://polyhedral.info">polyhedral.info</a> you can get an idea of + <a href="https://polyhedral.info">polyhedral.info</a> you can get an idea of what has already been done and what is possible in the context of polyhedral compilation. @@ -152,7 +152,7 @@ <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> + href="https://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 @@ -194,7 +194,7 @@ buildbots</a> has been extended. We now have 16 new blades that track correctness and performance when compiling the LLVM test-suite. For now five of them are used to provide <a - href="http://llvm.org/perf/db_default/v4/nts/22463">fine granularity + href="https://llvm.org/perf/db_default/v4/nts/22463">fine granularity reports</a> (almost per-commit) for 'clang -O3' (no polly). We also have six machines that track different configurations of polly. @@ -205,11 +205,11 @@ <h4>islplot released</h4> <a href="https://github.com/tobig/islplot">islplot</a> is a library that generates illustrations of integer sets and maps. It relies on <a - href="http://repo.or.cz/w/isl.git">isl</a> to model the integer sets and uses the <a + href="https://repo.or.cz/w/isl.git">isl</a> to model the integer sets and uses the <a href="https://pypi.python.org/pypi/islpy">islpy</a> Python bindings to access them. Plotting is performed with <a - href="http://matplotlib.org">matplotlib</a>. The following <a - href="http://nbviewer.ipython.org/github/tobig/islplot/blob/master/notebooks/islplot-examples.ipynb"> + href="https://matplotlib.org">matplotlib</a>. The following <a + href="https://nbviewer.ipython.org/github/tobig/islplot/blob/master/notebooks/islplot-examples.ipynb"> Examples</a> show its use. </td> </tr> @@ -217,7 +217,7 @@ <tr><td width="120"><p>November</p></td> <td> <h4>Loop optimization BoF at upcoming LLVM conference</h4> - At the upcoming <a href="http://llvm.org/devmtg/2013-11/#bof5">LLVM conference + At the upcoming <a href="https://llvm.org/devmtg/2013-11/#bof5">LLVM conference </a> there will be a loop optimization BoF discussing Polly and other high level loop optimizers. </td> @@ -226,8 +226,8 @@ <td> <h4>Automatic code coverage and static analysis tests</h4> Sylvestre Ledru set up automatic tests for <a - href="http://llvm.org/reports/coverage/">code coverage</a> and - <a href="http://llvm.org/reports/scan-build/">static analysis</a> + href="https://llvm.org/reports/coverage/">code coverage</a> and + <a href="https://llvm.org/reports/scan-build/">static analysis</a> which run at least once a day and which include results for Polly. <h4>Move to CLooG 0.18.1 and isl 0.12.1</h4> With the move to an isl 0.12 version Polly can be compiled without the @@ -283,13 +283,13 @@ research tool.<br \> <tr><td width="120"><p>February</p></td> <td> <p>Polly is an official LLVM project, reachable at <a - href="http://polly.llvm.org">http://polly.llvm.org</a></p> + href="https://polly.llvm.org">https://polly.llvm.org</a></p> </td></tr> <tr><td width="120"><p>January</p></td> <td> <p>Improved support for the isl scheduling optimizer</p> Polly can now automatically optimize all <a - href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">polybench + href="https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/">polybench 2.0</a> kernels without the help of an external optimizer. The compile time is reasonable and we can show notable speedups for various kernels. @@ -300,7 +300,7 @@ research tool.<br \> <tr><td width="120"><p>November</p></td> <td> <p> - Talk at the <a href="http://llvm.org/devmtg/2011-11/"> + Talk at the <a href="https://llvm.org/devmtg/2011-11/"> LLVM Developer Meeting 2011</a></p> New SCEV parser<br> (Allows parameters in array subscript and max/signextend) @@ -384,7 +384,7 @@ research tool.<br \> <tr> <td><p> November </p></td> <td><p>Talk at the <a - href="http://llvm.org/devmtg/2010-11/">LLVM Developer Meeting</a> </p></td> + href="https://llvm.org/devmtg/2010-11/">LLVM Developer Meeting</a> </p></td> </tr> <tr> diff --git a/polly/www/performance.html b/polly/www/performance.html index 300a18836d0..9315b34b19a 100644 --- a/polly/www/performance.html +++ b/polly/www/performance.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> @@ -14,12 +14,12 @@ <h1>Performance</h1> <p>To evaluate the performance benefits Polly currently provides we compiled the -<a href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">Polybench +<a href="https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/">Polybench 2.0</a> benchmark suite. Each benchmark was run with double precision floating point values on an Intel Core Xeon X5670 CPU @ 2.93GHz (12 cores, 24 thread) system. We used <a href="http://pocc.sf.net">PoCC</a> and the included <a href="http://pluto-compiler.sf.net">Pluto</a> transformations to optimize the -code. The source code of Polly and LLVM/clang was checked out on +code. The source code of Polly and LLVM/clang was checked out on 25/03/2011.</p> <p>The results shown were created fully automatically without manual diff --git a/polly/www/phonecall.html b/polly/www/phonecall.html index 53f1a920a61..12dc7170fae 100644 --- a/polly/www/phonecall.html +++ b/polly/www/phonecall.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> @@ -21,15 +21,15 @@ <ul> <li><b>VoIP/SIP:</b> sip:000777polyhedral@iptel.org<br /> - <a href="http://ekiga.org">Ekiga</a> is a SIP client that works well for + <a href="https://www.ekiga.org">Ekiga</a> is a SIP client that works well for most of us.</li> - <li><b>Traditional Dailin Numbers:</b><br /> + <li><b>Traditional Dial In Numbers:</b><br /> To use your normal land line phone to connect to the conference dial one of the many available <a href="http://www.sipbroker.com/sipbroker/action/pstnNumbers">dial in numbers</a>. When asked for the number to connect type: <em>*011497659</em>. <br /> - Attention: Some of the dial in numbers do not work reliable. If you are not + Attention: Some of the dial in numbers do not work reliably. If you are not asked for the number you want to connect to after a couple of seconds, just try another one. <br/> Some selected dial in numbers: @@ -39,8 +39,8 @@ <li><b>Belgium:</b> +32-4-2680133, +32-9-2980106</li> </ul> - </ul> - + </ul> + </div> </body> </html> diff --git a/polly/www/projects.html b/polly/www/projects.html index 7388f054ff2..1ebccf3d4ce 100644 --- a/polly/www/projects.html +++ b/polly/www/projects.html @@ -30,7 +30,7 @@ href="https://developers.google.com/open-source/gsoc/">Google Summer of Code</a> projects. In case you are interested in a Google Summer of code project make sure to reach out via the Polly <a - href="http://groups.google.com/group/polly-dev">mailing list</a> early to + href="https://groups.google.com/group/polly-dev">mailing list</a> early to discuss your project proposal. <h3>Integrate Polly with the LLVM vectorizers</h3> @@ -59,7 +59,7 @@ libraries and outperforming the code icc/gcc currently generate. <h3>Polly support for Julia - First steps</h3> - <a href="http://julialang.org/">Julia</a> is a new matlab style programming + <a href="https://julialang.org/">Julia</a> is a new matlab style programming language that provides C like performance for scientific computing. Even though Julia also translates to LLVM-IR, parsing and optimizing Julia code poses new challenges that currently prevent Polly from optimizing Julia diff --git a/polly/www/publications.html b/polly/www/publications.html index b7b9e5628ce..45a24bff091 100644 --- a/polly/www/publications.html +++ b/polly/www/publications.html @@ -17,7 +17,7 @@ <!--*********************************************************************--> <h2> Publications about polyhedral compilation </h2> - <a href="http://polyhedral.info/publications.html">polyhedral.info</a> has a + <a href="https://polyhedral.info/publications.html">polyhedral.info</a> has a large list of publications related to polyhedral compilation. They are very useful to get an idea of the latest developments in this area of compilation as well as to understand what kind of optimizations can be built on top of @@ -41,7 +41,7 @@ Parallel Processing Letters 2012 22:04<br /> <li><em>Loopy: Programmable and Formally Verified Loop Transformations</em><br /> Kedar Namjoshi and Nimit Singhania<br /> 23rd Static Analysis Symposium (SAS 2016)<br /> - <a href="http://link.springer.com/chapter/10.1007/978-3-662-53413-7_19">Paper</a> + <a href="https://link.springer.com/chapter/10.1007/978-3-662-53413-7_19">Paper</a> </li> <li><em>Input Space Splitting for OpenCL</em><br /> Simon Moll, Johannes Doerfert and Sebastian Hack<br /> @@ -102,10 +102,10 @@ Parallel Processing Letters 2012 22:04<br /> <li><em>Polly - First Successful Optimizations - How to proceed?</em><br /> Tobias Grosser, Ragesh A<br /> LLVM Developer Meeting 2011<br /><a - href="http://llvm.org/devmtg/2011-11/Grosser_PollyOptimizations.pdf">Slides</a>, <a - href="http://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov">Video + href="https://llvm.org/devmtg/2011-11/Grosser_PollyOptimizations.pdf">Slides</a>, <a + href="https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov">Video (Computer)</a>, <a - href="http://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4">Video + href="https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4">Video (Mobile)</a></li> <li><em>A Framework for Automatic OpenMP Code Generation</em><br /> Raghesh A<br /> @@ -133,10 +133,10 @@ Parallel Processing Letters 2012 22:04<br /> <li><em>Polly - Polyhedral Transformations for LLVM</em><br /> Tobias Grosser, Hongbin Zheng<br /> LLVM Developer Meeting 2010<br /><a - href="http://llvm.org/devmtg/2010-11/Grosser-Polly.pdf">Slides</a>, <a - href="http://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4">Video + href="https://llvm.org/devmtg/2010-11/Grosser-Polly.pdf">Slides</a>, <a + href="https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4">Video (Computer)</a>, <a - href="http://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4">Video + href="https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4">Video (Mobile)</a></li> </ul> diff --git a/polly/www/todo.html b/polly/www/todo.html index 3624dc391f6..d39e27c6ccd 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -151,7 +151,7 @@ Code generate PHI dependences </td><td> </td></tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12398">Remove +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=12398">Remove the need for independent blocks</a> </th><td class="done"> Done </td><td> @@ -172,13 +172,13 @@ cornercases </th></tr> <th> Owner </th> </tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=10381">Derive +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=10381">Derive optimal types (instead of always using i64)</a> </th><td class="open"> Open </td><td> </td></tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12397">Model +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=12397">Model integer wrapping</a> </th><td align="center" class='done'> Done </td><td> Johannes @@ -274,14 +274,14 @@ Optimizations (ongoing)</h3> <tr> <tr> <th align="left"> <a -href="http://llvm.org/bugs/show_bug.cgi?id=12403">Variable-size +href="https://bugs.llvm.org/show_bug.cgi?id=12403">Variable-size multi-dimensional arrays</a> </th><td align="center" class='done'> Done </td><td>Sebastian </td></tr> <tr> <th align="left"> <a -href="http://llvm.org/bugs/show_bug.cgi?id=12407">Derive information for +href="https://bugs.llvm.org/show_bug.cgi?id=12407">Derive information for the SCoP context </a> </th> @@ -289,7 +289,7 @@ the SCoP context </td><td> </td></tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12402">Finer +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=12402">Finer grained statements</a> </th><td align="center" class='nice'> Open </td><td> @@ -317,7 +317,7 @@ grained statements</a> <th> Owner </th> </tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12405">Polyhedral +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=12405">Polyhedral dead code elimination</a> </th><td class="done">Done </td><td> @@ -342,7 +342,7 @@ dead code elimination</a> </td><td>Johannes <tr> <th align="left"> <a -href="http://polly.llvm.org/documentation/gpgpucodegen.html">GPGPU Code +href="https://polly.llvm.org/documentation/gpgpucodegen.html">GPGPU Code Generation</a> </th><td class="niceinprogress">in progress </td><td> @@ -350,13 +350,13 @@ Yabin </td></tr> <tr> <th align="left"> <a -href="http://polly.llvm.org/documentation/memaccess.html">Allow optimizers to +href="https://polly.llvm.org/documentation/memaccess.html">Allow optimizers to change memory access functions</a> </th><td class="done"> Done </td><td>Johannes </td></tr> <tr> -<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12406">Make code +<th align="left"> <a href="https://bugs.llvm.org/show_bug.cgi?id=12406">Make code generation independent of the clast</a> </th><td class="done">Done </td><td> @@ -377,7 +377,7 @@ generation independent of the clast</a> </td></tr> <tr> <th align="left"> Add <a -href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">Polybench +href="https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/">Polybench 3.2</a> to the LLVM test suite </th><td class="done"> Done </td><td> @@ -407,8 +407,8 @@ href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">Polybench <th align="left"> Move to LLVM SVN </th><td class="done" align="center"> <a -href="http://llvm.org/svn/llvm-project/polly" ->http://llvm.org/svn/llvm-project/polly</a> +href="https://llvm.org/svn/llvm-project/polly" +>https://llvm.org/svn/llvm-project/polly</a> </td><td> Tobias </td></tr> @@ -422,14 +422,14 @@ llvm-commits@lists.llvm.org <th align="left"> LLVM Bugzilla category </th><td class="done" align="center"> -<a href="http://llvm.org/bugs/enter_bug.cgi?product=Projects">LLVM Bugzilla</a> +<a href="https://bugs.llvm.org/enter_bug.cgi?product=Projects">LLVM Bugzilla</a> <br /> (Product is 'Projects', Component is 'Polly') </td><td> Tobias <tr> <th align="left"> Website </th><td class="done" align="center"> -<a href="http://polly.llvm.org">http://polly.llvm.org</a> +<a href="https://polly.llvm.org">https://polly.llvm.org</a> </td><td> Tobias </td></tr> <tr> |