[llvm-commits] CVS: llvm-www/pubs/2004-05-JoshiMSThesis.html 2004-05-JoshiMSThesis.pdf index.html
Chris Lattner
lattner at cs.uiuc.edu
Sun May 15 09:19:18 PDT 2005
Changes in directory llvm-www/pubs:
2004-05-JoshiMSThesis.html added (r1.1)
2004-05-JoshiMSThesis.pdf added (r1.1)
index.html updated: 1.18 -> 1.19
---
Log message:
add a thesis
---
Diffs of the changes: (+53 -5)
2004-05-JoshiMSThesis.html | 44 ++++++++++++++++++++++++++++++++++++++++++++
2004-05-JoshiMSThesis.pdf | 0
index.html | 14 +++++++++-----
3 files changed, 53 insertions(+), 5 deletions(-)
Index: llvm-www/pubs/2004-05-JoshiMSThesis.html
diff -c /dev/null llvm-www/pubs/2004-05-JoshiMSThesis.html:1.1
*** /dev/null Sun May 15 11:19:11 2005
--- llvm-www/pubs/2004-05-JoshiMSThesis.html Sun May 15 11:19:01 2005
***************
*** 0 ****
--- 1,44 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen" />
+ <title>A Task Optimization Framework for MSSP</title>
+ </head>
+ <body>
+
+ <div class="pub_title">
+ A Task Optimization Framework for MSSP
+ </div>
+ <div class="pub_author">
+ Rahul Ulhas Joshi, M.S. Thesis
+ </div>
+
+
+ <h2>Abstract:</h2>
+ <blockquote>
+
+ <p>The Master/Slave Speculative Parallelization paradigm relies on the use of a highly optimized
+ and mostly correct version of a sequential program, called distilled code, for breaking inter-task
+ dependences. We describe the design and implementation of an optimization framework that can
+ create such distilled code within the context of an MSSP simulator. Our optimizer processes pieces
+ of Alpha machine code called traces and is designed to optimize code while adhering to certain
+ restrictions and requirements imposed by the MSSP paradigm. We describe the specific places
+ where our optimizer is different from that in a compiler and explain how the optimized traces are
+ deployed in the simulator.</p>
+
+ </blockquote>
+
+ <h2>Published:</h2>
+ <blockquote>
+ "A Task Optimization Framework for MSSP", Anders Alexandersson.<br>
+ <i>Masters Thesis</i>, Computer Science Dept., University of Illinois at Urbana-Champaign, May 2004
+ </blockquote>
+
+ <h2>Download:</h2>
+ <ul>
+ <li><a href="2004-05-JoshiMSThesis.pdf">A Task Optimization Framework for MSSP</a> (PDF)</li>
+ </ul>
+
+ </body>
+ </html>
Index: llvm-www/pubs/2004-05-JoshiMSThesis.pdf
Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.18 llvm-www/pubs/index.html:1.19
--- llvm-www/pubs/index.html:1.18 Thu May 5 00:38:30 2005
+++ llvm-www/pubs/index.html Sun May 15 11:19:01 2005
@@ -27,11 +27,6 @@
36th annual ACM/IEEE international symposium on Microarchitecture
(MICRO-36)</i></a>, San Diego, CA, December 2003.</li>
-<li>"<a href="2003-07-18-ShuklaMSThesis.html">Lightweight, Cross-Procedure
-Tracing for Runtime Optimization</a>"<br> Anand Shukla. <i>Masters Thesis</i>,
-Computer Science Dept., University of Illinois at Urbana-Champaign,
-July 2003</li>
-
<li>"<a href="2003-05-01-GCCSummit2003.html">Architecture For a Next-Generation
GCC</a>"<br> Chris Lattner & Vikram Adve, <i> <a
href="http://www.gccsummit.org/2003/">First Annual GCC Developers'
@@ -78,6 +73,10 @@
Division of Computer Science at the Department of Informatics and Mathematics,
University of Trollhättan/Uddevalla, Sweden, Spring 2004</li>
+<li>"<a href="2004-05-JoshiMSThesis.html">A Task Optimization Framework for
+MSSP</a>"<br>Rahul Ulhas Joshi. <i>Masters Thesis</i>,
+Computer Science Dept., University of Illinois at Urbana-Champaign, May 2004.</li>
+
<li>"<a href="2004-03-ICDCS-Adaptions.html">Coordinating Adaptations in
Distributed Systems</a>"<br>
Brian Ensink and Vikram Adve. Proc. of the 24th International Conference on
@@ -88,6 +87,11 @@
Computer Science Dept., University of Illinois at Urbana-Champaign,
July 2003</li>
+<li>"<a href="2003-07-18-ShuklaMSThesis.html">Lightweight, Cross-Procedure
+Tracing for Runtime Optimization</a>"<br> Anand Shukla. <i>Masters Thesis</i>,
+Computer Science Dept., University of Illinois at Urbana-Champaign,
+July 2003</li>
+
<li>"<a href="2003-05-05-LCTES03-CodeSafety.html">Memory Safety Without Runtime
Checks or Garbage Collection</a>"<br> Dinakar Dhurjati, Sumant Kowshik, Vikram
Adve and Chris Lattner. <a href="http://www.cs.purdue.edu/s3/LCTES03/"> <i>Proc.
More information about the llvm-commits
mailing list