[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

Chris Lattner lattner at cs.uiuc.edu
Mon Dec 15 14:47:01 PST 2003


Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.2 -> 1.3

---
Log message:

Add entry for the SSAPRE project


---
Diffs of the changes:  (+16 -1)

Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.2 llvm-www/ProjectsWithLLVM/index.html:1.3
--- llvm-www/ProjectsWithLLVM/index.html:1.2	Fri Dec 12 17:14:02 2003
+++ llvm-www/ProjectsWithLLVM/index.html	Mon Dec 15 14:46:42 2003
@@ -64,7 +64,22 @@
 <div class="www_sectiontitle">CS426: Advanced Compilers</b> (Fall 2002)</div>
 <!--=========================================================================-->
 
-<p></p>
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsubsection">
+Jello: a retargetable <u>J</u>ust-In-Time compil<u>e</u>r for
+              <u>LL</u>VM bytec<u>o</u>de<br>
+<a href="http://nondot.org/tonic/">Tanya Brethour</a>,
+Joel Stanley, Bill Wendling
+</div>
+
+<p>
+"In this report we present implementation details, empirical performance data, and notable modifications to an algorithm for PRE based on [the 1999 TOPLAS SSAPRE paper].  In [the 1999 TOPLAS SSAPRE paper], a particular realization of PRE, known as SSAPRE, is described, which is more efficient than traditional PRE implementations because it relies on useful properties of Static Single-Assignment (SSA) form to perform dataflow analysis in a much more sparse manner than the traditional bit-vector-based approach.  Our implementation is specific to a SSA-based compiler infrastructure know as LLVM (Low-Level Virtual Machine)."
+</p>
+
+<p>
+Project report: <a href="2002-Fall-CS426-SSAPRE.ps">PS</a>,
+<a href="2002-Fall-CS426-SSAPRE-Jello.pdf">PDF</a>
+</p>
 
 <!--=========================================================================-->
 <div class="www_sectiontitle">CS497CZ: Dynamic Translation and Optimization</b> (Spring 2002)</div>





More information about the llvm-commits mailing list