[llvm-commits] [polly] r131959 [1/3] - in /polly/trunk/www: index.html publications.html publications/grosser-diploma-thesis.pdf publications/raghesh-a-masters-thesis.pdf

Tobias Grosser grosser at fim.uni-passau.de
Tue May 24 05:20:00 PDT 2011


Author: grosser
Date: Tue May 24 07:20:00 2011
New Revision: 131959

URL: http://llvm.org/viewvc/llvm-project?rev=131959&view=rev
Log:
www: Add two publications

Tobias' diploma thesis and Raghesh's master thesis.

Added:
    polly/trunk/www/publications/grosser-diploma-thesis.pdf
    polly/trunk/www/publications/raghesh-a-masters-thesis.pdf
Modified:
    polly/trunk/www/index.html
    polly/trunk/www/publications.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=131959&r1=131958&r2=131959&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Tue May 24 07:20:00 2011
@@ -36,6 +36,9 @@
   <!--=====================================================================-->
 
   <ul>
+  <li>May 2011 - Tobias' diploma thesis and Raghesh's master thesis are
+  published. For details see our <a href="publications.html">list of
+  publications</a>.</li>
   <li>April 2011 - Polly moves to the LLVM infrastructure </li>
   <li>March 2011 - Polly is presented at <a
   href="http://impact2011.inrialpes.fr/">CGO/IMPACT 2011</a>, Polly can compile

Modified: polly/trunk/www/publications.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/publications.html?rev=131959&r1=131958&r2=131959&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Tue May 24 07:20:00 2011
@@ -17,19 +17,30 @@
 
   <h2> 2011 </h2>
   <ul>
-  <li>Polly - Polyhedral Optimization in LLVM<br />
+  <li><em>A Framework for Automatic OpenMP Code Generation</em><br />
+  Raghesh A<br />
+  Masters Thesis (May 2011)<br />
+  <a
+  href="publications/raghesh-a-masters-thesis.pdf">Thesis</a>
+  </li>
+  <li><em>Enabling Polyhedral Optimizations in LLVM</em><br />
+  Tobias Grosser<br />
+  Diploma Thesis (April 2011)<br />
+  <a
+  href="publications/grosser-diploma-thesis.pdf">Thesis</a>
+  </li>
+  <li><em>Polly - Polyhedral Optimization in LLVM</em><br />
   Tobias Grosser, Hongbin Zheng, Ragesh Aloor, Andreas Simbürger, Armin
   Größlinger, Louis-Noël Pouchet<br />
   IMPACT at CGO 2011 <br />
   <a
   href="publications/grosser-impact-2011.pdf">Paper</a>, <a
-  href="publications/grosser-impact-2011-slides.pdf">Slides
-  </a>
+  href="publications/grosser-impact-2011-slides.pdf">Slides </a>
   </li>
   </ul>
   <h2> 2010 </h2>
   <ul>
-  <li>Polly - Polyhedral Transformations for LLVM<br />
+  <li><em>Polly - Polyhedral Transformations for LLVM</em><br />
   Tobias Grosser, Hongbin Zheng<br />
   LLVM Developer Metting <br /><a
   href="http://llvm.org/devmtg/2010-11/Grosser-Polly.pdf">Slides</a>, <a





More information about the llvm-commits mailing list