diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-01-03 10:10:05 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-01-03 10:10:05 +0000 |
commit | 0e2c1bff8f2c4af94f6d40a26a4a73df7905d08e (patch) | |
tree | 6f7fc9ef8071b8799b24f1ae0b59461d71fb442e | |
parent | aec0a97a41e9761a0752b99889d7f48deb164ef1 (diff) | |
download | bcm5719-llvm-0e2c1bff8f2c4af94f6d40a26a4a73df7905d08e.tar.gz bcm5719-llvm-0e2c1bff8f2c4af94f6d40a26a4a73df7905d08e.zip |
www: Papers about iterative compilation and non static control
llvm-svn: 147444
-rw-r--r-- | polly/www/publications.html | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/polly/www/publications.html b/polly/www/publications.html index 19ddf38b6e0..bdcde871556 100644 --- a/polly/www/publications.html +++ b/polly/www/publications.html @@ -112,7 +112,30 @@ IMPACT 2012 (upcoming) </li> </ul> - + <h3>Iterative Compilation</h3> + <ul> + <li><em>Iterative optimization in the polyhedral model: Part I, + one-dimensional time. </em> + <br /> + Louis-Noel Pouchet, Cedric Bastoul, Albert Cohen and Nicolas Vasilache<br /> + CGO 2007 + </li> + <li><em>Iterative optimization in the polyhedral model: Part II, + multidimensional time. </em> + <br /> + Louis-Noel Pouchet, Cedric Bastoul, Albert Cohen and John Cavazos<br /> + PLDI 2008 + </li> + </ul> + <h3>Non-static Control</h3> + <ul> + <li><em>The Polyhedral Model Is More Widely Applicable Than You Think</em> + <br /> + Mohamed-Walid Benabderrahmane, Louis-Noël Pouchet, Albert Cohen, Cédric + Bastoul.<br /> + CC 2010 + </li> + </ul> </div> </body> </html> |