[llvm-commits] [llvm] r142893 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Mon Oct 24 18:01:42 PDT 2011


Author: void
Date: Mon Oct 24 20:01:42 2011
New Revision: 142893

URL: http://llvm.org/viewvc/llvm-project?rev=142893&view=rev
Log:
Comment out external projects so that they can be refreshed for 3.0.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142893&r1=142892&r2=142893&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 24 20:01:42 2011
@@ -284,6 +284,8 @@
    projects that have already been updated to work with LLVM 3.0.</p>
 
 <!--=========================================================================-->
+
+<!-- FIXME: Comment out
 <h3>Crack Programming Language</h3>
 
 <div>
@@ -293,9 +295,10 @@
 language. The language derives concepts from C++, Java and Python, incorporating
 object-oriented programming, operator overloading and strong typing.</p>
 </div>
-  
+-->  
   
 <!--=========================================================================-->
+<!--
 <h3>TTA-based Codesign Environment (TCE)</h3>
   
 <div>
@@ -311,10 +314,11 @@
 to the compiler backend as runtime libraries to avoid per-target recompilation
 of larger parts of the compiler chain.</p>
 </div>
-
+-->
 
   
 <!--=========================================================================-->
+<!--
 <h3>PinaVM</h3>
   
 <div>
@@ -324,8 +328,11 @@
 program analyzed using LLVM's JIT infrastructure. It later enriches the
 bitcode with SystemC-specific information.</p>
 </div>
+-->
+
 
 <!--=========================================================================-->
+<!--
 <h3>Pure</h3>
   
 <div>
@@ -345,8 +352,10 @@
 <p>Pure version 0.47 has been tested and is known to work with LLVM 3.0
   (and continues to work with older LLVM releases >= 2.5).</p>
 </div>
+-->
 
 <!--=========================================================================-->
+<!--
 <h3 id="icedtea">IcedTea Java Virtual Machine Implementation</h3>
 
 <div>
@@ -364,8 +373,10 @@
 and are known to work with LLVM 3.0 (and continue to work with older LLVM
 releases >= 2.6 as well).</p>
 </div>
+-->
 
 <!--=========================================================================-->
+<!--
 <h3>Glasgow Haskell Compiler (GHC)</h3>
   
 <div>
@@ -378,8 +389,10 @@
 <p>In addition to the existing C and native code generators, GHC 7.0 now
 supports an LLVM code generator. GHC supports LLVM 2.7 and later.</p>
 </div>
+-->
 
 <!--=========================================================================-->
+<!--
 <h3>Polly - Polyhedral optimizations for LLVM</h3>
   
 <div>
@@ -393,8 +406,10 @@
 Furthermore, Polly can use PoCC(Pluto) an advanced optimizer for data-locality
 and parallelism.</p>
 </div>
+-->
 
 <!--=========================================================================-->
+<!--
 <h3>Rubinius</h3>
 
 <div>
@@ -405,9 +420,10 @@
   feedback, method inlining, and deoptimization are all used to remove dynamism
   from ruby execution and increase performance.</p>
 </div>
-
+-->
 
 <!--=========================================================================-->
+<!--
 <h3>
 <a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a>
 </h3>
@@ -421,6 +437,7 @@
 Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7-3.0.</p>
 
 </div>
+-->
   
 </div>
 





More information about the llvm-commits mailing list