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

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 1 16:13:01 PST 2004


Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.10 -> 1.11

---
Log message:

Quote URLs, and eliminate unnecessary space.


---
Diffs of the changes:  (+10 -11)

Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.10 llvm-www/ProjectsWithLLVM/index.html:1.11
--- llvm-www/ProjectsWithLLVM/index.html:1.10	Thu Apr  1 15:58:53 2004
+++ llvm-www/ProjectsWithLLVM/index.html	Thu Apr  1 16:12:36 2004
@@ -37,20 +37,19 @@
 </div>
 
 <p>Linear scan register allocation is a fast global register allocation first
-   presented in <a href=http://citeseer.ist.psu.edu/poletto99linear.html>Linear
-   Scan Register Allocation</a> as an alternative to the more widely
-   used graph coloring approach. In this paper, I apply the linear scan register
-   allocation algorithm in a system with SSA form and show how to improve the
-   algorithm by taking advantage of lifetime holes and memory operands, and also
-   eliminate the need for reserving registers for spill code.</p>
+presented in <a href="http://citeseer.ist.psu.edu/poletto99linear.html">Linear
+Scan Register Allocation</a> as an alternative to the more widely used graph
+coloring approach. In this paper, I apply the linear scan register allocation
+algorithm in a system with SSA form and show how to improve the algorithm by
+taking advantage of lifetime holes and memory operands, and also eliminate the
+need for reserving registers for spill code.</p>
 
-<p>
-Project report: <a href="2004-Fall-CS426-LS.ps">PS</a>,
-<a href="2004-Fall-CS426-LS.pdf">PDF</a>
-</p>
+<p>Project report: <a href="2004-Fall-CS426-LS.ps">PS</a>, <a
+href="2004-Fall-CS426-LS.pdf">PDF</a></p>
 
 <!--=========================================================================-->
-<div class="www_sectiontitle">XPS - eXtensible Programming System - eXtensible Systems, Inc.</div>
+<div class="www_sectiontitle">XPS - eXtensible Programming System - eXtensible
+Systems, Inc.</div>
 <!--=========================================================================-->
 
 <p>The XPS project's purpose is to provide a comprehensive application





More information about the llvm-commits mailing list