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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 22:08:03 PDT 2004



Changes in directory llvm-www/ProjectsWithLLVM:

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

Use the www_* styles instead of the doc_* styles


---
Diffs of the changes:  (+27 -27)

Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.16 llvm-www/ProjectsWithLLVM/index.html:1.17
--- llvm-www/ProjectsWithLLVM/index.html:1.16	Tue Aug 17 11:59:28 2004
+++ llvm-www/ProjectsWithLLVM/index.html	Tue Sep  7 00:07:53 2004
@@ -1,7 +1,7 @@
 <!--#include virtual="../header.incl" -->
 <div class="www_sectiontitle">Projects built with LLVM</div>
 
-<div class="doc_text">
+<div class="www_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
@@ -25,12 +25,12 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="toc">Table of Contents</a><br>
 </div>
 <!--=========================================================================-->
 
-<div class="doc_text">
+<div class="www_text">
 
 <ul>
 <li><a href="#scheme">Scheme to LLVM Translator</a></li>
@@ -49,14 +49,14 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="scheme">Scheme to LLVM Translator</a><br>
 </div>
 <!--=========================================================================-->
 
-<div class="doc_subsubsection">By: Tobias Nurmiranta</div>
+<div class="www_subsubsection">By: Tobias Nurmiranta</div>
 
-<div class="doc_text">
+<div class="www_text">
 <p>
 This is a <a href="http://www.ida.liu.se/~tobnu/scheme2llvm/">small scheme
 compiler</a> for LLVM, written in scheme.  It is good enough to compile itself
@@ -72,20 +72,20 @@
 
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="llvmtv">LLVM Visualization Tool</a>
 </div>
 <!--=========================================================================-->
 <!-- CS497rej: Object-Oriented Programming and Design (Spring 2004) Project -->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 By: <a href="http://misha.brukman.net/">Misha Brukman</a>,
 <a href="http://nondot.org/tonic/">Tanya Brethour</a>, and
 <a href="http://netfiles.uiuc.edu/gaeke/www/">Brian Gaeke</a><br>
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <p>
 The LLVM Visualization Tool (LLVM-TV) can be used to visualize the effects
 of transformations written in the LLVM framework.  Our visualizations
@@ -114,18 +114,18 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="linearscan">Improvements to Linear Scan register allocation</a>
 </div>
 <!--=========================================================================-->
 <!-- CS426: Advanced Compilers (Fall 2003) Project<br>-->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 By: <a href="mailto:alkis at cs.uiuc.edu">Alkis Evlogimenos</a>
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <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
@@ -140,15 +140,15 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="xps">XPS - eXtensible Programming System</a>
 </div>
 <!--=========================================================================-->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">By: eXtensible Systems, Inc.</div>
+<div class="www_subsubsection">By: eXtensible Systems, Inc.</div>
 
-<div class="doc_text">
+<div class="www_text">
 
 <p>The XPS project's purpose is to provide a comprehensive application
 programming platform that will make development of high-quality Internet-aware
@@ -190,19 +190,19 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="llvaemu">LLVA-emu project</a>
 </div>
 <!--=========================================================================-->
 <!-- CS497YYZ: Hot Topics in Operating Systems (Fall 2003) -->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 <a href="http://misha.brukman.net/">Misha Brukman</a>, 
 <a href="http://netfiles.uiuc.edu/gaeke/www/">Brian Gaeke</a>
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <p>"Traditional architectures use the hardware instruction set for dual
 purposes: first, as a language in which to express the semantics of software
 programs, and second, as a means for controlling the hardware. The thesis of
@@ -237,17 +237,17 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="spedi">SPEDI: Static Patch Extraction and Dynamic Insertion</a>
 </div>
 <!--=========================================================================-->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 By: Brian Fahs
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <p>"As every modern computer user has experienced, software updates and
 upgrades frequently require programs and sometimes the entire operating system
 to be restarted. This can be a painful and annoying experience. What if this
@@ -268,19 +268,19 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <a name="ssapre">An LLVM Implementation of SSAPRE</a>
 </div>
 <!--=========================================================================-->
 <!--CS426: Advanced Compilers (Fall 2002)-->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 <a href="http://nondot.org/tonic/">Tanya Brethour</a>,
 Joel Stanley, Bill Wendling
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <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
@@ -296,7 +296,7 @@
 </div>
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<div class="www_subsection">
   <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>
@@ -304,13 +304,13 @@
 <!-- CS497CZ: Dynamic Translation and Optimization (Spring 2002)-->
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
+<div class="www_subsubsection">
 <a href="http://nondot.org/sabre/">Chris Lattner</a>,
 <a href="http://misha.brukman.net/">Misha Brukman</a>, 
 <a href="http://netfiles.uiuc.edu/gaeke/www/">Brian Gaeke</a>
 </div>
 
-<div class="doc_text">
+<div class="www_text">
 <p>"We present the design and implementation of Jello, a <i>retargetable</i>
 Just-In-Time (JIT) compiler for the Intel IA32 architecture.  The input to Jello
 is a C program statically compiled to Low-Level Virtual Machine (LLVM) bytecode.






More information about the llvm-commits mailing list