mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
766b4742cc
Tobias' diploma thesis and Raghesh's master thesis. llvm-svn: 131959
55 lines
1.9 KiB
HTML
55 lines
1.9 KiB
HTML
<!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>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Polly - Publications</title>
|
|
<link type="text/css" rel="stylesheet" href="menu.css">
|
|
<link type="text/css" rel="stylesheet" href="content.css">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="menu.html.incl"-->
|
|
<div id="content">
|
|
<!--*********************************************************************-->
|
|
<h1>Polly: Publications</h1>
|
|
<!--*********************************************************************-->
|
|
|
|
<h2> 2011 </h2>
|
|
<ul>
|
|
<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>
|
|
</li>
|
|
</ul>
|
|
<h2> 2010 </h2>
|
|
<ul>
|
|
<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
|
|
href="http://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
|
|
(Mobile)</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|