[www] r181794 - Clean the list of projects using llvm.

Rafael Espindola rafael.espindola at gmail.com
Tue May 14 07:54:37 PDT 2013


Author: rafael
Date: Tue May 14 09:54:37 2013
New Revision: 181794

URL: http://llvm.org/viewvc/llvm-project?rev=181794&view=rev
Log:
Clean the list of projects using llvm.

PyPy has no current llvm backend and Unladen Swallow is not being developed.
Thanks to Kostyrka Andreas for reporting it.

Modified:
    www/trunk/ProjectsWithLLVM/index.html

Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=181794&r1=181793&r2=181794&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Tue May 14 09:54:37 2013
@@ -38,8 +38,6 @@ papers, presentations, posters, or anyth
 <li><a href="#jade">Just-in-time Adaptive Decoder Engine (Jade)</a></li>
 <li><a href="#crack">The Crack Programming Language</a></li>
 <li><a href="#rubinius">Rubinius: a Ruby implementation</a></li>
-<li><a href="#unladenswallow">Unladen Swallow: an optimization branch of
-    CPython</a></li>
 <li><a href="#macruby">MacRuby</a></li>
 <li><a href="#tta-tce">TTA-based Codesign Environment (TCE)</a></li>
 <li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li>
@@ -54,7 +52,6 @@ papers, presentations, posters, or anyth
 <li><a href="#LENS">LENS Project</a></li>
 <li><a href="#trident">Trident Compiler</a></li>
 <li><a href="#ascenium">Ascenium Reconfigurable Processor Compiler</a></li>
-<li><a href="#pypy">The PyPy Python Implementation Project</a></li>
 <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
@@ -121,26 +118,6 @@ machine code using LLVM's JIT.</p>
 
 <!--=========================================================================-->
 <div class="www_subsection">
-  <a name="unladenswallow">Unladen Swallow</a><br>
-</div>
-<!--=========================================================================-->
-
-<div class="www_subsubsection">
-By the <a href="http://groups.google.com/group/unladen-swallow">Unladen Swallow
-community</a>
-</div>
-
-<div class="www_text">
-<p><a href="http://code.google.com/p/unladen-swallow/">Unladen Swallow</a> is a
-branch of <a href="http://python.org/">Python</a> intended to be fully
-compatible and significantly faster.  It uses LLVM's optimization passes and JIT
-compiler.</p>
-</div>
-
-
-<!--=========================================================================-->
-
-<div class="www_subsection">
 <a name="macruby">MacRuby</a>
 </div>
 
@@ -584,35 +561,6 @@ in more detail.</p>
 
 <!--=========================================================================-->
 <div class="www_subsection">
-  <a name="pypy">The PyPy Python Implementation Project</a><br>
-</div>
-<!--=========================================================================-->
-
-<div class="www_subsubsection">
-By Carl Friedrich Bolz, Richard Emslie, Eric van Riet Paap and the rest 
-of the PyPy Team
-</div>
-
-<div class="www_text">
-<p>
-<a href="http://codespeak.net/pypy/dist/pypy/doc/news.html">The PyPy Project</a> 
-is a reimplementation
-of <a href="http://www.python.org/">Python</a> written in Python itself, 
-that is flexible and easy to experiment with. Our
- long-term goals are to target a large variety of platforms, small and large,
-by providing a compiler toolsuite that can produce custom Python versions.
-Platform, Memory and Threading models are to become aspects of the translation
-process - as opposed to encoding low level details into a language 
-implementation itself. Eventually, dynamic optimization techniques - 
-implemented as another translation aspect - should become robust against 
-language changes.</p>
-
-<p>At the time of this writing, PyPy currently targets LLVM and C.</p>
-
-</div>
-
-<!--=========================================================================-->
-<div class="www_subsection">
   <a name="scheme">Scheme to LLVM Translator</a><br>
 </div>
 <!--=========================================================================-->





More information about the llvm-commits mailing list