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

Misha Brukman brukman at cs.uiuc.edu
Tue Aug 17 09:59:39 PDT 2004



Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.15 -> 1.16
---
Log message:

* Add table of contents
* Wrap long lines
* Standardize section/subsection headers


---
Diffs of the changes:  (+50 -21)

Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.15 llvm-www/ProjectsWithLLVM/index.html:1.16
--- llvm-www/ProjectsWithLLVM/index.html:1.15	Sat Jul 17 18:16:54 2004
+++ llvm-www/ProjectsWithLLVM/index.html	Tue Aug 17 11:59:28 2004
@@ -4,9 +4,9 @@
 <div class="doc_text">
 
 <p>This page is an incomplete list of the projects built with LLVM, sorted in
-reverse chronological order.  The idea of this list is to show some of the things
-that have been done with LLVM for various course projects or for other purposes,
-which can be used as a source of ideas for future projects.</p>
+reverse chronological order.  The idea of this list is to show some of the
+things that have been done with LLVM for various course projects or for other
+purposes, which can be used as a source of ideas for future projects.</p>
 
 <p>Note that this page is not intended to reflect that current state of LLVM or
 show endorsement of any particular project over another.  This is just a
@@ -26,6 +26,30 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
+  <a name="toc">Table of Contents</a><br>
+</div>
+<!--=========================================================================-->
+
+<div class="doc_text">
+
+<ul>
+<li><a href="#scheme">Scheme to LLVM Translator</a></li>
+<li><a href="#llvmtv">LLVM Visualization Tool</a></li>
+<li><a href="#linearscan">Improvements to Linear Scan register
+    allocation</a></li>
+<li><a href="#xps">XPS - eXtensible Programming System</a></li>
+<li><a href="#llvaemu">LLVA-emu project</a></li>
+<li><a href="#spedi">SPEDI: Static Patch Extraction and Dynamic
+    Insertion</a></li>
+<li><a href="#ssapre">An LLVM Implementation of SSAPRE</a></li>
+<li><a href="#jello">Jello: a retargetable <b>J</b>ust-In-Time compil<b>e</b>r
+    for <b>LL</b>VM bytec<b>o</b>de</a></li>
+</ul>
+
+</div>
+
+<!--=========================================================================-->
+<div class="doc_subsection">
   <a name="scheme">Scheme to LLVM Translator</a><br>
 </div>
 <!--=========================================================================-->
@@ -49,11 +73,10 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-<a name="llvmtv">LLVM Visualization Tool</a>
+  <a name="llvmtv">LLVM Visualization Tool</a>
 </div>
 <!--=========================================================================-->
-
-<!-- CS497rej: Object-Oriented Programming and Design (Spring 2004) Project-->
+<!-- CS497rej: Object-Oriented Programming and Design (Spring 2004) Project -->
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
@@ -79,26 +102,26 @@
 analyses and transformations.  In addition, LLVM-TV has been designed
 to make it easy to add new kinds of program visualization modules.
 LLVM-TV is based on the <a href="http://www.wxwindows.org">wxWidgets</a>
-cross-platform GUI framework, and uses AT&T Research's
+cross-platform GUI framework, and uses AT&T Research's
 <a href="http://www.research.att.com/sw/tools/graphviz">GraphViz</a> to
 draw graphs.
 </p>
 
 <p><a href="http://wiki.cs.uiuc.edu/cs497rej/LLVM+Visualization+Tool">Wiki
-page</a> with overview; design doc, user manual & download on the
+page</a> with overview; design doc, user manual & download on the
 <a href="http://llvm.cs.uiuc.edu/~gaeke/llvm-tv">LLVM-TV website</a></p>
 
 </div>
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-<a name="linearscan">Improvements to Linear Scan register allocation</a>
+  <a name="linearscan">Improvements to Linear Scan register allocation</a>
 </div>
 <!--=========================================================================-->
+<!-- CS426: Advanced Compilers (Fall 2003) Project<br>-->
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
-<!-- CS426: Advanced Compilers (Fall 2003) Project<br>-->
 By: <a href="mailto:alkis at cs.uiuc.edu">Alkis Evlogimenos</a>
 </div>
 
@@ -117,9 +140,12 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">XPS - eXtensible Programming System</div>
+<div class="doc_subsection">
+  <a name="xps">XPS - eXtensible Programming System</a>
+</div>
 <!--=========================================================================-->
 
+<!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">By: eXtensible Systems, Inc.</div>
 
 <div class="doc_text">
@@ -164,9 +190,11 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection"><a name="llva-emu">LLVA-emu project</a></div>
-<!-- CS497YYZ: Hot Topics in Operating Systems (Fall 2003) -->
+<div class="doc_subsection">
+  <a name="llvaemu">LLVA-emu project</a>
+</div>
 <!--=========================================================================-->
+<!-- CS497YYZ: Hot Topics in Operating Systems (Fall 2003) -->
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
@@ -210,10 +238,11 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-<a name="spedi">SPEDI</a>: Static Patch Extraction and Dynamic Insertion
+  <a name="spedi">SPEDI: Static Patch Extraction and Dynamic Insertion</a>
 </div>
 <!--=========================================================================-->
 
+<!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
 By: Brian Fahs
 </div>
@@ -239,10 +268,10 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection"><a name="ssapre">An LLVM Implementation of
- SSAPRE</a></div>
+<div class="doc_subsection">
+  <a name="ssapre">An LLVM Implementation of SSAPRE</a>
+</div>
 <!--=========================================================================-->
-
 <!--CS426: Advanced Compilers (Fall 2002)-->
 
 <!-- _______________________________________________________________________ -->
@@ -268,11 +297,11 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-<a name="jello">Jello</a>: a retargetable <u>J</u>ust-In-Time compil<u>e</u>r
-               for <u>LL</u>VM bytec<u>o</u>de</div>
-
-<!-- CS497CZ: Dynamic Translation and Optimization (Spring 2002)-->
+  <a name="jello">Jello: a retargetable <u>J</u>ust-In-Time compil<u>e</u>r for
+  <u>LL</u>VM bytec<u>o</u>de</a>
+</div>
 <!--=========================================================================-->
+<!-- CS497CZ: Dynamic Translation and Optimization (Spring 2002)-->
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">






More information about the llvm-commits mailing list